Advertisement
Guest User

Untitled

a guest
Jun 11th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 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.help
  17. - -essentials.ignore
  18. - -essentials.list
  19. - -essentials.suicide
  20. - -essentials.back
  21. - -essentials.delhome
  22. - -essentials.home
  23. - -essentials.sethome
  24. inheritance:
  25. - g:groupmanager_default
  26. - g:bukkit_default
  27. - g:essentials_default
  28. - g:towny_default
  29. info:
  30. prefix: '&7[Player2]'
  31. build: true
  32. suffix: ''
  33. Helper:
  34. default: false
  35. permissions:
  36. - -essentials.mute
  37. - -essentials.tempban
  38. inheritance:
  39. - default
  40. - g:essentials_helper
  41. - g:towny_helper
  42. info:
  43. prefix: '&a[Helper]'
  44. build: true
  45. suffix: ''
  46. Moderator:
  47. default: false
  48. permissions:
  49. - -essentials.ban
  50. - -essentials.ban.offline
  51. - -essentials.banip
  52. - -essentials.broadcast
  53. - -essentials.clearinventory
  54. - -essentials.clearinventory.others
  55. - -essentials.invsee
  56. - -essentials.mute
  57. - -essentials.mute.offline
  58. - -essentials.tempban
  59. - -essentials.tempban.offline
  60. inheritance:
  61. - builder
  62. - g:groupmanager_moderator
  63. - g:bukkit_moderator
  64. - g:essentials_moderator
  65. - g:towny_moderator
  66. - g:vanish_moderator
  67. info:
  68. prefix: '&2[Moderator]'
  69. build: true
  70. suffix: ''
  71. Admin:
  72. default: false
  73. permissions:
  74. - '*'
  75. inheritance:
  76. - moderator
  77. - g:groupmanager_admin
  78. - g:bukkit_admin
  79. - g:essentials_admin
  80. - g:towny_admin
  81. - g:vanish_admin
  82. info:
  83. prefix: '&4[Admin]'
  84. build: true
  85. suffix: ''
  86. Owner:
  87. default: false
  88. permissions:
  89. - '*'
  90. - -vanish.effects.*
  91. - +vanish.effects.toggle.all
  92. inheritance:
  93. - admin
  94. info:
  95. prefix: '&f[God]'
  96. build: true
  97. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement