All pastes #2120057 Raw Edit

Someone

public text v1 · immutable
#2120057 ·published 2012-02-20 00:06 UTC
rendered paste body
# 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:
    - -essentials.back
    - -essentials.back.ondeath
    - essentials.spawn
    inheritance:
    - default
    - g:essentials_builder
    - g:towny_moderator
    info:
      prefix: '&2[Default]&e'
      build: true
      suffix: ''
  Default12:
    default: false
    permissions: []
    inheritance:
    - default
    - g:essentials_builder
    - g:towny_moderator
    info:
      prefix: '&f'
      build: false
      suffix: ''
  Owner:
    default: false
    permissions:
    - '*'
    inheritance:
    - admin
    info:
      prefix: '&4[Owner]&2'
      build: true
      suffix: ''
  Gold:
    default: false
    permissions:
    - -essentials.back
    - -essentials.back.ondeath
    - essentials.back.ondeath
    - essentials.spawn
    inheritance:
    - default
    - g:essentials_builder
    - g:towny_moderator
    info:
      prefix: '&e[Gold]&f'
      build: true
      suffix: ''
  Diamond:
    default: false
    permissions:
    - -essentials.back
    - -essentials.back.ondeath
    - essentials.back.ondeath
    - essentials.spawn
    inheritance:
    - default
    - g:essentials_builder
    - g:towny_moderator
    info:
      prefix: '&b[Diamond]&5'
      build: true
      suffix: ''
  Moderator:
    default: false
    permissions: []
    inheritance:
    - g:essentials_moderator
    - g:bukkit_moderator
    - g:towny_moderator
    info:
      prefix: '&1[Mod]&4'
      build: true
      suffix: ''
  Iron:
    default: false
    permissions:
    - -essentials.back
    - -essentials.back.ondeath
    - essentials.back.ondeath
    - essentials.spawn
    inheritance:
    - default
    - g:essentials_builder
    - g:towny_moderator
    info:
      prefix: '&f[Iron]&7'
      build: true
      suffix: ''
  Admin:
    default: false
    permissions: []
    inheritance:
    - moderator
    - g:essentials_admin
    - g:bukkit_admin
    - g:towny_admin
    info:
      prefix: '&c'
      build: true
      suffix: ''