Fixed config values

This commit is contained in:
Auxilor 2021-07-27 18:25:44 +01:00
parent ccfe466793
commit 6dddbfc91b
2 changed files with 1 additions and 3 deletions

View File

@ -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 {

View File

@ -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