Advertisement
Guest User

Untitled

a guest
May 20th, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. command /teamgame [<text>] [<int>]:
  2. permisson: skript.op
  3. trigger:
  4. if arg-1 is "on" or "enable":
  5. command sender command "/team management on"
  6. command sender command "/team limit %arg-2%"
  7. else if arg-2 is "off" or "disable":
  8. command sender command "/team reset"
  9. command sender command "/team management off"
  10.  
  11. on command "/team create"
  12. consle executes command "team color"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement