Advertisement
Guest User

Untitled

a guest
Dec 26th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. # Groups | Edit Your World Group Here!
  2. #
  3. # 1. in any inherited groups prefixed with a g: (Ex: g:essentials_default) is a global groups
  4. # and in the inherited settings is from the GlobalGroups.yml (\plugins\GroupManagerPlus\GlobalGroups.yml)
  5. #
  6. # 2. Groups without the g: prefix are groups local to this world
  7. # and are defined in the this groups.yml file.
  8. #
  9. # 3. Local group inheritances define your promotion tree when using 'manpromote/mandemote'
  10. #
  11. # Default: <- Your group name can random/custom
  12. # 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
  13. # permissions:
  14. # - -bukkit.command.kill
  15. # inheritance: <- inherited settings is from the GlobalGroups.yml (\plugins\GroupManagerPlus\GlobalGroups.yml)
  16. # - g:groupmanager_default
  17. # - g:bukkit_default
  18. # - g:essentials_default
  19. # - g:towny_default
  20. # info: <- player prefix/suffix
  21. # prefix: '&e'
  22. # build: false <- Dependency in AntiBuild (https://ci.drtshock.net/job/essentialsx/)
  23. # suffix: ''
  24.  
  25. groups:
  26. [Joueur]:
  27. default: false
  28. permissions:
  29. - -bukkit.command.kill
  30. inheritance:
  31. - g:groupmanager_default
  32. - g:bukkit_default
  33. - g:essentials_default
  34. - g:towny_default
  35. info:
  36. prefix: '&l&9'
  37. build: false
  38. suffix: ''
  39. [Ami]:
  40. default: true
  41. permissions: []
  42. inheritance:
  43. - Joueur
  44. info:
  45. prefix: '&2'
  46. build: true
  47. suffix: ''
  48. [Streameur]:
  49. default: false
  50. permissions: []
  51. inheritance:
  52. - Joueur
  53. info:
  54. prefix: '&4'
  55. build: true
  56. suffix: ''
  57. [Moderateur]:
  58. default: false
  59. permissions: []
  60. inheritance:
  61. - g:groupmanager_moderator
  62. - g:bukkit_moderator
  63. - g:essentials_moderator
  64. - g:towny_moderator
  65. - g:vanish_moderator
  66. - Sub
  67. info:
  68. prefix: '&5'
  69. build: true
  70. suffix: ''
  71. [Admin]:
  72. default: false
  73. permissions:
  74. - '*'
  75. - -vanish.effects.*
  76. - +vanish.effects.toggle.all
  77. inheritance:
  78. - admin
  79. info:
  80. prefix: '&4'
  81. build: true
  82. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement