Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. users:
  2. myusername:
  3. groups:
  4. - Admins
  5. permissions: []
  6. anotherusername:
  7. groups:
  8. - basic
  9. permissions:
  10. - admincmd.time.*
  11. onemoreuser:
  12. permissions: []
  13. groups:
  14. - basic
  15.  
  16. #myusername is a member of the Admins group and so he has the rights defined in the group.yml file
  17. #anotherusername is a member of the basic group so he has the rights assigned to that group as well as the admincmd.time* commands
  18. #onemoreuser is strictly a member of the basic group and so only has the rights assigned to the basic group in the groups.yml file
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement