Advertisement
Guest User

Untitled

a guest
Dec 15th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. command /start:
  2. permission: system.admin
  3. trigger:
  4. set {game} to 1
  5. loop all players:
  6. if {stat.%loop-player%} is "wait":
  7. add 1 to {players}
  8. loop {players} times:
  9. teleport the player to {build.%{_hensu}%}
  10. add 1 to {_hensu}
  11.  
  12.  
  13.  
  14. command /setbuild <text>:
  15. permission: system.admin
  16. trigger:
  17. if arg-1 is not set:
  18. send "arg-1 irero!!!"
  19. if arg-1 is set:
  20. set {build.%arg-1%} to location of player
  21. send "build.%arg-1%をせっとしたお"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement