# 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 - group. inheritance: - g:essentials_default - g:bukkit_default info: build: false prefix: '&8 [Reisender] ' suffix: '' Builder: default: false permissions: - ThumbsApply.NotGuest - multiverse.portal.access.* - simpleregionmarket.rent - simpleregionmarket.buy inheritance: - default - g:essentials_builder - g:towny_builder info: build: true prefix: '&a [Bewohner] ' suffix: '' Moderator: default: false permissions: - essentials.warp.[warpname] - simpleregionmarket.sell inheritance: - builder - g:essentials_moderator - g:bukkit_moderator - g:towny_moderator info: build: true prefix: '&5 [Moderator] ' suffix: '' Admin: default: false permissions: - simpleregionmarket.* - simpleregionmarket.admin - simpleregionmarket.create - simpleregionmarket.rent - simpleregionmarket.sell - simpleregionmarket.buy inheritance: - moderator info: build: true prefix: '&c [Administrator] ' suffix: '' Owner: default: false permissions: - '*' - simpleregionmarket.* - simpleregionmarket.admin - simpleregionmarket.create - simpleregionmarket.rent - simpleregionmarket.sell - simpleregionmarket.buy - essentials.tpaall inheritance: - admin info: build: true prefix: '&4 [Owner] ' suffix: ''