Author: Me (Orochii Zouveleki, Muramasa, whatever).
Version: 0.6b. Tested with RMMV 1.5.1
INTRODUCTION
I was doing random stuff with MV because why not. And did this. It's meant to be sort of like Romancing SaGa's worldmap travel. There you pick a place and... do stuff!
Thanks to newer RMMV's support for array parameters, everything is configurable through... plugin parameters. And that's pretty much it.
There is some unexpected behaviour when selecting things, and that's the cause of it being still not a complete 1.0 version. But I'd be glad if there is anyone willing to test it out and help with it and stuff.
It might not be too compatible with, say, scripts that modify too much the way character sets work, but it should work with almost anything else. I for instance was using SRD's Character Creator EX, and it does work. :^D
SCREENSHOT

INSTRUCTIONS
First off, you need a worldmap background. Assign it to the Background parameter through the plugin properties window.
Pattern Delay sets the animation speed for the character graphic.
Pattern Delay Moving is something I forgot to implement.
Move Speed is the speed in pixels per frame for the character movement.
Now, the Places parameter. This might look horrible but it's not so much. Add one entry per each place in your worldmap.
- Display Name is GONNA be the display name for the place.
- Description is GONNA be a line that shows under the display name.
- Screen X / Screen Y are the coordinates within the picture where the place is located, used for moving the character towards it.
- Map ID / Map X / Map Y / Direction is the data used for teleporting your character.
TODO List (for Version 1.0):
- Fix selection bug.
PLUGIN
Code: https://rpgmaker.net/users/orochii/locker/OZ_WorldMap.js
LICENSE
Creative Commons 0. Free to use commercially or non-commercial. No need for accreditation. You can share, modify, whatever.