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:
- Default:
- default: true
- permissions:
- - -bukkit.command.kill
- inheritance:
- - g:Joueur
- info:
- prefix: '&7[&aJoueur&7] &f'
- build: true
- suffix: ''
- Builder:
- default: false
- permissions: []
- inheritance:
- - g:Joueur
- - g:Staff
- info:
- prefix: '&7[&2Builder&7] &f'
- build: true
- suffix: ''
- Moderateur:
- default: false
- permissions: []
- inheritance:
- - g:Joueur
- - g:Staff
- - g:Modo
- info:
- prefix: '&7[&bModérateur&7] &f'
- build: true
- suffix: ''
- Admin:
- default: false
- permissions: []
- inheritance:
- - g:Joueur
- - g:Staff
- - g:Modo
- - g:Admin
- info:
- prefix: '&7[&cAdministrateur&7] &f'
- build: true
- suffix: ''
- Fondateur:
- default: false
- permissions:
- - '*'
- - -vanish.effects.*
- - +vanish.effects.toggle.all
- inheritance:
- - g:Joueur
- - g:Admin
- - g:Modo
- info:
- prefix: '&7[&4Fondateur&7] &f'
- build: true
- suffix: ''
- VIP:
- default: false
- permissions []
- inheritance:
- - g:Joueur
- info:
- prefix: '&7[&eVIP&7] &f'
- build: true
- suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment