- Now item placeholder can use [ ] format, like [enchants].
- This is helpful for MMOItems 6.9.4 version users, because MMOItems will mistake {enchants} for its own plugin variable and parse it into "PHE".
- Now use item placeholder in other item plugin no longer need make Packet.enabled option to true.
- 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.
- Fixed PlaceholderAPI registered ID.
- For previous version, you should use %enchantmentslot_has_empty_slot% to display the placeholder. (enchantmentslot, not enchantmentslots, this version has fixed this.
- Added PlaceholderAPI hook.
- %enchantmentslots_has_empty_slot% - Will display whether main hand item has empty slot to use.
- %enchantmentslots_slot_amount% - Will disply enchantment slot amount of main hand item.
