public

Rpg Maker Developers Group

Simple enough for a child, powerful enough for a developer

2 Followers

MZCustom Jump - Control jump height and duration

BMM Archive · July 15, 2026

Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.

Original Source

  • Original title: Custom Jump - Control jump height and duration
  • Original author: Awayamatana
  • Original date: December 26, 2024
  • Source thread: https://forums.rpgmakerweb.com/threads/custom-jump-control-jump-height-and-duration.174170/
  • Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMZ)

Summary

It allows for highly flexible event production. You can also make it slide by setting the jump height to zero. This video shows an example of this function combined with Transition200X. CustomJump.js Ver.1.0.0

Archived First Post

It allows for highly flexible event production.
You can also make it slide by setting the jump height to zero.
This video shows an example of this function combined with Transition200X.
Download
CustomJump.js Ver.1.0.0
MIT License

How to Use
[Scripts(Movement Route)]
this.setJumpData(height); //Set height
this.setJumpData(height, duration); //Set height and duration
this.setJumpData(null, duration); //Set duration
this.clearJumpData(); //Initialization

Specification
The player and the follower are linked.

Downloads / Referenced Files

Log in to download

Log in, then follow the RPG Maker Developers Group to see these download links.

Log in to download

License / Terms Note

MIT License How to Use [Scripts(Movement Route)] this.setJumpData(height); //Set height

Creator Claims / Removal

If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.

#rmmz#plugin-archive

Replies (0)

No replies yet.

0 replies 1 view

Log in to reply.

User Avatar