Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Group inheritance
- #
- # Any inherited groups prefixed with a g: are global groups
- # and are inherited from the GlobalGroups.yml.
- #
- # Groups without the g: prefix are groups local to this world
- # and are defined in the this groups.yml file.
- #
- # Local group inheritances define your promotion tree when using 'manpromote/mandemote'
- groups:
- A:
- default: true
- permissions:
- - -bukkit.plugins
- - essentials.warp
- - essentials.warps.prison
- - essentials.warps.a
- inheritance: []
- info:
- prefix: '&e'
- build: true
- suffix: ''
- B:
- default: false
- permissions: []
- inheritance:
- - A
- info:
- prefix: '&2'
- build: true
- suffix: ''
- C:
- default: false
- permissions:
- inheritance:
- - A
- info:
- prefix: '&5'
- build: true
- suffix: ''
- Admin:
- default: false
- permissions: []
- inheritance:
- - moderator
- - g:groupmanager_admin
- - g:bukkit_admin
- - g:essentials_admin
- - g:towny_admin
- - g:vanish_admin
- info:
- prefix: '&c'
- build: true
- suffix: ''
- Owner:
- default: false
- permissions:
- - '*'
- - -vanish.*
- inheritance:
- - admin
- info:
- prefix: '&4'
- build: true
- suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment