iChinchillinq

Untitled

Sep 3rd, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. command /stafflist:
  2. description: Shows online staff
  3. trigger:
  4. loop all players:
  5. loop-player has permission "is.staff"
  6. add loop-player to {_online staff::*}
  7.  
  8. size of {_online staff::*} is 0:
  9. message "No staff currently online!"
  10. else:
  11. message "Online staff: %{_online staff::*}%"
Add Comment
Please, Sign In to add comment