Advertisement
Brack04NC

Untitled

Jan 9th, 2020
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. #
  2. # GroupManager+
  3. # groups.yml
  4. #
  5. # Groups | Edit Your World Group Here!
  6. #
  7. # 1. in any inherited groups prefixed with a g: (Ex: g:essentials_default) is a global groups
  8. # and in the inherited settings is from the GlobalGroups.yml (\plugins\GroupManagerPlus\GlobalGroups.yml)
  9. #
  10. # 2. Groups without the g: prefix are groups local to this world
  11. # and are defined in the this groups.yml file.
  12. #
  13. # 3. Local group inheritances define your promotion tree when using 'manpromote/mandemote'
  14. #
  15. # Default: <- Your group name can random/custom
  16. # default: true <- !!! Select one for the default group !!! if true this group is will be the default group is this world / if false it will not the default group is this world
  17. # permissions:
  18. # - -bukkit.command.kill
  19. # inheritance: <- inherited settings is from the GlobalGroups.yml (\plugins\GroupManagerPlus\GlobalGroups.yml)
  20. # - g:groupmanager_default
  21. # - g:bukkit_default
  22. # - g:essentials_default
  23. # - g:towny_default
  24. # info: <- player prefix/suffix
  25. # prefix: '&e'
  26. # build: false <- Dependency in AntiBuild (https://ci.drtshock.net/job/essentialsx/)
  27. # suffix: ''
  28. #
  29. groups:
  30. Default:
  31. default: true
  32. permissions:
  33. - -bukkit.command.kill
  34. inheritance:
  35. - g:groupmanager_default
  36. - g:bukkit_default
  37. - g:essentials_default
  38. - g:towny_default
  39. info:
  40. prefix: '&e'
  41. build: false
  42. suffix: ''
  43. Builder:
  44. default: false
  45. permissions: []
  46. inheritance:
  47. - default
  48. - g:essentials_builder
  49. - g:towny_builder
  50. info:
  51. prefix: '&2'
  52. build: true
  53. suffix: ''
  54. Moderator:
  55. default: false
  56. permissions: []
  57. inheritance:
  58. - builder
  59. - g:groupmanager_moderator
  60. - g:bukkit_moderator
  61. - g:essentials_moderator
  62. - g:towny_moderator
  63. - g:vanish_moderator
  64. info:
  65. prefix: '&5'
  66. build: true
  67. suffix: ''
  68. Admin:
  69. default: false
  70. permissions: []
  71. inheritance:
  72. - moderator
  73. - g:groupmanager_admin
  74. - g:bukkit_admin
  75. - g:essentials_admin
  76. - g:towny_admin
  77. - g:vanish_admin
  78. info:
  79. prefix: '&c'
  80. build: true
  81. suffix: ''
  82. Owner:
  83. default: false
  84. permissions:
  85. - '*'
  86. - -vanish.*
  87. inheritance:
  88. - admin
  89. info:
  90. prefix: '&4'
  91. build: true
  92. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement