Advertisement
Roku

Untitled

Jun 17th, 2013
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 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. Player:
  13. default: false
  14. permissions:
  15. - -bukkit.command.kill
  16. inheritance:
  17. - g:groupmanager_default
  18. - g:bukkit_default
  19. - g:essentials_default
  20. - g:towny_default
  21. info:
  22. prefix: '&e[Player] '
  23. build: true
  24. suffix: ''
  25. Builder:
  26. default: true
  27. inheritance:
  28. - Player
  29. - g:essentials_builder
  30. - g:towny_builder
  31. info:
  32. prefix: '&2[Builder] '
  33. build: true
  34. suffix: ''
  35. Mod:
  36. default: false
  37. inheritance:
  38. - Builder
  39. - g:groupmanager_moderator
  40. - g:bukkit_moderator
  41. - g:essentials_moderator
  42. - g:towny_moderator
  43. - g:vanish_moderator
  44. info:
  45. prefix: '&5[Mod]'
  46. build: true
  47. suffix: ''
  48. Admin:
  49. default: false
  50. inheritance:
  51. - Moderator
  52. - g:groupmanager_admin
  53. - g:bukkit_admin
  54. - g:essentials_admin
  55. - g:towny_admin
  56. - g:vanish_admin
  57. info:
  58. prefix: '&b[Admin]'
  59. build: true
  60. suffix: ''
  61. Owner:
  62. default: false
  63. permissions:
  64. - '*'
  65. inheritance:
  66. - Admin
  67. info:
  68. prefix: '&1[Owner]'
  69. build: true
  70. suffix: ''
  71. Head-Admin:
  72. default: false
  73. inheritance:
  74. - moderator
  75. - g:groupmanager_admin
  76. - g:bukkit_admin
  77. - g:essentials_admin
  78. - g:towny_admin
  79. - g:vanish_admin
  80. info:
  81. prefix: '&b[Head-Admin]'
  82. build: true
  83. suffix: ''
  84. Co-Owner:
  85. default: false
  86. permissions:
  87. - '*'
  88. inheritance:
  89. - admin
  90. info:
  91. prefix: '&4[Co-Owner]'
  92. build: true
  93. suffix: ''
  94. Beast:
  95. default: false
  96. permissions:
  97. - essentials.tpa
  98. - essentials.tp
  99. - essentials.tpaccept
  100. - -vanish.*
  101. - essentials.tpadeny
  102. - essentials.home
  103. - essentials.sethome.multiple
  104. - essentials.lightning
  105. - essentials.suicide
  106. - essentials.afk
  107. - essentials.balance
  108. - essentials.clearinventory
  109. - essentials.enchant
  110. - essentials.fly
  111. - essentials.feed
  112. - essentials.hat
  113. - essentials.heal
  114. - essentials.help
  115. - essentials.kit.*
  116. - essentials.mail.send
  117. - essentials.mail
  118. - essentials.repair
  119. - essentials.spawn
  120. - essentials.warp.*
  121. info:
  122. prefix: '&4[Beast] '
  123. build: true
  124. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement