Temporarily removed active_level

This commit is contained in:
Auxilor 2023-06-01 12:25:48 +01:00
parent b0e9b134e5
commit e8274c39d4

View File

@ -65,7 +65,7 @@ class EcoEnchantsPlugin : LibreforgePlugin() {
registerHolderPlaceholderProvider<EcoEnchantLevel> { it, player ->
listOf(
NamedValue("level", it.level),
NamedValue("active_level", player.getActiveEnchantLevel(it.enchant))
//NamedValue("active_level", player.getActiveEnchantLevel(it.enchant))
)
}
}