MythicMobs Items can't be properly serialized and deserialized using SPIGOT API
Paper build #189 (closed) (last 1.16.2 build) MM #3456
Related to https://hub.spigotmc.org/jira/browse/SPIGOT-5063
I have an issue with MM Items serialized and deserialized back with other plugins For example: https://github.com/Shopkeepers/Shopkeepers/issues/689
Here is two same items (With Gradient name generated with MM) The second one is generated using "/mm i get" and first one is the same, but after deserialization with SPIGOT API. It contains a lot of unused tags, for example "Italic" or "Underlined" set to false, while original item from MM does not have it.
It makes these items unusable after saving to file and reading it back (trade with Shopkeeper, some backpacks plugins, etc...) Is there some custom way of generating items names and lores JSON? Can it be changed?