Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. command /spawn:
  2. description: ロビーにTPします
  3. usage: &a&l/lob
  4. aliases: /lob
  5. trigger:
  6. message "&aあなたをロビーにTPしました!"
  7. execute console command "/tp %player% -329 4 -1239"
  8.  
  9. #サーバーメッセージ
  10. on join:
  11. set the join message to "&2[&alogin&2]&6%player%"
  12.  
  13. on first join:
  14. broadcast "&5[&dFirstJoin&5]&6&a%player%"
  15.  
  16. command /hide:
  17. description: hide
  18. trigger:
  19. hide player from all players
  20.  
  21. command /show:
  22. description: show
  23. trigger:
  24. reveal player from all players
  25.  
  26. on join:
  27. teleport the player to the location (-329, 4, -1239)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement