Ok I tested it again with the other thing off, and now it has a different problem with a different plugin... oof
Also apparently it does not do the thing where it opens up the UI to select a location, It only makes me put in manual coordinates so I had no idea how to put them in. (I still do not know the exact format it's looking for but this might be a part of the problem I fear!)
In any case thank you for helping me troubleshoot this, I love this plugin and would love to figure out how to use it proper.
Viewing post in [CGMZ] Fast Travel for RPG Maker MZ comments
Hi, if you do not have a map select UI that automatically fills that parameter out for you, you are not on MZ 1.9.0. I would recommend to update to 1.9.0 unless you have a specific reason you can't use 1.9.0 (such as a plugin that is no longer being supported that does not work with 1.9.0).
However, you can still manually set this parameter if you cannot update to 1.9.0, the format is:
{"mapId":"1","x":"1","y":"1"}
Change the number for the map id, x, and y ONLY and do not touch anything else such as brackets or quotation marks or text as this is a JSON string and must be in exactly this format.
So for example if you want it to be map 2 at (3,6) you would put:
{"mapId":"2","x":"3","y":"6"}