mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-02-02 02:11:21 +01:00
Fixed config values
This commit is contained in:
parent
ccfe466793
commit
6dddbfc91b
@ -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.remove-disabled");
|
||||
removeDisabled = plugin.getConfigYml().getBool("advanced.remove-invalid.enabled");
|
||||
}
|
||||
|
||||
static {
|
||||
|
@ -159,5 +159,3 @@ advanced:
|
||||
# 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
|
||||
enabled: false
|
||||
# If disabled enchantments should be removed
|
||||
remove-disabled: false
|
||||
|
Loading…
Reference in New Issue
Block a user