Advertisement
Guest User

Untitled

a guest
Sep 15th, 2014
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.21 KB | None | 0 0
  1. # Group inheritance
  2. #
  3. # Any inherited groups prefixed with a g: are global groups
  4. # and are inherited from the GlobalGroups.yml.
  5. #
  6. # Groups without the g: prefix are groups local to this world
  7. # and are defined in the this groups.yml file.
  8. #
  9. # Local group inheritances define your promotion tree when using 'manpromote/mandemote'
  10.  
  11. groups:
  12.   admin:
  13.     default: false
  14.     permissions:
  15.    - -pwnfilter.bypass
  16.     - pwnfilter.reload
  17.     inheritance: []
  18.     info:
  19.       prefix: ''
  20.       build: true
  21.       suffix: ''
  22.   Members:
  23.     default: true
  24.     permissions:
  25.    - -bukkit.command.kill
  26.     - essentials.afk
  27.     - essentials.afk.auto
  28.     - essentials.chat.question
  29.     - essentials.clearinventory
  30.     - essentials.help
  31.     - essentials.helpop
  32.     - essentials.ignore
  33.     - essentials.list
  34.     - essentials.me
  35.     - essentials.motd
  36.     - essentials.msg
  37.     - essentials.ping
  38.     - essentials.r
  39.     - essentials.realname
  40.     - essentials.rules
  41.     - essentials.seen
  42.     - essentials.time
  43.     - essentials.tpahere
  44.     - essentials.tpaaccept
  45.     - essentials.tpaccept
  46.     - essentials.tpdeny
  47.     - lwc.protect
  48.     inheritance: []
  49.     info:
  50.       prefix: ''
  51.       build: true
  52.       suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement