Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- options:
- #SPAWN COORDS!
- x: 0
- y: 73
- z: 0
- command /spawn [<player>]
- permission: hcf.command.spawn
- trigger:
- if arg-1 is not set:
- make console execute command "/minecraft:tp %player% {@x} {@y} {@z}"
- send "&aYou were teleported to &espawn&e."
- else:
- make console execute command "/minecraft:tp %arg-1% {@x} {@y} {@z}"
- send "&aYou were teleported to &espawn&e." to %arg-1%
- on first join:
- wait 2 tick
- make console execute command "/minecraft:tp %player% {@x} {@y} {@z}"
Advertisement
Add Comment
Please, Sign In to add comment