Advertisement
Guest User

Untitled

a guest
May 18th, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 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.help
  16. - essentials.rules
  17. - essentials.compass
  18. - essentials.afk
  19. - essentials.build
  20. - essentials.chat.shout
  21. inheritance:
  22. - 'g:groupmanager_default'
  23. - 'g:bukkit_default'
  24. - 'g:essentials_default'
  25. - 'g:towny_default'
  26. info:
  27. prefix: '&a[Recruit]'
  28. build: true
  29. suffix: ''
  30. Trusted:
  31. default: false
  32. permissions:
  33. - essentials.seed
  34. - essentials.pay
  35. - essentials.sell
  36. - essentials.sethome
  37. - essentials.balance
  38. - essentials.balancetop
  39. - essentials.eco.loan
  40. - essentials.mail
  41. - essentials.msg
  42. - essentials.tpa
  43. inheritance:
  44. - default
  45. - 'g:essentials_builder'
  46. - 'g:towny_builder'
  47. info:
  48. prefix: '&c[Trusted]'
  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: '&e[Mod]'
  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: '&6[Admin]'
  77. build: true
  78. suffix: ''
  79. Owner:
  80. default: false
  81. permissions:
  82. - 'vanish.*'
  83. - 'mcmmo.*'
  84. - 'essentials.*'
  85. inheritance:
  86. - admin
  87. info:
  88. prefix: '&b[Owner]'
  89. build: true
  90. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement