Description:
RandomEventPositioner is a plugin for RPG Maker MV and MZ that randomizes the position of events on the map, adding a layer of variability and surprise to your game. It features a system with a game switch that controls whether event coordinates are saved and maintained when changing maps. If the switch is on, event positions will be preserved. If the switch is off, events will be randomized every time you switch maps. You can assign specific regions to events to control where they can appear on the map, and the plugin also provides commands for managing and deleting saved coordinates.
The plugin creates a coord.json file in the data folder, which stores all randomized event positions and their maps. This file is stored within the .rpgsave archive, helping to prevent conflicts and ensuring consistency across different save files.
Notice: Because this plugin creates files in the data folder it is not compatible for web use.