diff --git a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoenchants/EcoEnchantsPlugin.kt b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoenchants/EcoEnchantsPlugin.kt index a37e762a..fe2edcb9 100644 --- a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoenchants/EcoEnchantsPlugin.kt +++ b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoenchants/EcoEnchantsPlugin.kt @@ -65,7 +65,7 @@ class EcoEnchantsPlugin : LibreforgePlugin() { registerHolderPlaceholderProvider { it, player -> listOf( NamedValue("level", it.level), - NamedValue("active_level", player.getActiveEnchantLevel(it.enchant)) + //NamedValue("active_level", player.getActiveEnchantLevel(it.enchant)) ) } }