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:
- Joueur:
- default: true
- permissions: []
- inheritance:
- - g:essentials_default
- info:
- prefix: '&3[&3Joueur&3]&3'
- build: true
- suffix: ''
- VIP:
- default: false
- permissions: []
- inheritance:
- - g:essentials_VIP
- info:
- prefix: '&e[&e&nV.I.P.&e]&e&n'
- build: true
- suffix: ''
- Moderateur:
- default: false
- permissions: []
- inheritance:
- - VIP
- - g:groupmanager_moderator
- - g:bukkit_moderator
- - g:essentials_moderator
- - g:towny_moderator
- - g:vanish_moderator
- info:
- prefix: '&5[&5&lModo&5]&5&l'
- build: true
- suffix: ''
- Admin:
- default: false
- permissions: []
- - '*'
- - -vanish.*
- inheritance:
- - g:groupmanager_admin
- - g:bukkit_admin
- - g:essentials_admin
- - g:vanish_admin
- info:
- prefix: '&c[&c&n&lAdmin&c]&c&n&l'
- build: true
- suffix: ''
- Fondateur:
- default: false
- permissions: []
- - '*'
- - -vanish.*
- inheritance:
- - Admin
- info:
- prefix: '&4[&4&n&lFondateur&4]&4&l&n'
- build: true
- suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment