Skip to content

Instantly share code, notes, and snippets.

@blha303
Forked from anonymous/Groups.yml
Last active December 10, 2015 18:18
Show Gist options
  • Save blha303/4473153 to your computer and use it in GitHub Desktop.
Save blha303/4473153 to your computer and use it in GitHub Desktop.
# 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