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 XP Battle Command - NUUN_XPBattleCommand.js
Plugin desc : XP style party, actor command
License : MIT License
Author : NUUN
Website : https://github.com/nuun888/MZ/blob/master/NUUN_XPBattleCommand.js
Download Page : https://raw.githubusercontent.com/nuun888/MZ/master/NUUN_XPBattleCommand.js
File name : NUUN_XPBattleCommand.js
Help of plugin :
* @target MZ * @plugindesc XP style party, actor command * @author NUUN * @version 1.0.4 * @base NUUN_Base * * @help * Displays party commands and actor commands like XP. * * Terms of Use * This plugin is distributed under the MIT license. * * Log * 12/8/2022 Ver.1.0.4 * Changed the display in languages other than Japanese to English. * 3/17/2022 Ver.1.0.3 * Fixed processing when joining and leaving an actor. * 11/15/2021 Ver.1.0.2 * Fixed an issue where commands were shifted when party command items exceeded the maximum number of columns. * 11/14/2021 Ver.1.0.1 * Fixed "Party command center". * 11/7/2021 Ver.1.0.0 * First edition. * * @param PartyCommandSetting * @text Party command settings * @default ------------------------------ * * @param PartyCommandMode * @desc Display the party command items near the center. * @text Party command center * @type boolean * @default true * @parent PartyCommandSetting * * @param MaxPartyCommandCols * @desc Maximum number of party command columns to display. * @text Maximum number of party command col * @type number * @default 4 * @min 1 * @parent PartyCommandSetting * * @param PartyCommandPosition * @text Party command display position * @desc Select the display position of party commands. * @type select * @option Top * @value 'top' * @option Center * @value 'center' * @option top of actor status * @value 'statusTop' * @default 'top' * @parent PartyCommandSetting * * @param ActorCommandSetting * @text Actor command settings * @default ------------------------------ * * @param ActorsCommandVariable * @desc Makes the actor command variable display. * @text Actor command variable display * @type boolean * @default true * @parent ActorCommandSetting * * @param MaxActorCommandRows * @desc Maximum number of actor command row to display. * @text Max qctor command row * @type number * @default 10 * @min 1 * @parent ActorCommandSetting *