grantygames

Untitled

Aug 6th, 2015
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. command /equipe:
  2. trigger:
  3. send "&a@========== &bSTAFFERS ONLINE &a=============@"
  4. loop {equipe::*}:
  5. add "%loop-value%&3 = %{on.%loop-player%}%||" to {_a}
  6. send "%{_a}%"
  7. send "&a@========== &bSTAFFERS ONLINE &a=============@"
  8.  
  9. on join:
  10. if player has permission "sk.equipe":
  11. remove player from {equipe::*}
  12. wait 2 tick
  13. add player to {equipe::*}
  14. set {on.%player%} to "&aOn"
  15. on quit:
  16. set {on.%player%} to "&cOff"
Advertisement
Add Comment
Please, Sign In to add comment