Advertisement
UDON_JP

Untitled

Apr 11th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 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. set the first join message to "&8[&b♡&8] &e%player%"
  9. execute console command "/pex user %player% prefix &8[&7Rookie&8]&7"
  10. on join:
  11. wait 2 tick
  12. teleport player to {firstspawn}
  13. set the join message to "&8[&a+&8] &e%player%"
  14. on quit:
  15. set the quit message to "&8[&c-&8] &e%player%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement