An open library of RPG Maker MZ plugins, powered by the community.

PGMZ - The Community-Driven Plugin Library for RPG Maker MZ

MZ plugins

Custom Jump - CustomJump.js

Plugin desc : Controls jump height and duration.

License : MIT License

Author : あわやまたな (Awaya_Matana)

Website : https://awaya3ji.seesaa.net/

Desc page : https://awaya3ji.seesaa.net/article/507266111.html

File name : CustomJump.js

Help of plugin :

* @target MZ
* @orderBefore ReplaceTargetCharacter
* @plugindesc Controls jump height and duration.
* @author あわやまたな (Awaya_Matana)
* @url https://awaya3ji.seesaa.net/article/507266111.html
* @help Ver.1.0.0
* The player and the follower are linked.
*
* [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
*
* @command setJumpData
* @text Set Jump Data
* @desc 
* @arg characterId
* @text Character ID
* @desc Specify the character's ID.
* This Event:0  Player:-1
* @default -1
* @arg height
* @text Height
* @desc Initialize with no input.
* @arg duration
* @text Duration
* @desc Initialize with no input.

スポンサードリンク

-MZ plugins

Copyright© PGMZ - The Community-Driven Plugin Library for RPG Maker MZ , 2026 All Rights Reserved.