
EnchantmentSlots 4.4.3
Packet based - Highly compatibility - Permission group - EcoEnchants support
2.0.1
Dec 31, 2023
2.0.1
- Fixed possible stack over error when using eco as packet listener (that is because I forgot delete the debug codes).
- Fixed packet-listener-priority option does not actually change the priority.
- Updated default config.yml and also the Wiki!
2.0.0
Dec 30, 2023
2.0.0
- Added new settings.use-listener-plugin option and now able to use eco as packet listener.
- Default to ProtocolLib, you can also set it to "eco" if you are using EcoItems or EcoEnchants.
- If you are setting it "eco", black-creative-mode (will be always true) and remove-illegal-extra-enchant (will always be false) option will not work.
- Added new settings.packet-listener-priority option.
- Default to HIGHEST, set it to other value if you are finding the lore is not displayed as well.
- Removed settings.register-remove-lore option.
- Removed WindowClick listener as we do not need it anymore.
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.