Advertisement
JWhy

RoKGeppie's permissions

Aug 3rd, 2013
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.14 KB | None | 0 0
  1. # Group inheritance
  2. #
  3. # Any inherited groups prefixed with a g: are global groups
  4. # and are inherited from the GlobalGroups.yml.
  5. #
  6. # Groups without the g: prefix are groups local to this world
  7. # and are defined in the this groups.yml file.
  8. #
  9. # Local group inheritances define your promotion tree when using 'manpromote/mandemote'
  10.  
  11. groups:
  12.   Travelers:
  13.     default: true
  14.     permissions:
  15.    - commandbook.who
  16.     - commandbook.motd
  17.     - commandbook.intro
  18.     - commandbook.midi
  19.     - commandbook.time.check
  20.     - commandbook.spawn
  21.     - commandbook.call
  22.     - commandbook.return
  23.     - commandbook.home.teleport
  24.     - commandbook.home.set
  25.     - commandbook.warp.teleport
  26.     - commandbook.say.me
  27.     - commandbook.msg
  28.     - commandbook.away
  29.     - dynmap.show.self
  30.     - dynmap.show.others
  31.     - factions.kit.fullplayer
  32.     - jail.usercmd.jailstatus
  33.     info:
  34.       build: true
  35.       prefix: '[Newbies]'
  36.   Crafters:
  37.     default: false
  38.     permissions:
  39.    - commandbook.kit.list
  40.     - commandbook.kit.kits.starter
  41.     - commandbook.biome
  42.     inheritance:
  43.    - Travelers
  44.     info:
  45.       build: true
  46.       prefix: '[Members]'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement