Advertisement
Guest User

Untitled

a guest
Nov 20th, 2013
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.05 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.signs.use.warp
  17. - essentials.signs.use.buy
  18. - essentials.signs.use.sell
  19. - essentials.signs.use.free
  20. - essentials.signs.use.balance
  21. - essentials.signs.use.heal
  22. - essentials.signs.use.enchant
  23. - essentials.balance
  24. - essentials.balance.others
  25. - essentials.sethome
  26. - essentials.home
  27. inheritance:
  28. - g:groupmanager_default
  29. - g:bukkit_default
  30. - g:essentials_default
  31. - g:towny_default
  32. info:
  33. prefix: '&2[Un-Ranked player]&9'
  34. build: false
  35. suffix: ''
  36. Builder:
  37. default: false
  38. permissions: []
  39. inheritance:
  40. - default
  41. - g:essentials_builder
  42. - g:towny_builder
  43. info:
  44. prefix: '&2[Player]&9'
  45. build: true
  46. suffix: ''
  47. Moderator:
  48. default: false
  49. permissions: []
  50. inheritance:
  51. - builder
  52. - g:groupmanager_moderator
  53. - g:bukkit_moderator
  54. - g:essentials_moderator
  55. - g:towny_moderator
  56. - g:vanish_moderator
  57. info:
  58. prefix: '&5[Mod]'
  59. build: true
  60. suffix: ''
  61. Admin:
  62. default: false
  63. permissions:
  64. - ridethamob.mob.*
  65. - ridethamob.control
  66. - ridethamob.player
  67. - ridethamob.speed
  68. - echopet.pet.type.*
  69. - echopet.pet
  70. - echopet.pet.ride.*
  71. - echopet.pet.hat.*
  72. - echopet.pet.call
  73. - echopet.pet.name
  74. - echopet.pet.select
  75. - echopet.pet.selector
  76. inheritance:
  77. - g:groupmanager_admin
  78. - g:bukkit_admin
  79. - g:essentials_admin
  80. - g:towny_admin
  81. - g:vanish_admin
  82. info:
  83. prefix: '&c[Co-Owner]&2'
  84. build: true
  85. suffix: ''
  86. Owner:
  87. default: false
  88. permissions:
  89. - disguisecraft.notarget.strict
  90. - '*'
  91. - -vanish.*
  92. - echopet.pet
  93. - echopet.pet.ride.*
  94. - echopet.pet.hat.*
  95. - echopet.pet.call
  96. - echopet.pet.name
  97. - echopet.pet.select
  98. - echopet.pet.selector
  99. - echopet.pet.type.*
  100. - echopet.pet.info
  101. inheritance:
  102. info:
  103. prefix: '&4[Owner]&c'
  104. build: true
  105. suffix: '&d'
  106. Donor:
  107. default: false
  108. permissions:
  109. - -bukkit.command.kill
  110. - essentials.signs.use.warp
  111. - essentials.signs.use.buy
  112. - essentials.signs.use.sell
  113. - essentials.signs.use.free
  114. - essentials.signs.use.balance
  115. - essentials.signs.use.heal
  116. - essentials.signs.use.enchant
  117. - essentials.balance
  118. - essentials.balance.others
  119. - essentials.sethome
  120. - essentials.home
  121. inheritance:
  122. - g:groupmanager_default
  123. - g:bukkit_default
  124. - g:essentials_default
  125. - g:towny_default
  126. info:
  127. prefix: '&3[VIP]&9'
  128. build: false
  129. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement