Hi! I'm a big fan of your plugins and I'm currently using both Eli_JumpSystem and the Platform Events Pro plugin in my RPG Maker MZ project.
Unfortunately I've run into a compatibility issue with VisuStella plugins (specifically VisuMZ_0_CoreEngine). The note tags in the Platform Events plugin save correctly to the data — I can see <NormalPlatform:> in the raw event note fields — but they never get parsed into the meta object that the plugin reads. When I run:
console.log($dataMap.events.find(e => e && e.note.includes('NormalPlatform')).meta)
...it returns undefined, meaning the plugin is completely blind to the note tags at runtime.
I've tried every plugin load order combination I can think of (Hakuen plugins above VisuStella, below, in between) and the issue persists regardless. It seems like VisuStella's DataManager override and EliMZ_Book's note tag parser are conflicting, with VisuStella winning and preventing Eli's meta parsing from running.
I know a lot of RPG Maker MZ projects use VisuStella plugins as a base, so I imagine this affects quite a few people. Would it be possible to add a VisuStella compatibility patch for EliMZ_Book and/or Platform Events Pro in a future update?
Thank you so much for all the work you put into these plugins — the Jump System in particular has been fantastic to work with!
