Created
January 7, 2013 07:43
-
-
Save anonymous/4473148 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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: | |
Owner: | |
default: false | |
permissions: | |
-* | |
inheritance: [] | |
info: | |
prefix: '&7[&bOwner&8]&f' | |
build: true | |
suffix: '' | |
SkyLord: | |
default: false | |
permissions: [] | |
inheritance: | |
- g:essentials_skylord | |
- g:towny_skylord | |
- traveler | |
info: | |
prefix: '&8[&9SkyLord&8]&7' | |
build: true | |
suffix: '' | |
Moderator: | |
default: false | |
permissions: [] | |
inheritance: | |
- g:bukkit_Moderator | |
- g:essentials_Moderator | |
- g:towny_Moderator | |
- skylord | |
info: | |
prefix: '&8[&7Moderator&8]&a' | |
build: true | |
suffix: '' | |
Traveler: | |
default: true | |
permissions: [] | |
inheritance: | |
- g:bukkit_traveler | |
- g:essentials_traveler | |
- g:towny_traveler | |
info: | |
prefix: '&8[&6Traveler&8]&f' | |
build: true | |
suffix: '' | |
Admin: | |
default: false | |
permissions: [] | |
inheritance: | |
- g:bukkit_admin | |
- g:essentials_admin | |
- g:towny_admin | |
- g:vanish_admin | |
info: | |
prefix: '&8[&1Admin&8]&c' | |
build: true | |
suffix: '' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment