Advertisement
Guest User

Permissions

a guest
Jun 27th, 2012
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.15 KB | None | 0 0
  1. groups:
  2.   guest:
  3.     default: true
  4.     options:
  5.         rank: '1000'
  6.     permissions:
  7.    - modifyworld.*
  8.     - herochat.pm
  9.     - herochat.speak.local
  10.     - herochat.emote.global
  11.     - herochat.speak.global
  12.     - herochat.speak.question
  13.     - herochat.autojoin.local
  14.   member:
  15.     default: false
  16.     options:
  17.         rank: '900'
  18.     inheritance:
  19.        - guest
  20.     permissions:
  21.    - modifyworld.*
  22.     - herochat.emote
  23.     - herochat.force.join.trade
  24.     - herochat.emote.local
  25.     - herochat.emote.global
  26.     - herochat.speak.trade
  27.     - herochat.info.local
  28.     - herochat.info.global
  29.     - herochat.info.trade
  30.     - herochat.info.question
  31.   memberplus:
  32.     default: false
  33.     options:
  34.         rank: '800'
  35.     inheritance:
  36.        - member
  37.     permissions:
  38.    - modifyworld.*
  39.   vip:
  40.     default: false
  41.     options:
  42.         rank: '700'
  43.     inheritance:
  44.        - memberplus
  45.     permissions:
  46.    - modifyworld.*
  47.     - herochat.create
  48.     - herochat.color.*
  49.   mod:
  50.     default: false
  51.     options:
  52.         rank: '600'
  53.     inheritance:
  54.        - memberplus
  55.     permissions:
  56.    - herochat.color.*
  57.     - herochat.ban.global
  58.     - herochat.speak.mod
  59.     - herochat.ban.trade
  60.     - herochat.ban.question
  61.     - herochat.kick.mod
  62.     - herochat.mute.global
  63.     - herochat.mute.trade
  64.     - herochat.mute.question
  65.     - herochat.mute.local
  66.     - modifyworld.*
  67.     - herochat.mod
  68.     - herochat.mute
  69.   modplus:
  70.     default: false
  71.     options:
  72.         rank: '500'
  73.     inheritance:
  74.        - mod
  75.         - vip
  76.     permissions:
  77.    - modifyworld.*
  78.   supermod:
  79.     default: false
  80.     options:
  81.         rank: '400'
  82.     inheritance:
  83.        - modplus
  84.     permissions:
  85.    - herochat.kick.admin
  86.     - herochat.speak.admin
  87.     - modifyworld.*
  88.     - srpex.version
  89.     - srpex.reload
  90.     - srpex.setrank.member
  91.     - srpex.setrank.mod
  92.     - srpex.setrank.memberplus
  93.     - herochat.save
  94.     - herochat.reload
  95.   admin:
  96.     default: false
  97.     options:
  98.         rank: '1'
  99.     inheritance:
  100.        - supermod
  101.     permissions:
  102.    - modifyworld.*
  103.     - srpex.setrank.vip
  104.     - srpex.setrank.modplus
  105.     - srpex.setrank.supermod
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement