Plugin Push/Pull Box RPG Maker MV
A downloadable asset pack
KasBox v2.0 – RPG Maker MV Plugin
Created by Kasbak
Overview
KasBox is a plugin for RPG Maker MV that allows you to add pushable and pullable crates or objects to your maps — inspired by the gameplay style of classic 2D Zelda games.
Players can push or pull crates depending on their position and facing direction, with customizable sound effects, self switches, and global switches triggered by map regions.
Installation
-
Copy
KasBox.js
into your project’sjs/plugins
folder. -
Open the Plugin Manager in RPG Maker MV.
-
Add KasBox to the list and enable it.
-
In your crate events, use comment commands to define behavior with the plugin tags.
Purpose
-
Add physics-like puzzles with movable crates.
-
Trigger local or global switches when crates are placed in specific regions.
-
Improve map interactivity and player immersion.
-
Easily create push/pull mini-puzzles without complex eventing.
How It Works
-
Approach a crate.
-
Hold Enter / Space:
-
Arrow toward the crate → Push it.
-
Arrow away from the crate → Pull it (player walks backward while facing the crate).
-
-
Release Enter to let go of the crate.
-
The crate can trigger:
-
Local self switches
-
Global switches
-
Custom sound effects
-
Event Comment Tags
Tag | Description |
---|---|
/kasBox
| Makes the event a movable crate (push/pull enabled) |
/kasBox3A
| Activates self switch A when the crate is on region 3 |
/kasBox4ID18true
| Sets global switch #18 = true when the crate is on region 4 (false otherwise) |
/kasBoxSEAttack3
| Plays the Attack3 SE when the crate moves (optional) |
Notes:
- You can combine multiple tags:
/kasBox /kasBox3A /kasBoxSEAttack3- The sound effect only plays if the crate actually moves (built-in anti-loop protection).
Example Usage
-
Create a new event for your crate and add the following in the comment box:
/kasBox /kasBox3A /kasBoxSEAttack3
-
Place the crate on your map.
-
In game, approach it and push or pull — the crate will:
-
Move smoothly,
-
Trigger self switch A on region 3,
-
And play the “Attack3” sound effect when moved.
-
✅ KasBox makes it easy to add dynamic, puzzle-style mechanics to your MV projects — with natural movement, region logic, and optional sound effects — all in a single lightweight plugin.
Purchase
In order to download this asset pack you must purchase it at or above the minimum price of $1 USD. You will get access to the following files:
Leave a comment
Log in with itch.io to leave a comment.