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 Menu Command EX - NUUN_MenuCommandEX.js
Plugin desc : Menu command display EX
License : MIT License
Author : NUUN
Website : https://github.com/nuun888/MZ/blob/master/NUUN_MenuCommandEX.js
Desc page : https://github.com/nuun888/MZ/blob/master/README/MenuCommandEX.md
Download Page : https://raw.githubusercontent.com/nuun888/MZ/master/NUUN_MenuCommandEX.js
File name : NUUN_MenuCommandEX.js
Help of plugin :
* @target MZ * @plugindesc Menu command display EX * @author NUUN * @base NUUN_Base * @orderAfter NUUN_Base * @url https://github.com/nuun888/MZ/blob/master/README/MenuCommandEX.md * @version 1.2.2 * * @help * Any background image or command image can be displayed on the menu command. * * Prerequisite plugin * NUUN_MenuScreenEX or NUUN_MenuScreenEXBase * https://github.com/nuun888/MZ/blob/master/README/MenuScreen_default.md * Placed below the above plugins. * * Terms of Use * This plugin is distributed under the MIT license. * * Log * 5/11/2025 Ver.1.2.2 * Fixed an issue where the command would not move if the number of movement frames was set higher than the destination coordinates. * 8/19/2024 Ver.1.2.1 * Fixed an issue where hiding the cursor when selecting a target was not working. * 8/18/2024 Ver.1.2.0 * Added a function to specify an image when selection is disabled. * Added a function to set the opacity of the image when selection is disabled. * 1/7/2024 Ver.1.1.4 * Fixed by updating menu screen Ver.3.0.0. * 2/24/2023 Ver.1.1.3 * Fixed an issue where commands would move after selecting an actor and pressing cancel to return to menu commands. * 1/22/2023 Ver.1.1.2 * Fixed to load all images when menu command is displayed. * 1/8/2023 Ver.1.1.1 * Fixed the problem that command coordinates are displayed shifted when command sorting is enabled. * 1/4/2023 Ver.1.1.0 * Added a function to adjust the width, height and coordinates of each content background image for each command. * 1/3/2023 Ver.1.0.1 * Added command sort function. * 1/3/2023 Ver.1.0.0 * First edition. * * @param MenuCommandSetting * @text Menu command setting * @desc Set menu commands. * @type struct<MenuCommandList>[] * @default [] * * @param ContentsWidth * @desc Content width. * @text Content width * @type number * @default 0 * * @param ContentsHeight * @desc Content height. * @text Content height. * @type number * @default 0 * * @param SelectOnFlash * @text Hide cursor when target is selected * @desc Does not display the cursor when selecting targets. * @type boolean * @default false * * @param HideCommandName * @text Hide command name * @desc Do not display command names. * @type boolean * @default false * * @param CommandSort * @text Command sort enabled * @desc Display commands in order of setting. * @type boolean * @default false * * @param CommandZeroPosition * @text command coordinate 0 * @desc Makes all command coordinates from the index origin to the upper left origin of the window. * @type boolean * @default false * * @param CommandEffectSetting * @text Command effect settings * @default ------------------------------ * * @param SelectContentsX * @desc The X coordinate of the command when the command is selected. (relative) * @text X coordinate when command is selected * @type number * @min -9999 * @default 0 * @parent CommandEffectSetting * * @param SelectContentsY * @desc The Y coordinate of the command when the command is selected. (relative) * @text Y coordinate when command is selected * @type number * @min -9999 * @default 0 * @parent CommandEffectSetting * * @param SelectContentsDuration * @desc The number of frames to move when selecting a command. * @text Number of moving frames * @type number * @min 1 * @default 10 * @parent CommandEffectSetting *