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

PGMZ - The Community-Driven Plugin Library for RPG Maker MZ

MZ plugins

Dark Plasma Actor Command Trait - DarkPlasma_ActorCommandTrait.js

Plugin desc : Features that change actor commands

License : MIT License

Author : DarkPlasma

Website : https://github.com/munokura/DarkPlasma-MZ-Plugins/blob/main/DarkPlasma_ActorCommandTrait.js

Desc page : https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release

Download Page : https://raw.githubusercontent.com/munokura/DarkPlasma-MZ-Plugins/main/DarkPlasma_ActorCommandTrait.js

File name : DarkPlasma_ActorCommandTrait.js

Help of plugin :

@target MZ
@url https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
@plugindesc Features that change actor commands
@author DarkPlasma
@license MIT

@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/DarkPlasma-MZ-Plugins ).
Original plugin by DarkPlasma.
Please check the latest official version at:
https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
-----

version: 1.0.0
Provides a feature for modifying actor commands.

Enter the following in the memo field of the data (state, actor, etc.) to
which you want to add the feature.

If multiple features are defined,
the one with the highest priority will be used.
If the priority is omitted, it will be treated as priority 0.
<actorCommand:
priority:priority
Command Definition
Command Definition
...

How to Write a Command Definition
attack
Normal attack command (fight)

skill
Skill (select skill type)

skill/skill ID
Individual skill

guard
Defense command

item
Item command

Example 1: (Specify a command excluding attack)
<actorCommand:
skill
guard
item
>

Example 2: (Specify a command for a specific skill only. Priority 1)
<actorCommand:
priority:1
skill/35
skill/36
>

The following plugins are required to use this plugin.
DarkPlasma_AllocateUniqueTraitId version:1.0.1
If using with the following plugins, add this below.
DarkPlasma_AllocateUniqueTraitId

スポンサードリンク

-MZ plugins

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