Advertisement
Guest User

heliastein

a guest
Oct 7th, 2011
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.76 KB | None | 0 0
  1. groups:
  2.     Default:
  3.         default: true
  4.         prefix:
  5.         suffix:
  6.         permissions:
  7.         worlds:
  8.             world:
  9.                 permissions:
  10.     Citizen:
  11.         default: false
  12.         prefix:
  13.         suffix:
  14.         permissions:
  15.         worlds:
  16.             world:
  17.                 permissions:
  18.     Builder:
  19.         default: false
  20.         prefix:
  21.         suffix:
  22.         permissions:
  23.        # Dreamland
  24.         - dreamland.fly
  25.         - dreamland.nowakeup
  26.         - dreamland.goto
  27.         # ChestShop
  28.         - ChestShop.shop.create
  29.         - ChestShop.shop.buy
  30.         - ChestShop.shop.sell
  31.         - ChestShop.shop.create.itemID
  32.         - ChestShop.shop.buy.itemID
  33.         - ChestShop.shop.sell.itemID
  34.         # Stargate
  35.         - stargate.use
  36.         - stargate.option
  37.         - stargate.create
  38.         - stargate.destroy
  39.         # Iconomy
  40.         - iConomy.plus
  41.         # Essentials
  42.         - essentials.afk
  43.         - essentials.afk.kickexempt
  44.         - essentials.compass
  45.         - essentials.getpos
  46.         - essentials.depth
  47.         - essentials.help
  48.         - essentials.list
  49.         - essentials.mail
  50.         - essentials.mail.send
  51.         - essentials.msg
  52.         - essentials.nick
  53.         - essentials.nick.others
  54.         - essentials.seen
  55.         - essentials.time
  56.         - essentials.time.set
  57.         - essentials.tp
  58.         - essentials.top
  59.         # Over9000homes
  60.         - over9000homes.use
  61.         # Chestlock
  62.         - chestlock.own
  63.         - chestlock.lock
  64.         - chestlock.free
  65.         - chestlock.usekey
  66.         - chestlock.coowner
  67.         - chestlock.unlockable
  68.         worlds:
  69.             world:
  70.                 permissions:
  71.     Moderator:
  72.         default: false
  73.         prefix:
  74.         suffix:
  75.         permissions:
  76.         worlds:
  77.             world:
  78.                 permissions:
  79.     Admin:
  80.         default: false
  81.         prefix:
  82.         suffix:
  83.         permissions:
  84.         worlds:
  85.             world:
  86.                 permissions:
  87.     Co-Owner:
  88.         default: false
  89.         prefix:
  90.         suffix:
  91.         permissions:
  92.         worlds:
  93.             world:
  94.                 permissions:
  95.     Owner:
  96.         inheritance:
  97.        - Builder
  98.         default: false
  99.         prefix:
  100.         suffix:
  101.         permissions:
  102.        # Permissions manage
  103.         - permissions.manage
  104.         - permissions.manage.reload
  105.         - permissions.manage.config
  106.         - permissions.manage.backend
  107.         - permissions.manage.users
  108.         - permissions.manage.dump
  109.         - permissions.manage.worlds
  110.         - permissions.manage.worlds.inheritance
  111.         - permissions.manage.users
  112.         - permissions.manage.users.permissions
  113.         - permissions.manage.users.permissions.timed
  114.         - permissions.manage.membership
  115.         - permissions.manage.groups.inheritance
  116.         - permissions.manage.groups
  117.         - permissions.manage.groups.create
  118.         - permissions.manage.groups.remove
  119.         - permissions.manage.groups.permissions
  120.         - permissions.manage.groups.permissions.timed
  121.         - '*'
  122.         # ChestShop
  123.         - ChestShop.mod
  124.         - ChestShop.admin
  125.         # Stargate
  126.         - stargate.admin
  127.         # Iconomy
  128.         - iConomy.*
  129.         # Essentials
  130.         - essentials.list.hidden
  131.         - essentials.god
  132.         - essentials.god.others
  133.         - essentials.kill
  134.         - essentials.mute
  135.         - essentials.weather
  136.         # Chestlock
  137.         - chestlock.admin
  138. users:
  139.     heliastein:
  140.         group:
  141.        - Owner
  142. users:
  143.     desses:
  144.         group:
  145.        - Builder
  146. users:
  147.     TheDweller:
  148.         group:
  149.        - Builder
  150. users:
  151.     miie14:
  152.         group:
  153.        - Builder
  154. users:
  155.     pierre0303:
  156.         group:
  157.        - Builder
  158.  
  159.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement