Welcome to PGMV! 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
Website : https://triacontane.blogspot.com/
Download Page : https://raw.githubusercontent.com/triacontane/RPGMakerMV/master/DisableExitMenu.js
File name : DisableExitMenu.js
Help of plugin :
* @plugindesc DisableExitMenuPlugin * @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.