RPG Maker MV, Cooldown Plugin.
A downloadable plugin
This plugin adds per-skill cooldowns, limited charges, and automatic regeneration to your RPG Maker MV skills — just by using simple notetags.
Make combat more strategic and fun by preventing spammable skills and rewarding smart timing.
🧩 Features
-
🔥 Per-skill cooldowns (
<Cooldown: X>) -
⚡ Limited skill charges (
<Charges: X>) -
💫 Automatic charge regeneration (
<ChargeRegen: X>) -
👁️ Displays cooldowns and charges right in the battle skill list
-
🧠 Compatible with most battle systems (default or Yanfly)
-
🪶 Lightweight, no dependencies
| Status | In development |
| Category | Game mod |
| Author | yosanv |
| Genre | Adventure, Role Playing |
| Tags | Fantasy |
| Content | No generative AI was used |
Download
Install instructions
Installation Instructions
-
Download the file
CKT_SkillCooldownsAndCharges.jsfrom this page. -
Open your RPG Maker MV project folder.
-
Navigate to:
YourProject/js/plugins/
-
-
Move the downloaded file into that
/plugins/folder. -
Open RPG Maker MV, go to Plugin Manager (
F10or “Tools → Plugin Manager”). -
Click an empty row, select
CKT_SkillCooldownsAndCharges, and make sure it’s set to “ON.” -
Save your project and test play to confirm the plugin loads correctly.
Add note tags inside any skill’s Note box:
<Cooldown: 3>
<Charges: 2> <ChargeRegen: 1>- Optional plugin commands (in events):
CKT_ResetSkillCD 1 10
CKT_ResetAllCD 1 CKT_ResetSkillCharges 1 10 CKT_ResetAllCharges 1Requirements
-
RPG Maker MV (v1.5.0 or higher recommended)
-
No other libraries required
Development log
- Hey everyone!Nov 04, 2025
Leave a comment
Log in with itch.io to leave a comment.