

JumpPad - Mod for Creating Jump Platforms
JumpPad mod transforms ordinary pressure plates into powerful jumping devices that propel players in specified directions. This is an excellent solution for creating parkour courses, traps, or simply fun movement mechanics in your world.
Main Management Commands
The /jumppad set
command allows you to configure jump parameters. The X parameter multiplies the player's horizontal speed (X and Z axes), while Y sets the vertical speed. Both values must be numeric.
Usage examples:
/jumppad set x 2
- doubles horizontal speed
/jumppad set y 1.5
- sets vertical speed to 1.5
Operation Modes
Whitelist Mode
In this mode, only specifically added plates become jump platforms:
add
- adds the current plate to the whitelistremove
- removes the plate from the whitelistenable
- activates whitelist and disables blacklistinfo
- shows plate status
Blacklist Mode
In this mode, all plates function as jump platforms except excluded ones:
add
- adds plate to blacklistremove
- removes plate from blacklistenable
- activates blacklist and disables whitelistinfo
- checks plate status
Additional Commands
/jumppad delete
- completely removes all settings from the selected plate, including lists and jump parameters.
/jumppad info
- displays current plate settings. If parameters are not set, it will show X=1 and Y=1.
Permission System
Mod management is available to players with jumppad.manage
permission (by default only server operators). Using jump platforms is available to everyone with jumppad.use
permission (by default all players).