This plugin was originally made for
@AntonioRush, thank you for suggesting me the plugin!
lJumpPads is a plugin that allows you to make unlimited amount of JumpPads. These jumppads actually don't require and pressure plates. When a player reach a location, it launches him. JumpPads are easily setupped ingame by using command /jp create <name> and are saved into SQLite database.
Features
Unlimited JumpPads
Easy ingame setup
HEX Colors support
Customizable messages
Customizable permissions
Particle options
Sound options
SQLite database
Per-Jumppad Height, Power, Direction
Showcase
Configuration
Code (YAML):
settings:
# Soon... Items: [] permissions:
create: "ljumppads.create" edit: "ljumppads.edit" list: "ljumppads.list" tp: "ljumppads.tp" remove: "ljumppads.remove" particles: # Particles to see where you have made jumppads jumppadStatic:
enabled: true
particle: "VILLAGER_HAPPY" # Particles when you are launched by a jumppad onLaunch:
enabled: true
particle: "CLOUD" count: 6
sounds: # Sound when you are launched by a jumppad launch:
enabled: true
sound: ENTITY_BAT_TAKEOFF
pitch: 1
volume: 10
messages:
help: -
"" -
" &b&lJUMP-PADS" -
" " -
" &b▉ &b→ &f/jp create <name> &7- Creates a new JumpPad" -
" &b▉ ▉ &b→ &f/jp list [page] &7- A list of all JumpPads" -
" &3▉ &b→ &f/jp tp <name> &7- Teleports to a JumpPad" -
" &b→ &f/jp edit <name> &7- Edits a JumpPad" -
" &3▉▉▉&b▉ &b→ &f/jp remove <name> &7- Removes a JumpPad" -
"&8▉▉▉▉▉ &b→ &f/jp reload <name> &7- Reloads the plugin" -
" " -
"&f &7&oMade by MrLarkyy_" -
"" reload: "&3[lJumpPads] &fPlugin has been reloaded!" edited: "&3[lJumpPads] &fYou have edited the &b%name% &fJumpPad!" created: "&3[lJumpPads] &fYou have created the &b%name% &fJumpPad!" noPermission: "&cYou have no permission to do that!" usage:
syntaxe: "&cInvalid Command Usage! &7Usage: &f/jp %arguments%" argument: "<%arg%>" creating: "&3[lJumpPads] &fYou are now creating a new JumpPad!" editing: "&3[lJumpPads] &fYou are now editing the JumpPad!" alreadyJumppad: "&cThere is already a JumpPad with this name!" alreadyJumppadLocation: "&cThere is already a JumpPad at this location!" locationSet: "&3[lJumpPads] &fYou set the location!" directionSet: "&3[lJumpPads] &fYou set the direction!" heightSet: "&3[lJumpPads] &fYou set the height to &b%value%&f!" powerSet: "&3[lJumpPads] &fYou set the power to &b%value%&f!" lowestHeight: "&cThe height was already set to 0!" lowestPower: "&cThe power was already set to 1!" noLocationSet: "&cYou must set a location for the JumpPad!" noJumppadFound: "&cNo Jumppad found..." noJumppad: "&cThere is no JumpPad with this name!" notNumber: "&cArgument must be a number!" removed: "&3[lJumpPads]&f JumpPad has been removed!" teleported: "&3[lJumpPads]&f You have been teleported to the JumpPad!" cancelled: "&3[lJumpPads]&f Action has been cancelled!" onlyPlayer: "&cOnly players can use this command!"
Support
If you need any help, please contact me on SpigotMC/discord My discord is LARKYY#0001, or you can join my discord server https://discord.gg/QjbXsA4wVr