My first try at making a plugin, which is a simple plugin to add jumppads to your minecraft server. Making a jumppad works by just placing 2 blocks (configurable) on top of eachother in the world, and standing on the stack of blocks will launch you into the direction you are looking in.
- Native Minecraft Version:
- 1.16
- Tested Minecraft Versions:
- 1.16
Commands:
"/jumppad" or "/jumppad help" - shows help menu
"/jumppad reload" - reloads config
Code (YAML):
permission-required: false
permission-node: jumppads.use
command-permission-node: jumppads.commands
block: GOLD_BLOCK
under-block: GOLD_BLOCK
power-front: 1.0
power-up: 1.0
sound:
enabled: true
sound: ENTITY_WITHER_SHOOT
volume: 1.0
pitch: 1.0
particle:
enabled: true
particle: SMOKE
data: 1
amount: 10
# plugin messages supports RGB colors, using � - &#ffffff as the color codes
messages:
prefix: "&8[&eSimple JumpPads&8] &r"
startmessage: "{prefix}&eStarted!"
disablemessage: "{prefix}&eDisabled!"
reload: "{prefix}&eReloaded!"
no-permission: "{prefix}&cYou can't do that!"
not-exist: "{prefix}&eThat command does not exist!"
helpmenu:
- "&eSimple Jumppads &6Help menu:"
- "&e/jumppad help &8» &6Shows this message"
- "&e/jumppad reload &8» &6Reloads the plugin"
Send me your ideas for more features in discord!
@Martijnkop#6697

Simple Jumppads 1.0
A simple plugin to add jumppads to your server