mythicmobs new item serialization issues after #3645 build
Summary
before #3645 build, the serialization of item have problem so that people need to relogin to make item stackable (or also have other problems)
after #3645, the item serialization method is changed which lead to new issue: other plugins cannot read mythicmobs items, such as quest, i have reported the problem to quest github and they tell me this is a mythicmobs issue.
https://github.com/PikaMug/Quests/issues/1693
Steps to reproduce
make a mythicmobs items with color lore and color names use quests plugin to make a quest add item requirement or item hand-in stage using mythicmobs assume the item requirement has been set, use the same item to try to accept the quest, the quest will not able to take.
here is a video for me to compare shopkeeper, mangoquest and quest detect items. https://youtu.be/PfF0jM-WMD4
shopkeeper save.yml file in video https://paste.gg/p/anonymous/9f33018a9816440eaa925000802cfc93
mangoquest globlaquest.yml file in video https://paste.gg/p/anonymous/1b9215888419428685bbc032052d9371
mangoquest download link (this is a plugin made by Taiwanese so most of the words are chinese, you can compare shopkeeper first , basically the result from mangoquest detech item is same as shopkeeper) https://github.com/Cutiemango/MangoQuest/releases/tag/1.9.8
quests.yml file in video https://paste.gg/p/anonymous/68d67fdde2ab4e518f93784bf30df5b4
Current behavior
quest cannot detect mythicmobs items correctly
Intended correct behavior
quest should be able to detect mythicmobs new serialization method item
Server log file
https://paste.gg/p/anonymous/71664a5a559644cab65ec6b85cfdda05
Debug log snippet
Provide a link to a Pastebin paste with an excerpt of your latest.log file that includes debug output where you trigger the bugged behavior. There is no error.
Proposed fixes
Describe what you think the issue or any potential fixes may be. according to quest dev , they say " It would be up to the MythicMobs developers to either ensure their serialization can be loaded in-game or to update their module to handle tracking."