Advertisement
Winter__

Untitled

Aug 4th, 2014
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. command /pickteam <integer> <player>:
  2. permission: {OpPerm}
  3. permission message: {PermMess}
  4. trigger:
  5. if arg 1 is 1:
  6. command "/warp team1 %arg 2%"
  7. command "/team join 1 %arg 2%"
  8. if arg 1 is 2:
  9. command "/warp team2 %arg 2%"
  10. command "/team join 2 %arg 2%"
  11. stop
  12. if arg 1 is 3:
  13. command "/warp team3 %arg 2%"
  14. command "/team join 3 %arg 2%"
  15. stop
  16. if arg 1 is 4:
  17. command "/warp team4 %arg 2%"
  18. command "/team join 4 %arg 2%"
  19. stop
  20. if arg 1 is 5:
  21. command "/warp team5 %arg 2%"
  22. command "/team join 5 %arg 2%"
  23. stop
  24. if arg 1 is 6:
  25. command "/warp team6 %arg 2%"
  26. command "/team join 6 %arg 2%"
  27. stop
  28. if arg 1 is 7:
  29. command "/warp team7 %arg 2%"
  30. command "/team join 7 %arg 2%"
  31. stop
  32. if arg 1 is 8:
  33. command "/warp team8 %arg 2%"
  34. command "/team join 8 %arg 2%"
  35. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement