FREE Event Timer for RPG Maker MZ
A downloadable mod
What this plugin is
This is a timer plugin for RPG Maker that counts real time — seconds, minutes, and hours — and allows you to switch event pages not instantly, but after a specified amount of time.
It is useful when:
-
an event must change after some time,
-
the player can leave the event area,
-
and you don’t want to keep the player standing near the event all the time.
What exactly it does
The plugin:
-
starts a timer inside an event;
-
counts real seconds / minutes / hours;
-
when the time is over, it simply finishes the waiting, after which the event continues executing.
⚠️ The plugin does not switch pages automatically —
it only creates a delay.
Page switching is done via Switches, just like in standard RPG Maker logic.
Plugin installation
-
Unpack the plugin file.
-
Put it into the folder: /js/plugins/
-
Open RPG Maker → Plugin Manager.
-
Enable the plugin.
✔️ The plugin has no global parameters.
All settings are configured separately inside each event.
How it is used in an event
Step 1. Create an event with multiple pages
Each page represents a state or stage, for example:
-
plant growth;
-
ripening;
-
a bomb countdown;
-
a door unlocking, etc.
Example with cabbage:
-
Seeds
-
Sprouts
-
Leaves
-
Fruit
-
Ripe cabbage
Step 2. Set up switches on each page
On each page:
-
at the end, you turn on a Switch,
-
which disables the current page,
-
and enables the next one.
This is standard RPG Maker behavior.
Step 3. Add the plugin command (the timer itself)
On each page, before the switch command:
-
Open: Event Commands → Plugin Command
-
Select your timer plugin.
-
Set:
-
seconds
-
minutes
-
hours
-
⏱ These values define the waiting time for this specific event page.
Important limitation (scenes)
❗ The timer only works while the scene is active.
-
If the player leaves the scene/map:
-
the timer pauses.
-
-
When the player returns:
-
the timer continues from where it stopped.
-
🔴 This is a local timer, not a global one.
Other possible uses
-
plant growth systems;
-
pet or dog growth;
-
bombs with delayed explosions;
-
doors you must reach before the timer runs out;
-
traps;
-
timed quests;
-
any events where time matters.
Summary
-
The plugin provides real-time waiting.
-
It is configured per event, not globally.
-
It works via Plugin Commands.
-
Event pages are switched using Switches.
-
The timer pauses when leaving the scene.
-
The plugin is free and universal.
| Status | Released |
| Category | Game mod |
| Author | Vslav Store |
| Tags | plugin, RPG Maker |
Download
Click download now to get access to the following files:

Leave a comment
Log in with itch.io to leave a comment.