So some other plugins adding custom event/enchantment, etc, via adding a lore on the item, which is not able to be merged by the EnchantmentMergeAdapter.
Also, there is a custom durability system in CustomCrafting's item creator, but players are not able to fix the item through anvil, even by Essential's /fix command.
Solution
For custom event or enchantment implied by other plugins via adding lores, a LoreMergeAdapter would be nice to use.
For custom durability system in CustomCrafting's item creator, maybe a new system, aiming to make it possible to fix the customized durability item is good? Like a command/adapter, etc.
Alternatives
For custom event or enchantment. Well I have no idea on alternatives.
For custom durability system in CustomCrafting's item creator, maybe a NBTMergeExceptAdapter would also works? Like, merge all NBT data except a certain one, like the customized durability, making it looking like item getting fixed.
Custom durability PS: If player fix the item by anvil or command, the durability bar would be fixed. But after any hit, the bar would appear again and be the same as the one before the fix, which is like, rewind.
Submit issue
[x] searched for and ensured there isn't already an open issue regarding this,
[x] are running the latest version of your server software (Spigot, Paper, etc.), and plugins (WolfyUtilities, CustomCrafting).
The Problem
So some other plugins adding custom event/enchantment, etc, via adding a lore on the item, which is not able to be merged by the EnchantmentMergeAdapter.
Also, there is a custom durability system in CustomCrafting's item creator, but players are not able to fix the item through anvil, even by Essential's /fix command.
Solution
For custom event or enchantment implied by other plugins via adding lores, a LoreMergeAdapter would be nice to use.
For custom durability system in CustomCrafting's item creator, maybe a new system, aiming to make it possible to fix the customized durability item is good? Like a command/adapter, etc.
Alternatives
For custom event or enchantment. Well I have no idea on alternatives.
For custom durability system in CustomCrafting's item creator, maybe a NBTMergeExceptAdapter would also works? Like, merge all NBT data except a certain one, like the customized durability, making it looking like item getting fixed.
Additional Context
Above said enchantment plugin: https://www.spigotmc.org/resources/crazy-enchantments.16470/
Custom durability PS: If player fix the item by anvil or command, the durability bar would be fixed. But after any hit, the bar would appear again and be the same as the one before the fix, which is like, rewind.
Submit issue