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.
Disable Exit Menu - DisableExitMenu.js
Plugin desc : DisableExitMenuPlugin
License : MIT License
Author : triacontane
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/DisableExitMenu.js
Download Page : https://raw.githubusercontent.com/triacontane/RPGMakerMV/refs/heads/mz_master/DisableExitMenu.js
File name : DisableExitMenu.js
Help of plugin :
* @plugindesc DisableExitMenuPlugin * @target MZ * @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/DisableExitMenu.js * @base PluginCommonBase * @author triacontane * * @param switch * @desc When the switch of the specified number is ON, the menu screen will not be able to be closed. * @default 0 * @type switch * * @help DisableExitMenu.js * * When the specified switch is ON, you will not be able to leave the menu screen. * You can return to the map screen by using an item and calling a common event. * Please use with caution, as this may make it impossible to continue playing. * * This plugin is released under the MIT License.