
Untitled
By: a guest on
May 16th, 2012 | syntax:
None | size: 1.29 KB | hits: 20 | 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:
Default:
default: true
permissions:
- bukkit.command.kill
inheritance:
- g:essentials_default
- g:bukkit_default
- -bukkit.command.kill
- -bukkit.command.me
- -Permissions.Build.*
- -Permissions.Modifyworld.*
info:
build: true
Moderator:
default: false
permissions:
- -bukkit.command.tell
- -bukkit.command.kick
- -bukkit.command.ban.list
- -bukkit.command.teleport
- -bukkit.command.give
- -bukkit.command.list
- -bukkit.command.say
- -bukkit.command.whitelist.add
- -bukkit.command.whitelist.list
- -bukkit.command.whitelist.reload
- -bukkit.command.gamemode
- -bukkit.command.toggledownfall
- -bukkit.command.plugins
- -bukkit.command.version
inheritance:
-Default
info:
prefix: '&5'
build: true
suffix: ''
Owner:
default: false
permissions:
- '*'
inheritance:
- Moderator
info:
prefix: '&4'
build: false
suffix: ''