Welcome to PGMZ! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
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.