Advertisement
Guest User

Groupmanager

a guest
Dec 6th, 2012
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1.  
  2. # Group inheritance
  3. #
  4. # Any inherited groups prefixed with a g: are global groups
  5. # and are inherited from the GlobalGroups.yml.
  6. #
  7. # Groups without the g: prefix are groups local to this world
  8. # and are defined in the this groups.yml file.
  9. #
  10. # Local group inheritances define your promotion tree when using 'manpromote/mandemote'
  11.  
  12. groups:
  13. Default:
  14. default: true
  15. permissions:
  16. - -bukkit.command.kill
  17. inheritance:
  18. - g:groupmanager_default
  19. - g:bukkit_default
  20. - g:essentials_default
  21. - g:towny_default
  22. info:
  23. prefix: '&e'
  24. build: false
  25. suffix: ''
  26. Owner:
  27. default: false
  28. permissions:
  29. - -vanish.*
  30. - '*'
  31. inheritance:
  32. - admin
  33. info:
  34. prefix: '&3 Owner'
  35. build: true
  36. suffix: ''
  37. Builder:
  38. default: false
  39. permissions: []
  40. inheritance:
  41. - default
  42. - g:essentials_builder
  43. - g:towny_builder
  44. info:
  45. prefix: '&2'
  46. build: true
  47. suffix: ''
  48. Platinum:
  49. default: false
  50. permissions:
  51. - -essentials.setwarp
  52. - -essentials.broadcast
  53. - -essentials.kits.[dtools]
  54. - -essentials.strike
  55. inheritance:
  56. - Premium
  57. info:
  58. prefix: ''
  59. build: false
  60. suffix: ''
  61. Gold:
  62. default: false
  63. permissions:
  64. - -essentials.spawnmob
  65. - -vanish.vanish
  66. - -disguisecraft.mob.<mobname>
  67. - -disguisecraft.undisguise
  68. inheritance:
  69. -Platinum
  70. info:
  71. prefix: ''
  72. build: false
  73. suffix: ''
  74. Moderator:
  75. default: false
  76. permissions: []
  77. inheritance:
  78. - builder
  79. - g:groupmanager_moderator
  80. - g:bukkit_moderator
  81. - g:essentials_moderator
  82. - g:towny_moderator
  83. - g:vanish_moderator
  84. info:
  85. prefix: '&5'
  86. build: true
  87. suffix: ''
  88. Premium:
  89. default: false
  90. permissions:
  91. - -essentials.warp
  92. - -essentials.warp.list
  93. - -essentials.kits.[tools]
  94. inheritance: []
  95. info:
  96. prefix: ''
  97. build: false
  98. suffix: ''
  99. Admin:
  100. default: false
  101. permissions: []
  102. inheritance:
  103. - moderator
  104. - g:groupmanager_admin
  105. - g:bukkit_admin
  106. - g:essentials_admin
  107. - g:towny_admin
  108. - g:vanish_admin
  109. info:
  110. prefix: '&c Admin'
  111. build: true
  112. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement