Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.59 KB | None | 0 0
  1. plugin:
  2.     permissions:
  3.         system: default
  4.         copies: null
  5. groups:
  6.     Default:
  7.         default: true
  8.         info:
  9.             prefix: '[&0Unregistered&f]'
  10.             suffix: ''
  11.             build: false
  12.             rank: 0
  13.         inheritance: null
  14.         permissions:
  15.        - lc.level.*
  16.     Member:
  17.         default: false
  18.         info:
  19.             prefix: '&1Member'
  20.             suffix: ''
  21.             build: true
  22.             rank: 0
  23.         inheritance:
  24.        - Default
  25.         permissions:
  26.        - 'worldedit.wand.*'
  27.         - 'worldedit.brush.*'
  28.         - 'worldedit.region.*'
  29.         - 'commandbook.give.*'
  30.         - 'commandbook.more.*'
  31.         - 'commandbook.who'
  32.         - 'commandbook.rules'
  33.         - 'commandbook.kit.*'
  34.         - 'commandbook.time'
  35.         - 'commandbook.weather'
  36.         - 'commandbook.spawn'
  37.         - 'commandbook.teleport'
  38.         - 'commandbook.return'
  39.         - 'commandbook.say.*'
  40.         - 'commandbook.msg'
  41.         - 'commandbook.whereami.*'
  42.     Admin:
  43.         default: false
  44.         info:
  45.             prefix: '&4Admin'
  46.             suffix: ''
  47.             build: true
  48.             rank: 0
  49.         inheritance:
  50.        - Default
  51.         permissions:
  52.        - '*'
  53. users:
  54.     Chuchzilla:
  55.         group: Member
  56.         info:
  57.             prefix: ''
  58.             suffix: '(&7Miner&f & &8BlackSmith&f)'
  59.         permissions:
  60.        - lc.level.mining.allowlevel
  61.         - -lc.level.woodcutting.allowlevel
  62.         - -lc.level.farming.allowlevel
  63.         - -lc.level.excavation.allowlevel
  64.         - lc.level.forgery.allowlevel
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement