Advertisement
Guest User

Groupmanager config

a guest
Sep 24th, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 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. Guerrier:
  13. default: true
  14. permissions:
  15. - essentials.spawn
  16. - essentials.help
  17. - essentials.home
  18. - essentials.warp
  19. - essentials.warp.list
  20. - essentials.rules
  21. - essentials.tpa
  22. - essentials.tpaccept
  23. - essentials.tpahere
  24. - essentials.tpdeny
  25. - essentials.kit.début
  26. - essentials.sethome
  27. - essentials.delhome
  28. - essentials.signs.use.kit
  29. - essentials.signs.use.mail
  30. - essentials.signs.use.warp
  31. - essentials.money
  32. - essentials.pay
  33. - essentials.msg
  34. - essentials.r
  35. inheritance: []
  36. info:
  37. prefix: '&7[Guerrier] '
  38. build: true
  39. suffix: ''
  40. Builder:
  41. default: false
  42. permissions: []
  43. inheritance:
  44. - default
  45. - g:essentials_builder
  46. - g:towny_builder
  47. info:
  48. prefix: '&2'
  49. build: true
  50. suffix: ''
  51. Moderator:
  52. default: false
  53. permissions: []
  54. inheritance:
  55. - builder
  56. - g:groupmanager_moderator
  57. - g:bukkit_moderator
  58. - g:essentials_moderator
  59. - g:towny_moderator
  60. - g:vanish_moderator
  61. info:
  62. prefix: '&5'
  63. build: true
  64. suffix: ''
  65. Admin:
  66. default: false
  67. permissions: []
  68. inheritance:
  69. - moderator
  70. - g:groupmanager_admin
  71. - g:bukkit_admin
  72. - g:essentials_admin
  73. - g:towny_admin
  74. - g:vanish_admin
  75. info:
  76. prefix: '&c'
  77. build: true
  78. suffix: ''
  79. Fondateur:
  80. default: false
  81. permissions:
  82. - '*'
  83. - -vanish.*
  84. inheritance:
  85. - admin
  86. info:
  87. prefix: '&c'
  88. build: true
  89. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement