Guest User

Groups.yml

a guest
Apr 11th, 2013
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.97 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.   Default:
  13.     default: true
  14.     permissions:
  15.    - essentials.home
  16.     - essentials.sethome
  17.     - essentials.spawn
  18.     - essentials.help
  19.     - essentials.tpa
  20.     - essentials.tpaccept
  21.     - essentials.tpdeny
  22.     - essentials.tpahere
  23.     - lwc.protect
  24.     - essentials.back.ondeath
  25.     - essentials.back  
  26.     - essentials.help
  27.     - essentials.mail
  28.     - essentials.mailsend
  29.     - essentials.list
  30.     - essentials.msg   
  31.     inheritance:
  32.    - g:groupmanager_default
  33.     - g:bukkit_default
  34.     - g:essentials_default
  35.     - g:towny_default
  36.     info:
  37.       prefix: '&3[&8Member&3]'
  38.       build: true
  39.       suffix: ''
  40.   Builder:
  41.     default: false
  42.     permissions: []
  43.     inheritance:
  44.    - default
  45.     - g:essentials_builder
  46.     - g:towny_builder
  47.     info:
  48.       prefix: '&3&l&o[&4&l&oHead_Admin&3&l&o]'
  49.       build: true
  50.       suffix: ''
  51.   Moderator:
  52.     default: false
  53.     permissions: []
  54.     inheritance:
  55.    - builder
  56.     - g:groupmanager_moderator
  57.     - g:bukkit_moderator
  58.     - g:essentials_moderator
  59.     - g:towny_moderator
  60.     - g:vanish_moderator
  61.     info:
  62.       prefix: '&3[&cMod&3]'
  63.       build: true
  64.       suffix: ''
  65.   Admin:
  66.     default: false
  67.     permissions: []
  68.     inheritance:
  69.    - moderator
  70.     - g:groupmanager_admin
  71.     - g:bukkit_admin
  72.     - g:essentials_admin
  73.     - g:towny_admin
  74.     - g:vanish_admin
  75.     info:
  76.       prefix: '&3[&4Admin&3]'
  77.       build: true
  78.       suffix: ''
  79.   Owner:
  80.     default: false
  81.     permissions:
  82.    - '*'
  83.     - -vanish.*
  84.     inheritance:
  85.    - admin
  86.     info:
  87.       prefix: '&3&n&o&l[&6&n&o&lOwner&3&n&o&l]'
  88.       build: true
  89.       suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment