Guest User

Group

a guest
Apr 15th, 2016
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 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. Joueur:
  13. default: true
  14. permissions: []
  15. inheritance:
  16. - g:essentials_default
  17. info:
  18. prefix: '&3[&3Joueur&3]&3'
  19. build: true
  20. suffix: ''
  21. VIP:
  22. default: false
  23. permissions: []
  24. inheritance:
  25. - g:essentials_VIP
  26. info:
  27. prefix: '&e[&e&nV.I.P.&e]&e&n'
  28. build: true
  29. suffix: ''
  30. Moderateur:
  31. default: false
  32. permissions: []
  33. inheritance:
  34. - VIP
  35. - g:groupmanager_moderator
  36. - g:bukkit_moderator
  37. - g:essentials_moderator
  38. - g:towny_moderator
  39. - g:vanish_moderator
  40. info:
  41. prefix: '&5[&5&lModo&5]&5&l'
  42. build: true
  43. suffix: ''
  44. Admin:
  45. default: false
  46. permissions: []
  47. - '*'
  48. - -vanish.*
  49. inheritance:
  50. - g:groupmanager_admin
  51. - g:bukkit_admin
  52. - g:essentials_admin
  53. - g:vanish_admin
  54. info:
  55. prefix: '&c[&c&n&lAdmin&c]&c&n&l'
  56. build: true
  57. suffix: ''
  58. Fondateur:
  59. default: false
  60. permissions: []
  61. - '*'
  62. - -vanish.*
  63. inheritance:
  64. - Admin
  65. info:
  66. prefix: '&4[&4&n&lFondateur&4]&4&l&n'
  67. build: true
  68. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment