Essentials/EssentialsGroupManager/src/groups.yml

63 lines
1.2 KiB
YAML
Raw Normal View History

# 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:
Default:
default: true
permissions:
- -bukkit.command.kill
inheritance:
- g:essentials_default
- g:bukkit_default
info:
prefix: '&e'
build: false
suffix: ''
Builder:
default: false
permissions: []
inheritance:
- default
- g:essentials_builder
info:
prefix: '&2'
build: true
suffix: ''
Moderator:
default: false
permissions: []
inheritance:
- builder
- g:essentials_moderator
- g:bukkit_moderator
info:
prefix: '&5'
build: true
suffix: ''
Admin:
2011-08-20 19:06:43 +02:00
default: false
permissions: []
2011-08-20 19:06:43 +02:00
inheritance:
- moderator
- g:essentials_admin
- g:bukkit_admin
2011-08-20 19:06:43 +02:00
info:
prefix: '&c'
build: true
suffix: ''
Owner:
default: false
permissions:
- '*'
inheritance:
2011-08-20 19:06:43 +02:00
- admin
info:
prefix: '&4'
build: true
suffix: ''