Advertisement
Guest User

Untitled

a guest
Jan 18th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. # Group inheritance
  2. #
  3. # Any inherited groups prefixed with a g: are global groups
  4. # and are inherited from the GlobalGroups.yml.
  5. #
  6. # Groups without the g: prefix are groups local to this world
  7. # and are defined in the this groups.yml file.
  8. #
  9. # Local group inheritances define your promotion tree when using 'manpromote/mandemote'
  10.  
  11. groups:
  12. 'Owner2'
  13. default: false
  14. permissions: []
  15. inheritance:
  16. - 'g:Default'
  17. - 'g:Owner'
  18. info:
  19. prefix: &7[&4AAAA&7]
  20. build: true
  21. suffix: '' ''
  22. 'Default2':
  23. default: true
  24. permissions: []
  25. inheritance:
  26. - 'g:Default'
  27. info:
  28. prefix: &7[&4Default2&7]
  29. build: true
  30. suffix: '' ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement