Advertisement
nunonuno_riku

Untitled

Nov 26th, 2018
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. on chat:
  2. if {%player%.Blue} is false:
  3. cancel event
  4. broadcast "&1[Blue]&f%player%: %message%"
  5. if {%player%.Red} is false:
  6. cancel event
  7. broadcast "&4[Red]&f%player%: %message%"
  8.  
  9. command /setteam <text>:
  10. trigger:
  11. if arg-1 is "blue":
  12. set {%player%.Red} to true
  13. set {%player%.Blue} to false
  14. if arg-1 is "red":
  15. set {%player%.Blue} to true
  16. set {%player%.Red} to false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement