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.
TM Battle Command Ex - TMBattleCommandEx.js
Plugin desc : Change the actor command size in the battle scene.
License : MIT License
Author : tomoaky
Desc page : https://github.com/munokura/tomoaky-MV-plugins
Download Page : https://raw.githubusercontent.com/munokura/tomoaky-MV-plugins/refs/heads/master/TMBattleCommandEx.js
File name : TMBattleCommandEx.js
Help of plugin :
@plugindesc Change the actor command size in the battle scene. @author tomoaky @url https://github.com/munokura/tomoaky-MV-plugins @license MIT License @help English Help Translator: munokura This is an unofficial English translation of the plugin help, created to support global RPG Maker users. Feedback is welcome to improve translation quality (see: https://github.com/munokura/tomoaky-MV-plugins ). Original plugin by tomoaky. ----- TMPlugin - Battle Command Extension Ver. 1.0.1 How to Use: When this plugin is installed, the size of actor commands (the number of displayed commands) during battle becomes variable (depending on the number of skill types of the actor). If the plugin parameter commandAutoResize is OFF, the size will be fixed at the size set in basicVisibleRows instead of being variable. There are no plugin commands. Plugin Parameter Notes: omitPartyCommand When set to ON, the command to choose whether to fight or flee in battle will be omitted. Naturally, the flee command will be unavailable. @param basicVisibleRows @desc Default number of lines displayed for actor commands: 4 @default 4 @type number @param maxVisibleRows @desc Maximum number of lines displayed for actor commands. Default: 6 @default 6 @type number @param commandAutoResize @desc Automatically adjust actor command (height) Default: ON ( false = OFF disabled / true = ON enabled ) @default true @type boolean @param omitPartyCommand @desc Skip party commands. Default: OFF (false = OFF, disabled / true = ON, enabled). @default false @type boolean