UDON_JP

Untitled

Apr 7th, 2019
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. command /setfirstspawn:
  2. permission: firstspawn.admin
  3. trigger:
  4. set {firstspawn} to location of player
  5. on first join:
  6. wait 2 tick
  7. teleport player to {firstspawn}
  8. broadcast "&7[&a+&7] &d%player%"
  9. on join:
  10. wait 2 tick
  11. teleport player to {firstspawn}
  12. broadcast "&7[&a+&7] &e%player%"
  13. on quit:
  14. broadcast "&7[&c-&7] &e%player%"
Add Comment
Please, Sign In to add comment