- Fixed item-can-be-enchanted check system does not work correctly for vanilla items when server has ExecutableItems plugin.
- Added blacklist-items option in item-can-be-enchanted section, useful for people want to make diamond sword can be enchanted but also want make an RPG item made of diamond sword material that cannot be enchanted.
- Added black-items option support for apply items.
- Added keep-greater-slot option in SmithItemEvent listener config, if enabled, even new generated slot value smaller than existed slot value, we will still keep use existed value as new upgraded item's slot limit.
- Fixed the issue where the client displayed wrong level when the anvil was unable to add enchantments to an item due to the enchanting slot being full.
- Player level never been taken by EnchantmentSlots, it just a client-side issue.
- Fixed some actions does not parse color code when server installed PlacheolderAPI.
- Added conditions option support in extra slot item config section.
- Now when use {enchants} placeholder, if player does not meet EcoEnchants's enchant condition, we will use it's not meet format.
- Extra slot item config section's apply-item option now supports * element.
