Advertisement
Guest User

Untitled

a guest
May 21st, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. command /teamgame [<text>] [<int>]:
  2. permisson: skript.op
  3. usage: /teamgame <on/off/enable/disable> <teamsize>
  4. trigger:
  5. if arg-1 is "on" or "enable":
  6. command sender command "/team management on"
  7. command sender command "/team limit %arg-2%"
  8. else if arg-1 is "off" or "disable":
  9. command sender command "/team reset"
  10. command seneder command "/team management off"
  11. else if arg-1 is "keep" or "stay":
  12. command sender command "/team management off"
  13. command sender command "/team color"
  14. command sender command "/heal *"
  15. command sneder command "/feed *"
  16. command sender command "/clear *"
  17. broadcast "&8[&bElysian&3UHC&7]&bTeams are &cdone! &3Be ready for the game to start!"
  18. else if arg-1 is "on" or "enable"
  19. on command "/team create"
  20. console executes command "/team color"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement