Jump Ability - Version 1.4
RPG Maker MV Plugin
Galv
Introduction
A basic plugin for now with plans to enhance it to add jump bonuses in future.
Screenshot

Features
Allows the player to jump with the press of a button.
Control jump accessibility using regions and events that can block/unblock as required.
How to Use
- Copy the "GALV_JumpAbility.js" file into your project's /js/plugins/ folder.
- Activate plugin using the 'Plugin Manager'
- Read the 'HELP' documentation (also found in plugin manager) for more details and try the demo if you don't understand.
Plugin
Get it here
Credit and Thanks
- Galv
Terms
Free to use in any RPG Maker MV project including commercial. Please credit "Galv". :)
Updates
2016-02-01 - Version 1.4 - Fixed a bug that blocked jumping on an event that was "under" the player
2015-11-15 - Version 1.3 - Fixed a bug that crashed when jumping toward an event with no page conditions met. Added encounter steps to jumping.
2015-11-15 - Version 1.2 - Fixed a bug with region blocking code
2015-11-13 - Version 1.1 - Fixed bug in jump distance and for jumping off maps
2015-11-13 - Version 1.0 - Release