
EnchantmentSlots 4.4.0
Packet based - Highly compatibility - Permission group - EcoEnchants support
1.5.1
Dec 25, 2023
1.5.1
- 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.
- Default to false.
1.5.0
Dec 13, 2023
1.5.0
- 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.
1.4.8
Dec 2, 2023
1.4.8
- Fixed trident can not be enchanted.
- For old version users, just add trident in whitelist-items option, no need update to this version.
1.4.7
Nov 30, 2023
1.4.7
- Fixed book and enchanted_book can not be enchanted.
- For old version users, just add netherite_axe in whitelist-items option, no need update to this version.
1.4.4
Nov 3, 2023
1.4.4
- Fixed netherite_axe can not be enchanted.
- For old version users, just add netherite_axe in whitelist-items option, no need update to this version.
1.4.3
Nov 2, 2023
1.4.3
- Improved placeholder condition.
- Added *= check symbol, which means placeholder is not equal with specified value.
- Added *!= check symbol, which means placeholder is not contains value string.
- Now =,>,>=,<,<= check symbol supports decimal.
1.4.2
Oct 29, 2023
1.4.2
- Placeholder can now still display in other item plugins when the item has HIDE_ENCHANTS flag.
1.4.0
Oct 28, 2023
1.4.0
- Added new option: add-lore.register-remove-lore.
- Default to true, if set to false, plugin will won't try delete all lores from EnchantmentSlots before send packet to server.
- This will make item more safe, no lead to lore dupe. However maybe have problems with other plugins.
- Now our placeholder can be used in other item plugins.
- Included: {enchant_amount}, {slot_amount}, {enchants}, {empty_slots}.
- Added new sub-placeholders support in {enchants} placeholder.
- {enchant_level} - will display this enchantment level.
- {enchant_level_roman} - will display this enchantment level roman number. Like I, V.
- Now item will HIDE_ENCHANTS item flag won't display enchantment slots lore anymore.
- Added new option: add-lore.black-item-has-lore.
- Default to false, if set to true, item with lore will not display enchantment slot lore anymore.
1.3.2
Oct 28, 2023
1.3.2
- Now default-slots-by-item and max-slots-by-item option will allow user no need set all slots-conditions section's condition ID value.
1.2.1
Oct 26, 2023
1.2.1
- Removed {amount} placeholder.
- Added {slot_amount} replace to {amount} placeholder.
- Added {enchant_amount} placeholder.
- Improved enchantment lore remove check.
1.2.0
Oct 26, 2023
1.2.0
- Now plugin support has multi lines of display lore.
- Added placeholder: {enchants}.
- This placeholder will display all enchantments in item.
- If you added this placeholder to item, we will auto add HIDE_ENCHANTS item flag to item.
- Added placeholder: {empty_slots}.
- This placeholder will display all unused enchantment slots.
- Fixed item still display enchantment slot lore even it didn't have enchantments and you have disable Packet.enabled option in config.yml.
1.1.2
Oct 14, 2023
1.1.2
- Added add-at-first-or-last option. (Does not support other packed-based item or enchant plugin, like EcoEnchants)
1.1.1
Oct 13, 2023
1.1.1
- Fixed display slots always be default value.
- Added max-slots section and this feature.