Welcome to PGMZ! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
NUUN Region Map Name - NUUN_RegionMapName.js
Plugin desc : Region map name
License : MIT License
Author : NUUN
Website : https://github.com/nuun888/MZ/blob/master/NUUN_RegionMapName.js
Download Page : https://raw.githubusercontent.com/nuun888/MZ/master/NUUN_RegionMapName.js
File name : NUUN_RegionMapName.js
Help of plugin :
* @target MZ * @plugindesc Region map name * @author NUUN * @version 1.0.1 * @base NUUN_Base * @orderAfter NUUN_Base * * @help * Displays the region name where the map name changes depending on the location. * The map name changes depending on the region ID. * * The setting method is set in the Note field of the map setting or from the plug-in parameter. * If both are set, the map setting will be applied. * * Map settings Note field * <RegionMapName[regionId]:[MapName]> Sets the region name within the specified region ID. * [regionId]:Region ID * [MapName]:Map name * <RegionMapName6:'Jungle'> Change the map name to Jungle when the player enters Region ID 6. * The map name will change only within the set region ID. If it deviates from the specified region ID, the original map name or another region name will be displayed. * * Log * 11/24/2022 Ver.1.0.1 * Changed the display in languages other than Japanese to English. * 1/22/2022 Ver.1.0.0 * First edition. * * @param RegionMapNames * @text Region map name setting * @desc Set the area map name. * @type struct<RegionMapNamesList>[] * @default [] *