Advertisement
Guest User

AllYouNeed Permissions

a guest
Feb 15th, 2014
353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.38 KB | None | 0 0
  1. permissions:
  2.   ayn.*:
  3.     children:
  4.       ayn.ct: true
  5.       ayn.ender: true
  6.       ayn.tpgo: true
  7.       ayn.definespawn: true
  8.       ayn.spawn: true
  9.       ayn.home: true
  10.       ayn.definehome: true
  11.       ayn.heal: true
  12.       ayn.rules: true
  13.       ayn.usebannedblocks: true
  14.       ayn.kickall: true
  15.       ayn.fly: true
  16.       ayn.mypos: true
  17.       ayn.hat: true
  18.       ayn.tell: true
  19.       ayn.repair: true
  20.   ayn.player:
  21.     children:
  22.       ayn.spawn: true
  23.       any.home: true
  24.       ayn.definehome: true
  25.       ayn.mypos: true
  26.       ayn.tell: true
  27.       ayn.rules: true
  28.   ayn.vip:
  29.     children:
  30.       ayn.player: true
  31.       ayn.ct: true
  32.       ayn.ender: true
  33.       ayn.repair: true
  34.       ayn.hat: true
  35.       ayn.mypos: true
  36.   ayn.moderator:
  37.     children:
  38.       ayn.vip: true
  39.       ayn.usebannedblocks: true
  40.       ayn.kickall: true
  41.       ayn.fly: true
  42.       ayn.heal: true
  43.   ayn.ct:
  44.     default: op
  45.   ayn.ender:
  46.     default: op
  47.   ayn.tpgo:
  48.     default: op
  49.   ayn.definespawn:
  50.     default: op
  51.   ayn.spawn:
  52.     default: op
  53.   ayn.home:
  54.     default: op
  55.   ayn.sethome:
  56.     default: op
  57.   ayn.heal:
  58.     default: op
  59.   ayn.usebannedblocks:
  60.     default: op
  61.   ayn.rules:
  62.     default: op
  63.   ayn.kickall:
  64.     default: op
  65.   ayn.fly:
  66.     default: op
  67.   ayn.mypos:
  68.     default: op
  69.   ayn.hat:
  70.     default: op
  71.   ayn.tell:
  72.     default: op
  73.   ayn.repair:
  74.     default: op
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement