Advertisement
LGCJosh

LGCPMW34UserPerms

May 1st, 2015
6
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.50 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. Moderator:
  13. default: false
  14. permissions:
  15. - -bukkit.command.kill
  16. - CommunityToolz.vote.kick
  17. - CommunityToolz.vote.ban
  18. - griefprevention.claims
  19. - pixelextras.commands.EvoLvlCommand
  20. - pixelextras.commands.GetEVCommand
  21. - pixelextras.commands.GetIVCommand
  22. - pixelextras.commands.TMCommand
  23. - yourfriends.use
  24. inheritance:
  25. - g:essentials_builder
  26. - g:groupmanager_moderator
  27. - g:bukkit_moderator
  28. - g:essentials_moderator
  29. - g:vanish_moderator
  30. info:
  31. build: true
  32. prefix: '&9[Mod] '
  33. suffix: ''
  34. Owner:
  35. default: false
  36. permissions:
  37. - com.pixelmonmod.pixelmon.commands.Spawn
  38. - com.pixelmonmod.pixelmon.commands.PokeGive
  39. - +vanish.effects.toggle.all
  40. - -vanish.effects.*
  41. - '*'
  42. inheritance: []
  43. info:
  44. build: true
  45. prefix: '&2[Developer] '
  46. suffix: ''
  47. EliteTrainer:
  48. default: false
  49. permissions:
  50. - -bukkit.command.kill
  51. - CommunityToolz.vote.kick
  52. - griefprevention.claims
  53. - pixelextras.commands.EvoLvlCommand
  54. - pixelextras.commands.GetEVCommand
  55. - pixelextras.commands.GetIVCommand
  56. - pixelextras.commands.TMCommand
  57. - yourfriends.use
  58. inheritance:
  59. - g:groupmanager_default
  60. - g:bukkit_default
  61. - g:essentials_default
  62. info:
  63. build: true
  64. prefix: '&e[Elite Trainer] '
  65. suffix: ''
  66. LegendaryTrainer:
  67. default: false
  68. permissions:
  69. - -bukkit.command.kill
  70. - CommunityToolz.vote.kick
  71. - griefprevention.claims
  72. - pixelextras.commands.EvoLvlCommand
  73. - pixelextras.commands.GetEVCommand
  74. - pixelextras.commands.GetIVCommand
  75. - pixelextras.commands.TMCommand
  76. - yourfriends.use
  77. inheritance:
  78. - g:groupmanager_default
  79. - g:bukkit_default
  80. - g:essentials_default
  81. info:
  82. build: true
  83. prefix: '&e[Legendary Trainer] '
  84. suffix: ''
  85. Trainer:
  86. default: false
  87. permissions:
  88. - -bukkit.command.kill
  89. - CommunityToolz.vote.kick
  90. - griefprevention.claims
  91. - pixelextras.commands.EvoLvlCommand
  92. - pixelextras.commands.GetEVCommand
  93. - pixelextras.commands.GetIVCommand
  94. - pixelextras.commands.TMCommand
  95. - yourfriends.use
  96. inheritance:
  97. - g:groupmanager_default
  98. - g:bukkit_default
  99. - g:essentials_default
  100. info:
  101. build: true
  102. prefix: '&e[Trainer] '
  103. suffix: ''
  104. Admin:
  105. default: false
  106. permissions:
  107. - com.pixelmonmod.pixelmon.commands.Spawn
  108. - com.pixelmonmod.pixelmon.commands.PokeGive
  109. inheritance:
  110. - HeadMod
  111. - g:groupmanager_admin
  112. - g:bukkit_admin
  113. - g:essentials_admin
  114. - g:vanish_admin
  115. info:
  116. build: true
  117. prefix: '&4[Admin] '
  118. suffix: ''
  119. Default:
  120. default: true
  121. permissions:
  122. - -bukkit.command.kill
  123. - CommunityToolz.vote.kick
  124. - griefprevention.claims
  125. - yourfriends.use
  126. inheritance:
  127. - g:groupmanager_default
  128. - g:bukkit_default
  129. - g:essentials_default
  130. info:
  131. build: true
  132. prefix: '&f[Member] '
  133. suffix: ''
  134. MasterTrainer:
  135. default: false
  136. permissions:
  137. - -bukkit.command.kill
  138. - CommunityToolz.vote.kick
  139. - griefprevention.claims
  140. - pixelextras.commands.EvoLvlCommand
  141. - pixelextras.commands.GetEVCommand
  142. - pixelextras.commands.GetIVCommand
  143. - pixelextras.commands.TMCommand
  144. - yourfriends.use
  145. inheritance:
  146. - g:groupmanager_default
  147. - g:bukkit_default
  148. - g:essentials_default
  149. info:
  150. build: true
  151. prefix: '&e[Master Trainer] '
  152. suffix: ''
  153. HeadMod:
  154. default: false
  155. permissions:
  156. - essentials.give
  157. - pixelextras.commands.GetEVCommand
  158. - pixelextras.commands.GetIVCommand
  159. - pixelextras.commands.EvoLvlCommand
  160. - pixelextras.commands.TMCommand
  161. - CommunityToolz.vote.kick
  162. - CommunityToolz.vote.ban
  163. - yourfriends.use
  164. - griefprevention.claims
  165. - -bukkit.command.kill
  166. inheritance:
  167. - Moderator
  168. - g:groupmanager_moderator
  169. - g:bukkit_moderator
  170. - g:essentials_moderator
  171. - g:vanish_moderator
  172. info:
  173. build: true
  174. prefix: '&2[Head Mod] '
  175. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement