LAUNCH TO THE AIR IN JUST 2 SIMPLE STEPS
Lobby launchpad is a very simple and easy to use plugin made specially for servers that contain lobbies or hubs.
•
Fully configurable launchpad system
•
Easy to setup and easy to use inside the game
There is not much detail to give you on the plugin, just drag it into your server plugins folder and you
good to go!
No commands, no permissions, just FUN
![[IMG]](/proxy/image?url=https%3A%2F%2Fi2.paste.pics%2F3576d2615b9e74b73f9ad1427fae00d8.png)
Code (YAML):
#Set 'true' to enable the plugin or 'false' to disable it[/LEFT]
enabled
: true
################################
# #
# INCREDIBLE SIMPLE #
# LAUNCHPAD #
# #
# BY DOR YAHAV #
# #
# USAGE: #
# Place block-under #
# And above it the block type #
# #
################################
# Default values are: 2, you may change to what ever number you want.
# Over value will cause server crash.
# 1 = 5 Blocks in game.
Jump-Height
: 2
Throw-Force
: 2
# Default is the golden pressure plate.
# FULL BLOCK LIST https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
block-type
: 'LIGHT_WEIGHTED_PRESSURE_PLATE'
# Default is a redstone block.
# This used to prevent EVERY block type in your server to be used as launchpad.
block-under
: 'REDSTONE_BLOCK'
# Default one is trident launch.
# FULL SOUND LIST https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
launch-sound
: 'ITEM_TRIDENT_RIPTIDE_2'
# Volume goes from 0.0 (lowest) to 1 (highest).
# Default is 0.5
sound-volume
: 0.5
# Set 'true' to disable or 'false' to enable fall damage.
disable-fall-damage
: true
• When launching the sound play more then 1 time
• Cannot use block-type and block-under as blocks combined (ex. Redstone block above another Redstone block)