Guest User

Untitled

a guest
Oct 17th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.68 KB | None | 0 0
  1.    groups:
  2.         Default:
  3.             default: true
  4.             info:
  5.                 prefix: '&8[&7Guest&8]&f '
  6.                 suffix: ''
  7.                 build: false
  8.             permissions:
  9.         Normal:
  10.             default: false
  11.             info:
  12.                 prefix: '&8[&7Normal&8]&b '
  13.                 suffix: ''
  14.                 build: true
  15.             inheritance:
  16.            - Default
  17.             permissions:
  18.            - 'commandbook.list'
  19.             - 'commandbook.motd'
  20.             - 'commandbook.rules'
  21.             - 'commandbook.kit.list'
  22.             - 'commandbook.time.check'
  23.             - 'commandbook.spawn'
  24.             - 'commandbook.warp.teleport'
  25.             - 'commandbook.say.me'
  26.             - 'commandbook.msg'
  27.         Moderator:
  28.             default: false
  29.             info:
  30.                 prefix: '&8[&7Moderator&8]&6 '
  31.                 suffix: ''
  32.                 build: true
  33.             inheritance:
  34.            - Normal
  35.             permissions:
  36.            - 'worldguard.god'
  37.             - 'worldguard.ungod'
  38.             - 'worldguard.slay'
  39.             - 'worldguard.slay.other'
  40.             - 'worldguard.locate'
  41.             - 'worldguard.stack'
  42.             - 'worldguard.region.define'
  43.             - 'worldguard.region.claim'
  44.             - 'worldguard.region.select'
  45.             - 'worldguard.region.info'
  46.             - 'worldguard.region.list'
  47.             - 'worldguard.region.flag'
  48.             - 'worldguard.region.setpriority'
  49.             - 'worldguard.region.addmember'
  50.             - 'worldguard.region.addowner'
  51.             - 'worldguard.region.removemember'
  52.             - 'worldguard.report'
  53.             - 'worldguard.report.pastebin'
  54.             - 'commandbook.give'
  55.             - 'commandbook.give.infinite'
  56.             - 'commandbook.give.stacks'
  57.             - 'commandbook.give.stacks.unlimited'
  58.             - 'commandbook.more'
  59.             - 'commandbook.more.infinite'
  60.             - 'commandbook.kit.*'
  61.             - 'commandbook.time'
  62.             - 'commandbook.weather'
  63.             - 'commandbook.teleport'
  64.             - 'commandbook.teleport.other'
  65.             - 'commandbook.return'
  66.             - 'commandbook.warp.teleport.other'
  67.             - 'commandbook.warp.set'
  68.             - 'commandbook.broadcast'
  69.             - 'commandbook.mute'
  70.             - 'commandbook.clear'
  71.             - 'commandbook.slap'
  72.             - 'commandbook.slap.other'
  73.             - 'commandbook.kick'
  74.             - 'commandbook.ban'
  75.         Owner:
  76.             default: false
  77.             info:
  78.                 prefix: '&8[&7Owner&8]&4 '
  79.                 suffix: ''
  80.                 build: true
  81.             permissions:
  82.           - '*'
Add Comment
Please, Sign In to add comment