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.
Eternal Name - EternalName.js
Plugin desc : Always display map name Ver1.4.5 (2025/7/22)
License : MIT License
Author : PotatoDragon
Website : https://github.com/pota-gon/RPGMakerMZ/wiki
Desc page : https://raw.githubusercontent.com/pota-gon/RPGMakerMZ/refs/heads/main/plugins/Game/Map/EternalName.js
Download Page : https://raw.githubusercontent.com/munokura/PotatoDragon-MZ-plugins/main/EternalName.js
File name : EternalName.js
Help of plugin :
@target MZ @url https://raw.githubusercontent.com/pota-gon/RPGMakerMZ/refs/heads/main/plugins/Game/Map/EternalName.js @plugindesc Always display map name Ver1.4.5 (2025/7/22) @author PotatoDragon @license MIT License @help English Help Translator: munokura This is an unofficial English translation of the plugin help, created to support global RPG Maker users. Feedback is welcome to improve translation quality (see: https://github.com/munokura/PotatoDragon-MZ-plugins ). Original plugin by PotatoDragon. Please check the latest official version at: https://github.com/pota-gon/RPGMakerMZ/wiki ----- ## Overview Always displays the map name on the screen. ## Usage Simply install the plugin and the map name displayed when moving between maps will always be displayed. ### To hide the map name Set the desired switch in the plugin parameter "Hide Switch." Turning this switch ON during gameplay will hide the map name display. Use this to hide the map name only for specific maps or event scenes. ### To display the floor level You can display floor levels in dungeons, such as "Forest 1F" and "Underground Cave B2F." 1. Set a variable to manage the floor level in the plugin parameter "Layer Variable." 2. Use the event command "Variable Operation" to change the value of the set variable. - If the variable value is `1`: Map name 1F - If the variable value is `-2`: Map name B2F The characters for "underground" (default: `B`) and "floor level" (default: `F`) can be freely changed using the plugin parameters. ### Behavior with maps without display names If the "Display Name" in the map properties is empty, nothing is displayed. If you want to display the map's "Name" instead even if there is no "Display Name," Turn on the plugin parameter "Map Name Display." @param DisableMapNameSwitch @text Hidden Switch @desc Switch to hide map name when ON @type switch @default 0 @param EnableMapName @text Map name display @desc Whether to show the name of the map when there is no display name @type boolean @on Show @off Do not display @default false @param FloorVariable @text Hierarchy Variables @desc Variables that manage hierarchy @type variable @default 0 @param PrefixUnderground @text Underground name @desc Underground sign @default B @param SuffixFloor @text Hierarchy Name @desc Characters to be displayed after the hierarchy @default F