Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2018
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. #BySrKazecagi
  2.  
  3. command /staff:
  4. description: Shows online staff
  5. trigger:
  6. loop all players:
  7. loop-player has permission "is.staff"
  8. add loop-player to {_online staff::*}
  9.  
  10. size of {_online staff::*} is 0:
  11. message "Nao a staffs online! Happy griefing ;)!"
  12. else:
  13. message "&eStaff online -->: &c%{_online staff::*}%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement