From 62a05a3c211716ed45f85906c81ddabd80f339a8 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Fri, 7 May 2021 19:17:43 +0100 Subject: [PATCH] Added level clamp option --- 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 a3f5eb91..0ce6c2b9 100644 --- a/eco-core/core-plugin/src/main/resources/config.yml +++ b/eco-core/core-plugin/src/main/resources/config.yml @@ -138,7 +138,7 @@ advanced: enabled: true level-clamp: # Helps reverse players who have illegal above-max-level enchantments. - # Any enchantments above their max level will be set to the max level in order to prevent illegal items. + # 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