Quick Start Guide
Installation
- Download the latest release JAR
- Place it in your server's
pluginsfolder - Restart your server
Basic Usage
Create a Jump Pad
- Face the block where you want the jump pad
- Hold an item in your main hand (this sets the material)
- Run the command:
/sjp add 2 1 PLAYER_DIRECTION
This creates a jump pad that launches players in the direction they're facing with:
- Horizontal boost: 2
- Vertical boost: 1
Test It
Step on the block and you'll be launched!
Customize
Edit the jump pad while looking at it:
/sjp edit general horizontalBoost 3
/sjp edit sound enable true
/sjp edit sound type ENTITY_ENDER_DRAGON_GROWL
/sjp edit particle enable true
/sjp edit particle type FLAME
Target Modes
By default, the plugin targets the block you're looking at. To change this:
/sjp targetmode PLAYER_LOCATION
Now jump pad commands will use the block you're standing on instead of the one you're looking at.