## # AntiBuild is included with this. To disable a group from being able to build then # set the build: flag to false (build: false). If you want a group to be able to build # then set it to true. ## # Groups can contain inheritance. # To make a group inherit the permissions from another # group simply place the groups name in the "inheritance:" like so: # # Example: # inheritance: # - Default ## # Globalized Permission settings: # # If a permission contains periods (.) you can denote a globalized parameter: # # - 'foo.*' # # This will allow you to use all general commands. # ## # Single Asterisk denotes all commands: # # - '*' ## # To exempt a node use the - prefix like so: # - '-foo.bar' ## # prefix: and suffix: do not do anything on their own. You need another outside plugin # such as iChat or HeroChat in order for these to do anything. groups: Commoner: default: true info: prefix: '' suffix: '' build: false inheritance: permissions: - 'OwnBlocks.use' Citizen: default: false info: prefix: '' suffix: '' build: true inheritance: permissions: - 'heroes.classes.*' - 'dropchest.create' - 'dropchest.which' - 'dropchest.list' - 'dropchest.destroy' - 'dropchest.protect' - 'Ownblocks.use' - 'lockette.user.create.chest' - 'controllerblock.create' - 'colorme.self' - 'colorme.list' - 'scd.config.reload' - 'scd.door.edit' - 'mcmmo.skills.*' - '-mcmmo.skills.excavation' - 'mcmmo.ability.*' - '-mcmmo.ability.excavation' - 'jail.openchest' Arbiter: default: false info: prefix: '' suffix: '' build: true inheritance: - Citizen permissions: - 'jail.command.jail' - 'jail.command.unjail' - 'jail.command.jailtransfer' - 'jail.command.jail.transferall' - 'jail.command.jail.jailcheck' - 'jail.command.jail.jailtelein' - 'jail.command.jail.jailteleout' - 'jail.command.jail.unjailforce' - 'jail.command.jail.jailclear' - 'jail.command.jail.jailclearforce' - 'jail.command.jail.jailmute' - 'Ownblocks.*' - 'controllerblock.modifyOther' - 'controllerblock.destroyOther' - 'backup.canbackup' - 'colorme.self' - 'colorme.other' - 'colorme.remove' - 'colorme.list' - 'scd.door.editAll' - 'dropchest.*' - 'dropchest.remove' - 'setrank.*' - '-setrank.group.Arbiter' - '-setrank.group.Adept' - '-setrank.group.Assassin' Adept: default: false info: prefix: '' suffix: '' build: true inheritance: permissions: - '*' - '-administrate.*' - '-mcmmo.motd' - '-mcmmo.regeneration' - '-mcmmo.chat.*' - '-mcmmo.commands.*' - '-mcmmo.skills.excavation' - '-mcmmo.ability.excavation' - '-mcmmo.item.*' - '-mcmmo.tools.*' tracks: Toria: - Commoner - Citizen - Arbiter - Adept