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 Custom Actor Command MZ - MNKR_CustomActorCommandMZ.js
Plugin desc : Changed the display of the combat actor command window
License : MIT License
Author : munokura
Website : http://x.com/munokura
Desc page : https://raw.githubusercontent.com/munokura/MNKR-MZ-plugins/master/MNKR_CustomActorCommandMZ.js
File name : MNKR_CustomActorCommandMZ.js
Help of plugin :
@target MZ @url https://raw.githubusercontent.com/munokura/MNKR-MZ-plugins/master/MNKR_CustomActorCommandMZ.js @plugindesc Changed the display of the combat actor command window @author munokura @license MIT License @help You can specify the display of the actor command window (attack, skill, defense, item). This plugin generally conflicts with other plugins that change actor commands. There are no plugin commands. # Terms of Use MIT License. http://opensource.org/licenses/mit-license.php You may modify and redistribute this without permission from the author, and there are no restrictions on its use (commercial, 18+, etc.). @param addAttack @text attack @desc Specifies whether to show or hide the attack command. @type boolean @on display @off hidden @default false @param addSkill @text skill @desc Specifies whether to show or hide skill commands. @type boolean @on display @off hidden @default true @param addGuard @text defense @desc Specifies whether to show or hide the defense command. @type boolean @on display @off hidden @default true @param addItem @text item @desc Specifies whether to show or hide the item command. @type boolean @on display @off hidden @default true @param commandCols @text Number of command columns @desc Specifies the number of columns in the command window. @type number @default 1 @min 1 @param commandWidth @text Window Width @desc Specifies the width of the command window. If not specified, it is set to -1. The default value is 192. @type number @default -1 @min -1 @param commandHeight @text Window Row Count @desc Specifies the number of lines in the command window. If not specified, it is set to -1. The default value is 4. @type number @default -1 @min -1 @param commandX @text Window Position X @desc Specifies the position of the command window. If not specified (bottom right), the default value is -1. @type number @default -1 @min -1 @param commandY @text Window Position Y @desc Specifies the position of the command window. If not specified (bottom right), the default value is -1. @type number @default -1 @min -1