Geolykt / EnchantmentsPlus

Enchantments+, a Bukkit Custom Enchantments Plugin based on Zenchantments targetted at production grade servers
GNU General Public License v3.0
38 stars 15 forks source link

Unable to create kits with custom enchants on. #69

Closed Restland closed 3 years ago

Restland commented 3 years ago

Everytime I try to create a kit , or even add an item on a crate with custom enchant is shows up us lore: laser 1 for example. Any fix for that?

gecko10000 commented 3 years ago

Well, the enchantments are displayed via lore: that is the way it is done in all custom enchant plugins. If you're using GoldenCrates, it has an option to set the display item to be different than the reward.

Restland commented 3 years ago

So lore, makes it work ?

gecko10000 commented 3 years ago

It depends on the setting you have in the magicCompat.yml, but lore is the way custom enchantments are displayed to the player. If the enchant gatherer is using PersistentDataContainer, the removal of lore will most likely not affect the enchantments on the item, but the enchantments will not show to, and may confuse, the player. There is no other way to show the enchantments to the player unless they have a client-side mod.

Restland commented 3 years ago

alright thank you. the case can close now.