Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. #ノーマル×ファスト joinセット
  2. command /firstset:
  3. permission: firstset.admin
  4. trigger:
  5. set {first} to location of player
  6.  
  7. command /normalset:
  8. permission: normalset.admin
  9. trigger:
  10. set {normal} to location of player
  11.  
  12. on join:
  13. set join message to "&a[join] &6%player%"
  14. teleport player to {normal}
  15.  
  16. on first join:
  17. wait a tick
  18. teleport player to {first}
  19. broadcast "&6[first] &e%player%"
  20.  
  21. on quit:
  22. set quit message to "&c[quit] &6%player%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement