Guest User

Untitled

a guest
Nov 17th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 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. Warrior:
  13. default: true
  14. permissions:
  15. - essentials.kit
  16. - essentials.kit.PvP
  17. - essentials.kit.archer
  18. - essentials.clearinventory
  19. - ddeckys.nodrop.exempt
  20. - essentials.signs.use.free
  21. - essentials.signs.use.warp
  22. - essentials.warp.shop
  23. - instaeat.disablehunger
  24. - instaeat.instaheal
  25. - essentials.help
  26. inheritance:
  27. - g:groupmanager_default
  28. - g:bukkit_default
  29. - g:essentials_default
  30. - g:towny_default
  31. info:
  32. prefix: '&1[&3Warrior&1] &7'
  33. build: true
  34. suffix: ''
  35. Builder:
  36. default: false
  37. permissions: []
  38. inheritance:
  39. - default
  40. - g:essentials_builder
  41. - g:towny_builder
  42. info:
  43. prefix: '&2'
  44. build: true
  45. suffix: ''
  46. Mod:
  47. default: false
  48. permissions: []
  49. - essentials.kit
  50. - essentials.kit.PvP
  51. - essentials.kit.archer
  52. - essentials.clearinventory
  53. - ddeckys.nodrop.exempt
  54. - essentials.signs.use.free
  55. - essentials.signs.use.warp
  56. - essentials.warp.shop
  57. - instaeat.disablehunger
  58. - instaeat.instaheal
  59. - essentials.help
  60. - essentials.gamemode
  61. - essentials.warp.build
  62. - essentials.warp
  63. inheritance:
  64. - builder
  65. - g:groupmanager_moderator
  66. - g:bukkit_moderator
  67. - g:essentials_moderator
  68. - g:towny_moderator
  69. - g:vanish_moderator
  70. info:
  71. prefix: '&7[&3Mod&7] &6'
  72. build: true
  73. suffix: ''
  74. Admin:
  75. default: false
  76. permissions: []
  77. inheritance:
  78. - moderator
  79. - g:groupmanager_admin
  80. - g:bukkit_admin
  81. - g:essentials_admin
  82. - g:towny_admin
  83. - g:vanish_admin
  84. info:
  85. prefix: ''
  86. build: true
  87. suffix: ''
  88. Owner:
  89. default: false
  90. permissions:
  91. - '*'
  92. - -vanish.*
  93. inheritance:
  94. - admin
  95. info:
  96. prefix: '&3[&5Owner&3] &7'
  97. build: true
  98. suffix: ''
Add Comment
Please, Sign In to add comment