Documentation
How does it work?
When a player walks on a
configurable block (default: gold pressure plate), they are launched forward in the direction they are looking, with a configurable vertical boost.
You don't need to press or interact with the block — just walk over it!
Config File (config.yml)
The plugin creates a simple config.yml with the following options:
Code (YAML):
enable-sound
: true
launch-sound
: entity.firework_rocket.launch
launch-vertical
: 0.3
launch-multiplier
: 3.0
block-type
: LIGHT_WEIGHTED_PRESSURE_PLATE
message-enabled
: true
launch-message
:
"&aYou took off! &bEnjoy your flight!"
enable-sound:
• Set to
true to play a launch sound when a player steps on the pad
• Set to
false to disable the sound
launch-sound:
• Customize the sound played on launch (Minecraft sound name)
launch-vertical:
• Controls vertical boost power (float value, e.g. 0.3)
launch-multiplier:
• Controls the overall launch speed multiplier (float value, e.g. 3.0)
block-type:
• Set the block that acts as a jump pad (e.g. LIGHT_WEIGHTED_PRESSURE_PLATE)
• See the full list here:
Material list
message-enabled:
• Enable or disable the launch message displayed to the player
launch-message:
• Customize the message sent to the player upon launch
• Supports Minecraft color codes using & (e.g. &a, &b) — see
Minecraft Formatting Codes
Commands
/jumppad reload
Reloads the configuration file without restarting the server.
Permissions
No permissions required — plug-and-play!
Coming Soon
- Per-player configuration options
- Support for more block types
- Multi-language support