
Groupmanager_config
By: a guest on
May 12th, 2012 | syntax:
None | size: 1.13 KB | hits: 18 | expires: Never
# Group inheritance
# any inherited groups prefixed with a g: are global groups
# These groups are defined in the globalgroups.yml
# and can be inherited in any worlds groups/users.yml.
#
# Groups without the g: prefix are groups local to this world
# and defined in the this groups.yml file.
groups:
Moderator:
default: false
permissions: []
inheritance:
- g:essentials_moderator
- g:bukkit_moderator
- g:towny_moderator
info:
prefix: '&f[&5Moderator&f]&5 '
build: true
suffix: ''
Admin:
default: false
permissions: []
inheritance:
- moderator
- g:essentials_admin
- g:bukkit_admin
- g:towny_admin
info:
prefix: '&f[&4Admin&f]&4 '
build: true
suffix: ''
Owner:
default: false
permissions:
- '*'
inheritance:
- admin
info:
prefix: ' &f[&4Owner&f]&3 '
build: true
suffix: ''
Member:
default: True
permissions: []
inheritance:
- g:essentials_default
- g:towny_builder
info:
prefix: '&f[&eMember&f]&e '
build: true
suffix: ''