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.
MNKR Command Position - MNKR_CommandPosition.js
Plugin desc : Change the display position of the main menu.
License : MIT License
Author : munokura
Website : http://x.com/munokura
Desc page : https://raw.githubusercontent.com/munokura/MNKR-MZ-plugins/master/MNKR_CommandPosition.js
File name : MNKR_CommandPosition.js
Help of plugin :
@target MZ @url https://raw.githubusercontent.com/munokura/MNKR-MZ-plugins/master/MNKR_CommandPosition.js @plugindesc Change the display position of the main menu. @author munokura @license MIT License @help Specifies the display position of the main menu. If you disable the status window, the Skills, Equipment, Status, and Sort commands will be unavailable (the program will freeze when selected). If you want to hide the status window and use the Skills, Equipment, Status, and Sort commands, do not hide them with this plugin, but hide them with another plugin. The number of menu lines will be automatically reflected if you specify 0, but if you have added commands with another plugin, they will not be reflected as is. Basically, you should specify the number of lines. There are no plugin commands. # Contact This is a plugin originally created for RPG Maker MV that has been ported to MZ. Please contact the modifier for any inquiries. # Terms of Use MIT License. http://opensource.org/licenses/mit-license.php Modifications and redistribution are permitted without permission from the author, and there are no restrictions on usage (commercial, R18, etc.). @param commandPosition @text Menu Position @desc Specify the menu display position. The number is the position on the numeric keypad. @type number @default 7 @min 1 @max 9 @param commandRows @text Number of menu lines @desc Specifies the number of lines in the menu. If you set it to 0, it will change according to the number of commands. @type number @default 8 @param statusWindowHide @text Disable the status window @desc Disables the status window. Skill, equipment, status, and sort commands will be unavailable. @type boolean @on Disable @off Do not disable @default true @param goldWindowHide @text Hide money window @desc Hides the money window. @type boolean @on hidden @off display @default true