Advertisement
Guest User

Untitled

a guest
Aug 29th, 2014
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 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. - bukkit.command.kill
  16. - essentials.delhome
  17. - essentials.home
  18. - essentials.sethome
  19. - essentials.spawn
  20. - essentials.tpa
  21. - essentials.tpaccept
  22. - essentials.tpdeny
  23. inheritance:
  24. - g:groupmanager_default
  25. - g:bukkit_default
  26. - g:essentials_default
  27. - g:towny_default
  28. info:
  29. prefix: '&8Peasant '
  30. build: true
  31. suffix: ''
  32. Owner:
  33. default: false
  34. permissions:
  35. - -vanish.effects.toggle.all
  36. - -vanish.effects.*
  37. - '*'
  38. inheritance:
  39. - admin
  40. info:
  41. prefix: '&4'
  42. build: true
  43. suffix: ''
  44. Queen:
  45. default: false
  46. permissions:
  47. - '*'
  48. - essentials.spawn
  49. inheritance: []
  50. info:
  51. prefix: '&5&koo&5Queen&koo '
  52. build: true
  53. suffix: ''
  54. Wizard:
  55. default: false
  56. permissions:
  57. - essentials.*
  58. - essentials.spawn
  59. - zephyrus.*
  60. inheritance: []
  61. info:
  62. prefix: '&6Wizard '
  63. build: true
  64. suffix: ''
  65. Builder:
  66. default: false
  67. permissions: []
  68. inheritance:
  69. - default
  70. - g:essentials_builder
  71. - g:towny_builder
  72. info:
  73. prefix: '&2'
  74. build: true
  75. suffix: ''
  76. Moderator:
  77. default: false
  78. permissions: []
  79. inheritance:
  80. - builder
  81. - g:groupmanager_moderator
  82. - g:bukkit_moderator
  83. - g:essentials_moderator
  84. - g:towny_moderator
  85. - g:vanish_moderator
  86. info:
  87. prefix: '&5'
  88. build: true
  89. suffix: ''
  90. King:
  91. default: false
  92. permissions:
  93. - essentials.spawn
  94. - '*'
  95. inheritance: []
  96. info:
  97. prefix: '&b&koo&bKing&koo '
  98. build: true
  99. suffix: ''
  100. Mage:
  101. default: false
  102. permissions:
  103. - essentials.spawn
  104. - essentials.*
  105. - zephyrus.*
  106. inheritance: []
  107. info:
  108. prefix: ''
  109. build: true
  110. suffix: ''
  111. Admin:
  112. default: false
  113. permissions: []
  114. inheritance:
  115. - moderator
  116. - g:groupmanager_admin
  117. - g:bukkit_admin
  118. - g:essentials_admin
  119. - g:towny_admin
  120. - g:vanish_admin
  121. info:
  122. prefix: '&c'
  123. build: true
  124. suffix: ''
  125. Ray:
  126. default: false
  127. permissions:
  128. - '*'
  129. inheritance: []
  130. info:
  131. prefix: '&k&2&oFile&7-&9&oManager '
  132. build: true
  133. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement