Advertisement
HoodedGame

Untitled

May 24th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 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. inheritance:
  16. - builder
  17. - g:groupmanager_moderator
  18. - g:bukkit_moderator
  19. - g:essentials_moderator
  20. - g:towny_moderator
  21. - g:vanish_moderator
  22. info:
  23. build: true
  24. prefix: '&5'
  25. suffix: ''
  26. Owner:
  27. default: false
  28. permissions:
  29. - +vanish.effects.toggle.all
  30. - -vanish.effects.*
  31. - '*'
  32. inheritance:
  33. - admin
  34. info:
  35. build: true
  36. prefix: '&4&l'
  37. suffix: '&4'
  38. Head-Mod:
  39. default: false
  40. permissions:
  41. -essentials.sethome.multiple
  42. -essentials.mute
  43. -essentials.kick
  44. -essentials.fly
  45. -essentials.heal
  46. inheritance: []
  47. info:
  48. build: false
  49. prefix: '&b&k[&6&lHEAD-MOD&b&k]&f'
  50. suffix: '&f'
  51. Builder:
  52. default: false
  53. permissions: []
  54. inheritance:
  55. - default
  56. - g:essentials_builder
  57. - g:towny_builder
  58. info:
  59. build: true
  60. prefix: '&2'
  61. suffix: ''
  62. Youtube:
  63. default: false
  64. permissions: []
  65. inheritance: []
  66. info:
  67. build: false
  68. prefix: '&4&l Dumbass'
  69. suffix: ''
  70. Admin:
  71. default: false
  72. permissions: []
  73. inheritance:
  74. - moderator
  75. - g:groupmanager_admin
  76. - g:bukkit_admin
  77. - g:essentials_admin
  78. - g:towny_admin
  79. - g:vanish_admin
  80. info:
  81. build: true
  82. prefix: '&c'
  83. suffix: ''
  84. Member:
  85. default: true
  86. permissions:
  87. - /ffs
  88. - /gfdg
  89. - /home
  90. - /jkhsd
  91. - /kdslf
  92. - /kit
  93. - /kit_Member
  94. - /kits
  95. - /sethome
  96. - /spawn
  97. - /warp
  98. - essentials.afk
  99. - essentials.bal
  100. - essentials.balance
  101. - essentials.home
  102. - essentials.pay
  103. - essentials.pay.multiple
  104. - essentials.sethome
  105. - essentials.sethome.multiple
  106. - essentials.spawn
  107. - essentials.tpa
  108. - essentials.tpaaccept
  109. - essentials.warp
  110. - essentials.warp.a_lobby
  111. - essentials.warps.wild1
  112. - essentials.warps.wild2
  113. - Member
  114. - permissions.sethome
  115. - permissions.warp
  116. - wild1
  117. inheritance: []
  118. info:
  119. build: false
  120. prefix: '&b&l'
  121. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement