Skip to main content

Quick Start Guide

Installation

  1. Download the latest release JAR
  2. Place it in your server's plugins folder
  3. Restart your server

Basic Usage

Create a Jump Pad

  1. Face the block where you want the jump pad
  2. Hold an item in your main hand (this sets the material)
  3. 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.