Advertisement
Jaker232

PermissionsEx 5/23/12 problem

May 23rd, 2012
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.83 KB | None | 0 0
  1. users:
  2.     Jaker232:
  3.         group:
  4.        - Owner
  5. groups:
  6.     Member:
  7.         default: true
  8.         permissions:
  9.        - worldguard.slay
  10.         - worldguard.locate
  11.         - commandbook.who
  12.         - commandbook.rules
  13.         - commandbook.time.check
  14.         - commandbook.biome
  15.         - commandbook.spawn
  16.         - commandbook.say.me
  17.         - commandbook.msg
  18.         - commandbook.afk
  19.         - commandbook.whereami
  20.         - iConomy.plus
  21.         prefix: '&7[Member]&f'
  22.     VIP:
  23.         default: false
  24.         permissions:
  25.        - commandbook.return
  26.         prefix: '&2[VIP]&f'
  27.         inheritance:
  28.        - Member
  29.     Moderator:
  30.         default: false
  31.         permissions:
  32.        - commandbook.teleport
  33.         - commandbook.mute
  34.         prefix: '&2[Moderator]&f'
  35.         inheritance:
  36.        - Member
  37.         - VIP
  38.     Administrator:
  39.         default: false
  40.         permissions:
  41.        - worldguard.god
  42.         - worldguard.ungod
  43.         - worldguard.region.define
  44.         - worldguard.region.redefine
  45.         - worldguard.region.claim
  46.         - worldgaurd.region.select.*
  47.         - worldguard.region.info
  48.         - worldguard.region.addowner.*
  49.         - worldguard.region.removeowner.*
  50.         - worldguard.addmember.*
  51.         - worldguard.removemember.*
  52.         - worldguard.region.list
  53.         - worldguard.region.flag.regions.*
  54.         - worldguard.region.flag.flags.*
  55.         - worldguard.region.setpriority.*
  56.         - worldguard.region.setparent.*
  57.         - worldguard.region.teleport.*
  58.         - worldguard.region.remove.*
  59.         - worldedit.clipboard.copy
  60.         - worldedit.clipboard.cut
  61.         - worldedit.clipboard.paste
  62.         - worldedit.generation.*
  63.         - worldedit.navigation.*
  64.         - worldguard.region.*
  65.         - worldedit.selection.*
  66.         - worldedit.wand
  67.         - worldedit.wand.toggle
  68.         - worldedit.brush.*
  69.         - worldedit.superpickaxe
  70.         - worldedit.tool.*
  71.         - worldedit.drain
  72.         - worldedit.fixlava
  73.         - worldedit.fixwater
  74.         - worldedit.butcher
  75.         - worldedit.extingush
  76.         - commandbook.give
  77.         - commandbook.give.stacks
  78.         - commandbook.gamemode
  79.         - commandbook.heal
  80.         prefix: '&3[Admin]&f'
  81.         inheritance:
  82.        - Member
  83.         - VIP
  84.         - Moderator
  85.     Owner:
  86.         default: false
  87.         permissions:
  88.        - worldguard.fire-toggle.*
  89.         - worldguard.halt-activity.*
  90.         - commandbook.setspawn
  91.         - commandbook.time
  92.         - commandbook.time.lock
  93.         - commandbook.spawnmob
  94.         - commandbook.spawnmob.many
  95.         - commandbook.weather
  96.         - commandbook.weather.thunder
  97.         - iConomy.accounts.*
  98.         prefix: '&4[Owner/Founder]&f'
  99.         inheritance:
  100.        - Member
  101.         - VIP
  102.         - Moderator
  103.         - Administrator
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement