An open library of RPG Maker MV plugins, powered by the community.

PGMV - The Community-Driven Plugin Library for RPG Maker MV

MV plugins

Party Command Sort - PartyCommandSort.js

Plugin desc : ver1.00/Reorder party commands.

License : MIT License

Author : Yana

Website : https://w.atwiki.jp/pokotan/pages/3.html

Desc page : https://github.com/munokura/Yana-MV-plugins

Download Page : https://raw.githubusercontent.com/munokura/Yana-MV-plugins/refs/heads/master/Battle/PartyCommandSort.js

File name : PartyCommandSort.js

Help of plugin :

@plugindesc ver1.00/Reorder party commands.
@author Yana
@url https://github.com/munokura/Yana-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/Yana-MV-plugins ).
Original plugin by Yana.
-----
Usage
-----------------------------------------------------
Specify the order using the plugin parameters.
Use the symbols for each command to specify the order.
The symbols are:

fight
escape
stateHelp
formation
log

To search for symbols in other plugins, search within the plugin for addCommand.
In Window_PartyCommand,
addCommand(○○○,×××,△△△)
the ××× part is the symbol. (△△△ may not be present.)
* State details, sorting, logging, etc. are only available if the corresponding plugins are installed.

Additionally, the switch ID specified in EnableSwitches + the sort order in SortList - 1
will be set to the switch corresponding to the permission state of each command.
If SortList is fight, escape, stateHelp and EnableSwitches is 40,
the values ​​will be 40 = fight, 41 = escape, 42 = state details.

In this case, commands that do not meet the permitted conditions will disappear from the party command list.
When this plugin is installed and its functionality is activated, if the specified switch has never been accessed (null or undefined), it will automatically be set to true.

-----------------------------------------------------
Terms of Use
------------------------------------------------------
This plugin is released under the MIT License.
http://opensource.org/licenses/mit-license.php
------------------------------------------------------
Update History:
ver1.00:
Released

@param SortList
@desc A list of party commands.
@default fight,escape,stateHelp,formation,log

@param EnableSwitches
@desc This switch is used at the beginning, followed by as many switches as there are commands. Each command can be used only when the switch is ON.
@default 40

スポンサードリンク

-MV plugins

Copyright© PGMV - The Community-Driven Plugin Library for RPG Maker MV , 2026 All Rights Reserved.