
EnchantmentSlots 4.3.4
Packet based - Highly compatibility - Permission group - EcoEnchants support
4.3.2
Mar 11, 2025
4.3.2
- Fixed item placed in armor slots will not display enchantment slot lore since 4.2.5 version.
4.3.0
Feb 23, 2025
4.3
- Added custom enchantment used slot feature, by this feature, you can make powerful enchantment need use more slots!
- Added new built-in placeholder:
- {enchant_used_slot}
- {used_slot_amount}
- Added add-lore.enabled option in config.yml file.
- Removed add-lore.placeholder.enchants.level-hide-one option in config.yml file, to hide enchantment level one, you just need set enchant-level.1 option's value to empty.
- Other small changes or fixes.
4.2.9
Feb 20, 2025
4.2.9
- Added stored enchants support for contains-enchants and contains-enchants-amount rule.
4.2.8
Feb 17, 2025
4.2.8
- Added multi match item rule group support in any rule.
- Added * symbol means all enchants support in has-enchants rule.
- Added specifed number support in contains-enchants-amount rule.
4.2.5
Jan 31, 2025
4.2.5
- Added remove-illegal-excess-enchant.ignore-join-time option, if set to value greater than 0, within how many ticks a player joins the server, this feature will not be processed.
- Added remove-illegal-excess-enchant.run-sync option, if set to true, this feature will be run at main thread only.
- Added support for display remove-illegal-excess-enchant message at console.
4.2.4
Jan 28, 2025
4.2.4
- Fixed Item Placeholder do not work as well.
- Added random slot amount feature.
4.2.3
Jan 25, 2025
4.2.3
- Item placeholder won't be parsed if the item does not include enchantment slot data.
4.2.1
Jan 19, 2025
4.2.1
- Added settings.add-lore.auto-hide-enchants option in config.yml file. Default to true, if set to false, we won't try hide enchants of item.
4.2.0
Jan 18, 2025
4.2.0
- The recent update to EnchantmentSlots has brought about significant configuration destruction. The configuration prior to this version is completely unusable in this version. You need to delete the existing plugin configuration file and regenerate it.
- This version will have the Match Item Format provided by the MythicChanger plugin built-in, so the Match Item Format feature in this version no longer requires MythicChanger.
- As a result, the previous configuration of distinguishing items based on item IDs has become completely ineffective. We have replaced all places related to distinguishing items with match item format.
- The configuration of Extra Slot Items is now stored separately in the extra_slot_items folder, instead of all being stored in the config.yml file.
- Item Slots Settings are now stored separtely in the item_slot_settings folder instead of all being stored in the config.yml file.
- The internal code of the plugin has undergone significant changes to reduce the workload of later maintenance.
- We have added a prompt for the remove excess enchants feature. If the plugin removes a player's enchantment, the player will receive a prompt message from us.
- Added auto-lore.placeholder.parse-lore, if disable, item placeholder feature will no longer work.
- Auto lore match item has been replaced to black-item option.
- Added auto-lore.lore-prefix option to let you determine lore prefix of enchantment slot.
- Some other small changes or fixes.