Advertisement
Guest User

Permission Help

a guest
Sep 15th, 2013
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.73 KB | None | 0 0
  1. groups:
  2.   Outsider:
  3.     default: true
  4.     info:
  5.       prefix: '[Outsider]&c'
  6.       suffix: '&f'
  7.       build: false
  8.     permissions:
  9.    - creativegates.use
  10.     - spawn-tp.help
  11.     - build: false
  12.     - modifyworld.*
  13.   Citizen:
  14.     default: false
  15.     info:
  16.       prefix: '[Citizen]&4'
  17.       suffix: '&f'
  18.       build: true
  19.     permissions:
  20.    - creativegates.use
  21.     - spawn-tp.help
  22.     - mct.warp
  23.     - modifyworld.*
  24.   Mayor:
  25.     default: false
  26.     info:
  27.       prefix: '[Mayor]&9'
  28.       suffix: '&f'
  29.       build: true
  30.     inheritance:
  31.    - Citizen
  32.     permissions:
  33.    - mct.flag
  34.     - srpex.setrank.citizen
  35.     - Signshop.Signs.*
  36.     - Signshop.CopyPaste
  37.     - Signshop.ChangeOwner
  38.   Lord:
  39.     default: false
  40.     info:
  41.       prefix: '[Lord]&1'
  42.       suffix: '&f'
  43.       build: true
  44.     inheritance: Mayor
  45.     permissions:
  46.    - Signshop.Admin.*
  47.     - Signshop.SuperAdmin
  48.     - Signshop.BypassShopPlots.*
  49.     - Signshop.IgnoreMax
  50.     - Signshop.ChangeOwner.Others
  51.     - creativegates.destroy
  52.     - creativegates.create
  53.     - nocheatplus.command.notify
  54.     - nocheatplus.admin.debug
  55.     - nocheatplus.admin
  56.     - nocheatplus.notify
  57.     - srpex.setrank.mayor
  58.     - mct.warpforeign
  59.     - mct.removetown
  60.     - mct.createtown
  61.     - mct.admin
  62.     - badblocks.override
  63.     - jail.command.jailcreate
  64.     - jail.command.jailcreatecells
  65.     - jail.command.jaildelete
  66.     - jail.command.jaildeletecells
  67.     - jail.command.jail
  68.     - jail.command.unjail
  69.     - jail.command.jailtransfer
  70.     - jail.command.jailtransferall
  71.     - jail.command.jailcheck
  72.     - jail.command.jailtelein
  73.     - jail.command.jailteleout
  74.     - jail.command.jaillist
  75.     - jail.command.jaillistcells
  76.     - jail.command.unjailforce
  77.     - jail.command.jailclear
  78.     - jail.command.jailclearforce
  79.     - jail.command.jailmute
  80.     - jail.command.jailstop
  81.     - jail.command.handcuff
  82.     - jail.usercmd.jailstick
  83.     - jail.usercmd.jailstatus
  84.     - jail.usercmd.jailpay
  85.     - jail.usercmd.jailversion
  86.     - jail.usercmd.jailvote
  87.     - jail.usercmd.jailvote.player
  88.     - jail.usercmd.jailvote.immune
  89.     - jail.modifyjail
  90.     - nocheatplus.command.kick
  91.     - nocheatplus.command.tempkick
  92.     - nocheatplus.command.commands
  93.     - nocheatplus.shortcut.safeadmin
  94.     - nocheatplus.shortcut.info
  95.   King:
  96.     default: false
  97.     info:
  98.       prefix: '[King]&6'
  99.       suffix: '&5'
  100.       build: true
  101.     permissions:
  102.    - nocheatplus.bypass.denylogin
  103.     - nocheatplus.command.unkick
  104.     - nocheatplus.command.kicklist
  105.     - nocheatplus.command.ban
  106.     - nocheatplus.command.unexempt
  107.     - nocheatplus.command.exempt
  108.     - srpex.setrank.lord
  109.     - srpex.setrank.king
  110.     - spawn-tp.spawnset
  111.     - '*'
  112. users:
  113.   Gavin:
  114.     group:
  115.    - King
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement