Guest User

Untitled

a guest
May 16th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. # Group inheritance
  2. # any inherited groups prefixed with a g: are global groups
  3. # These groups are defined in the globalgroups.yml
  4. # and can be inherited in any worlds groups/users.yml.
  5. #
  6. # Groups without the g: prefix are groups local to this world
  7. # and defined in the this groups.yml file.
  8.  
  9. M1:
  10. default: true
  11. permissions:
  12. inheritance:
  13. - g:m1
  14. info:
  15. prefix: ''
  16. build: true
  17. suffix: ''
  18. M2:
  19. default: false
  20. permissions:
  21. inheritance:
  22. - g:m2
  23. info:
  24. build: true
  25. suffix: ''
  26. Moderator:
  27. default: false
  28. permissions:
  29. inheritance:
  30. - g:moderator
  31. info:
  32. prefix: '&2[&2Mod&2]&f'
  33. build: true
  34. suffix: ''
  35. Admin:
  36. default: false
  37. permissions:
  38. - '*'
  39. inheritance:
  40. - moderator
  41. - g:admin
  42. info:
  43. prefix: '&4[&4Admin&4]&f'
  44. build: true
  45. suffix: ''
Add Comment
Please, Sign In to add comment