
EnchantmentSlots 4.3.4
Packet based - Highly compatibility - Permission group - EcoEnchants support
3.4.8
Jul 29, 2024
3.4.8
- Fixed after use /es reload some items no longer display enchantment slot lore
3.4.6
Jul 18, 2024
Small fixes
- Fixed item-can-be-enchanted check system does not work correctly for vanilla items when server has ExecutableItems plugin.
3.4.4
Jun 21, 2024
3.4.4
- Added blacklist-items option in item-can-be-enchanted section, useful for people want to make diamond sword can be enchanted but also want make an RPG item made of diamond sword material that cannot be enchanted.
- Added black-items option support for apply items.
3.4.3
Jun 8, 2024
3.4.3
- Added keep-greater-slot option in SmithItemEvent listener config, if enabled, even new generated slot value smaller than existed slot value, we will still keep use existed value as new upgraded item's slot limit.
- Fixed the issue where the client displayed wrong level when the anvil was unable to add enchantments to an item due to the enchanting slot being full.
- Player level never been taken by EnchantmentSlots, it just a client-side issue.
3.4.2
May 16, 2024
3.4.2
- Fixed all EcoEnchants enchantments have strikethroughs even they are meet conditions.
3.4.0
May 11, 2024
3.4.0
- Fixed some actions does not parse color code when server installed PlacheolderAPI.
- Added conditions option support in extra slot item config section.
- Now when use {enchants} placeholder, if player does not meet EcoEnchants's enchant condition, we will use it's not meet format.
- Extra slot item config section's apply-item option now supports * element.
3.3.7
May 6, 2024
3.3.7
- Fixed effect and entity_spawn at remote location action does not work as well.
3.3.6
May 5, 2024
3.3.6
- The language files will be stored separately in the languages folder, message.yml file is no longer used.
- Added zh_CN language file.
- Added language option in config.yml.
3.3.3
Apr 27, 2024
3.3.3
- Added new config section: enchant-level, can set custom enchant level symbol.
- Fixed plugin print error when packet listener plugin is not ProtolcolLib.
3.3.2
Apr 25, 2024
3.3.2
- Added 1.20.5 support.
- Please note that both eco and ProtolcolLib has not been updated to 1.20.5, you have to wait them update then try use this version in 1.20.5 server.
3.3.0
Apr 11, 2024
3.3.0
- Renamed set-slot-trigger.SetSlotPacket.remove-illegal-extra-enchant option to set-slot-trigger.SetSlotPacket.remove-illegal-excess-enchant.
- Added set-slot-trigger.EnchantItemEvent.cancel-if-reached-slot option, if set to false, we will just try remove excess enchantment for this enchant instead of cancel this enchant event.
- Fixed if item does not has enchantment slot NBT, plugin will always remove it's enchantments by /enchant command or similar way.
- Added add-lore.placeholder.enchants.level-hide-one option, if set to true, plugin will not display enchantment level if the enchantment max level is 1. (Just like vanilla enchantment display doing)