superrtutur

Untitled

Jan 11th, 2020
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 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. inheritance:
  17. - g:Joueur
  18. info:
  19. prefix: '&7[&aJoueur&7] &f'
  20. build: true
  21. suffix: ''
  22. Builder:
  23. default: false
  24. permissions: []
  25. inheritance:
  26. - g:Joueur
  27. - g:Staff
  28. info:
  29. prefix: '&7[&2Builder&7] &f'
  30. build: true
  31. suffix: ''
  32. Moderateur:
  33. default: false
  34. permissions: []
  35. inheritance:
  36. - g:Joueur
  37. - g:Staff
  38. - g:Modo
  39. info:
  40. prefix: '&7[&bModérateur&7] &f'
  41. build: true
  42. suffix: ''
  43. Admin:
  44. default: false
  45. permissions: []
  46. inheritance:
  47. - g:Joueur
  48. - g:Staff
  49. - g:Modo
  50. - g:Admin
  51. info:
  52. prefix: '&7[&cAdministrateur&7] &f'
  53. build: true
  54. suffix: ''
  55. Fondateur:
  56. default: false
  57. permissions:
  58. - '*'
  59. - -vanish.effects.*
  60. - +vanish.effects.toggle.all
  61. inheritance:
  62. - g:Joueur
  63. - g:Admin
  64. - g:Modo
  65. info:
  66. prefix: '&7[&4Fondateur&7] &f'
  67. build: true
  68. suffix: ''
  69. VIP:
  70. default: false
  71. permissions []
  72. inheritance:
  73. - g:Joueur
  74. info:
  75. prefix: '&7[&eVIP&7] &f'
  76. build: true
  77. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment