Advertisement
Guest User

Untitled

a guest
Sep 17th, 2014
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. variables:
  2. int = 1
  3.  
  4. command /sg setarena spawn [<text>]
  5. permission: skript.sg.setarena.spawn
  6. trigger:
  7. if arg 1 is "1":
  8. set {1.loc.world} to location of player
  9. message "%arg 1% asetettu!"
  10. if arg 1 is "2":
  11. set {2.loc.world} to location of player
  12. message "%arg 1% asetettu!"
  13. if arg 1 is "3":
  14. set {3.loc.world} to location of player
  15. message "%arg 1% asetettu!"
  16. if arg 1 is "4":
  17. set {4.loc.world} to location of player
  18. message "%arg 1% asetettu!"
  19.  
  20. command /sg join 1
  21. permission: skript.sg.join.1
  22. trigger:
  23. teleport player to {%{int}%.loc.world}
  24. add 1 to {int}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement