From b556980bc074f84326f7efe5ce4ea9f175f8fbbd Mon Sep 17 00:00:00 2001 From: Auxilor Date: Sun, 9 May 2021 12:22:13 +0100 Subject: [PATCH] Disabled level-clamp by default --- eco-core/core-plugin/src/main/resources/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eco-core/core-plugin/src/main/resources/config.yml b/eco-core/core-plugin/src/main/resources/config.yml index 0ce6c2b9..19751835 100644 --- a/eco-core/core-plugin/src/main/resources/config.yml +++ b/eco-core/core-plugin/src/main/resources/config.yml @@ -141,4 +141,4 @@ advanced: # When holding an item, any enchantments above their max level will be set to the max level in order to prevent illegal items. # Players with ecoenchants.bypasslevelclamp permission will be ignored. # This may impact performance. - enabled: true \ No newline at end of file + enabled: false \ No newline at end of file