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 Item Command Cooldown - DarkPlasma_ItemCommandCooldown.js

Plugin desc : Set a cooldown time for item commands

License : MIT License

Author : DarkPlasma

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

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

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

File name : DarkPlasma_ItemCommandCooldown.js

Help of plugin :

@target MZ
@url https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
@plugindesc Set a cooldown time for item 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.1
Sets the cooldown time for an item command.
After using an item command,
you can disable the item command for a certain number of turns.

You can increase or decrease the default cooldown time for an item command by
writing the following in the memo field for an actor, equipment, state, or
job:

<itemCommandCooldownTurnPlus:1>
Increase the number of cooldown turns by 1

<itemCommandCooldownTurnPlus:-1>
Decrease the number of cooldown turns by 1

@param defaultCooldownTurn
@text Default number of turns
@desc Sets the default cooldown time.
@type number
@default 3

@param display
@text Display settings
@desc Set to display the number of cooldown turns after the command.
@type struct<DisplaySetting>
@default {"enabled":"true", "format":"CT:{turn}", "color":"2"}

スポンサードリンク

-MZ plugins

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