You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.
You should upgrade or use an alternative browser.
VIP Plugins EnchantmentSlots | Add enchantment slot feature to your server! | 1.14 - 1.21
Version: 4.3.1
- Author ArteffCods
- Creation date
-
- Tags
- enchantment slots
- 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...
- Added SmithItemEvent listener to set-slot-trigger.
- Added enchantment slot limit check for SmithItemEvent, if upgraded item can not meet enchantment slot limit, plugin will auto cancel this upgrade.
- Added enchantment slot update for SmithItemEvent, if you set different slot for diamond sword and netherite sword, for now after upgrade, netherite sword should update it's slot to new value.
- Now {enchant_amount} will use same value as {enchants} placeholder, also this will make plugin performance better.
- Now use {enchants} in third-plugin will also use enchantment sort.
- Now support use {enchants} in third-plugin's enchanting book item.
- Added add-lore.placeholder.enchants.sort option, default to true, if set to false, will disable enchantment sort feature.
- Fixed {enchants} sometimes does not display vanilla enchantments when using ExellentEnchants. (This is...
- 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.