Guest User

Group Manager Config File

a guest
Apr 26th, 2014
367
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 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. Owner:
  13. default: false
  14. permissions:
  15. - '*'
  16. inheritance:
  17. - admin
  18. info:
  19. prefix: '&f[&2Owner&f]'
  20. build: true
  21. suffix: ''
  22. Technician:
  23. default: false
  24. permissions:
  25. - *
  26. inheritance: []
  27. info:
  28. prefix: ''
  29. build: false
  30. suffix: ''
  31. Shareholder:
  32. default: false
  33. permissions:
  34. - 'essentials.ignore'
  35. - 'fulljoin.allow'
  36. inheritance:
  37. - Investor
  38. info:
  39. prefix: '&f[&bShareholder&f]'
  40. build: false
  41. suffix: ''
  42. Supporter+:
  43. default: false
  44. permissions:
  45. - 'essentials.fly'
  46. inheritance:
  47. - Supporter
  48. - NewPlayer
  49. info:
  50. prefix: '&f[&9Supporter+&f]'
  51. build: false
  52. suffix: ''
  53. Investor:
  54. default: false
  55. permissions:
  56. - 'essentials.me'
  57. inheritance:
  58. - NewPlayer
  59. - Supporter
  60. - Supporter+
  61. info:
  62. prefix: '&f[&bInvestor&f]'
  63. build: false
  64. suffix: ''
  65. NewPlayer:
  66. default: false
  67. permissions:
  68. - 'essentials.afk'
  69. - 'essentials.afk.auto'
  70. - 'essentials.helpop'
  71. - 'essentials.list'
  72. - 'essentials.motd'
  73. - 'essentials.msg'
  74. - 'essentials.spawn'
  75. - 'essentials.tpa'
  76. - 'essentials.tpaccept'
  77. - 'essentials.tpdeny'
  78. - 'essentials.build.interact.*'
  79. - 'essentials.build.drop.*'
  80. - 'essentials.build.pickup.*'
  81. inheritance: []
  82. info:
  83. prefix: '&f[&6NewPlayer&f]'
  84. build: false
  85. suffix: ''
  86. SpecialGuest:
  87. default: false
  88. permissions: []
  89. inheritance:
  90. - Shareholder
  91. info:
  92. prefix: '&f[&5Special Guest&f]'
  93. build: false
  94. suffix: ''
  95. Supporter:
  96. default: false
  97. permissions:
  98. - 'essentials.fly'
  99. inheritance:
  100. - NewPlayer
  101. info:
  102. prefix: '&f[&9Supporter&f]'
  103. build: false
  104. suffix: ''
  105. Manager:
  106. default: false
  107. permissions:
  108. - '*'
  109. inheritance: []
  110. info:
  111. prefix: '&f[&6Manager&f]'
  112. build: false
  113. suffix: ''
  114. Moderator:
  115. default: false
  116. permissions: []
  117. inheritance:
  118. - builder
  119. - g:groupmanager_moderator
  120. - g:bukkit_moderator
  121. - g:essentials_moderator
  122. - g:towny_moderator
  123. - g:vanish_moderator
  124. info:
  125. prefix: '&f[&aStaff&f]'
  126. build: true
  127. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment