mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-12-23 19:57:36 +01:00
Renamed remove-invalid to remove-disabled
This commit is contained in:
parent
6dddbfc91b
commit
699ecfa290
@ -78,7 +78,7 @@ public class ItemConversionOptions {
|
||||
usingLevelClampDelete = plugin.getConfigYml().getBool("advanced.level-clamp.delete-item");
|
||||
removingIllegal = plugin.getConfigYml().getBool("advanced.remove-illegal.enabled");
|
||||
deletingIllegal = plugin.getConfigYml().getBool("advanced.remove-illegal.delete-item");
|
||||
removeDisabled = plugin.getConfigYml().getBool("advanced.remove-invalid.enabled");
|
||||
removeDisabled = plugin.getConfigYml().getBool("advanced.remove-disabled.enabled");
|
||||
}
|
||||
|
||||
static {
|
||||
|
@ -154,7 +154,7 @@ advanced:
|
||||
enabled: false
|
||||
# If the item should be deleted rather than have the enchantment removed.
|
||||
delete-item: false
|
||||
remove-invalid:
|
||||
remove-disabled:
|
||||
# Remove invalid / disabled enchantments from items server-side
|
||||
# Useful if you're disabling enchantments permanently and don't mind removing them from existing players
|
||||
# Also helps remove deleted enchantments or enchantments from old plugins
|
||||
|
Loading…
Reference in New Issue
Block a user