- Fixed some placeholders does not work when you set lore at first.
- Now support enchantment book's stored enchantment meta.
- Now set-slot-trigger.EnchantItemEvent,enabled and AnvilItemEvent,enabled no longer effect plugin's item reached slot limit check. Those options now only effect whether plugin trys add real NBT info for item to make item's slot become fixed and reduce plugin performance footprint.
- This version changed WindowClick packet listener to Bukkit's InventoryClickEvent to solve possible compatibility problems.
- Removed item-can-be-enchanted.auto-check option because it has so many problems.
- To v1 version users: you have to update your config format to v2 to update v3, otherwise you will have item dupe issue.
- Start from this version, EnchantmentSlots will always add enchantment slot lore to item that can be enchanted. This can not be disabled, if you don't want this, please use 2.5.1 version.
- Improved only-in-player-inventory option, please view this video, if enabled, plugin will never try add enchantment slot lore to items in other inventory unless they have enchantment slot NBT.
- Improved trigger.Packet.enabled option, now plugin will try add real enchantment slot NBT to item instead of add fake lore after enable this option, this will save server performance.
- Added only-in-player-inventory option, this option will lead to enchantment slot add lore only work in player inventory.
- Improved 10% performance of modify lore in some case.
- 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.
- Reworked extra item slot item, you can now add chance, apply-items, success-actions and fail-actions in it.
- Old extra slot item will all broken and will not work in this version.
- No longer package XItemStack project, replace it with our new ItemFormat simple version.
- Only name, lore, custom-model-data, enchants, flags, skull option are existed in the simple version.
- Because of this, plugin size is much smaller than before.
- Cleared the codes.
