mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-02-19 05:01:40 +01:00
Temporarily removed active_level
This commit is contained in:
parent
b0e9b134e5
commit
e8274c39d4
@ -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))
|
||||
)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user