Now default-slots and max-slots section will accept 0 value, before if you set to 0 plugin will consider you are putting wrong value and make it be default value.
Improved black-item-contains-lore option, you can just type a word in it instead of need put full single lore line to it, useful for people want to make enchantment slot won't display in other plugin's menu.
Now modify packet listener are running at async method, which means EnchantmentSlots will make less effect to server, however this way maybe lead to other issue, if you found it, report it to me!
Moved message configs from config.yml to new message.yml.
Recoded language system, plugin will now auto update missing language message.
Removed black-creative-mode option at config.yml.
Recoded item modify method, now creative mode will never has dupe lore problem.
Added cancel-add-slot-if-reached-max-slot option, default to true, if set to false, if player has reached max slot limit after upgrade and then contine use add slot item, it will just try set item enchantment slot to the max value instead of cancel this upgrade action.
For previous version, you should use %enchantmentslot_has_empty_slot% to display the placeholder. (enchantmentslot, not enchantmentslots, this version has fixed this.
Fixed when using ProtocolLib as packet listener plugin, enchantment slot lore disappearing when players quickly and frequently click on the same item.
Added {raw_enchant_name} placeholder which has same feature as the previous {enchant_name} placeholder.
Now new {enchant_name} will be replaced enchantment's display name, including enchantment tier color (EcoEnchants and ExcellentEnchantments only), color code in enchantment and so on.
Added use-tier-identify-slots option in config.yml.
This option can set weather use item tier instead of item ID to identify item slots. If this item plugin don't have tier, will still use Item ID as identify.
Added support for EcoEnchants v11, v10 version is still supported in this version.
Added add-lore.black-items option in config.yml, which can set specified items won't display enchantment slot lore but still has enchantment slot feature.
By default, book and enchanted_book material will use this new feature.