`command /launchpads [<text>]:
permission: op
trigger:
if arg-1 is not set:
message "&cYou did not set the launchpad type!"
stop
if arg-1 is "earth":
give 1 gold pressure plate of unbreaking 10 named "&eEarth" to player
message "&aYou recieved the Earth launchpad!"
on pressure plate:
if event-block is a golden pressure plate:
send "tt" to player
if name of event-block is "&eEarth":
send "ff" to player
wait 1.2 seconds
teleport player to {earth}`