Advertisement
Guest User

Group Manager groups.yml

a guest
Aug 14th, 2018
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 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. Member:
  13. default: true
  14. permissions:
  15. - -bukkit.command.kill
  16. inheritance:
  17. - g:groupmanager_default
  18. - g:bukkit_default
  19. - g:essentials_default
  20. - g:towny_default
  21. info:
  22. prefix: '&aM&ce&9M&6b&5E&er '
  23. build: false
  24. suffix: ''
  25. Helper:
  26. default: false
  27. permissions:
  28. - '*'
  29. - -vanish.effects.*
  30. - +vanish.effects.toggle.all
  31. inheritance:
  32. info:
  33. prefix: '&1Helper '
  34. build: true
  35. suffix: ''
  36. Co-Owner:
  37. default: false
  38. permissions:
  39. - '*'
  40. - -vanish.effects.*
  41. - +vanish.effects.toggle.all
  42. inheritance:
  43. info:
  44. prefix: '&cCo-Owner '
  45. build: true
  46. suffix: ''
  47. Owner:
  48. default: false
  49. permissions:
  50. - '*'
  51. - -vanish.effects.*
  52. - +vanish.effects.toggle.all
  53. inheritance:
  54. info:
  55. prefix: '&5[&6-&9&kAdinK&aOwner&9&kAdinK&6-&5]'
  56. build: true
  57. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement