Hi everyone!
I’m axgin96 — not a professional developer, just a passionate RPG Maker user who enjoys building little tools to make development easier and more fun. Minecart Ride (KartRide.js) is my first plugin for RPG Maker MZ, created to simplify minecart sequences and minigames.
Instead of writing movement commands manually, this plugin allows you to draw a track using Region IDs and lets the minecart move automatically between two points.
Features
Define minecart routes using Region ID 7 tiles
Automatic movement between two endpoints with a single event call
Player switches to a vehicle graphic (index 6 in Vehicle.png) during the ride
The minecart event is repositioned and rotated correctly at the destination
Uses Self Switch A to hide/show the cart event
Smooth, automatic pathing
Works out of the box, no external plugins required