Advertisement
Guest User

groups.yml GroupManager

a guest
Jul 24th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 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. Owner:
  12. default: false
  13. permissions:
  14. - +vanish.effects.toggle.all
  15. - -vanish.effects.*
  16. - '*'
  17. inheritance:
  18. - Co-Owner
  19. info:
  20. build: true
  21. prefix: '&4'
  22. suffix: ''
  23. Co-Owner:
  24. default: false
  25. permissions:
  26. - +vanish.effects.toggle.all
  27. - -vanish.effects.*
  28. - '*'
  29. inheritance:
  30. - Admin
  31. info:
  32. build: true
  33. prefix: '&b'
  34. suffix: ''
  35. Admin:
  36. default: false
  37. permissions:
  38. - +vanish.effects.toggle.all
  39. - -vanish.effects.*
  40. - '*'
  41. inheritance:
  42. - Default
  43. - g:groupmanager_admin
  44. - g:bukkit_admin
  45. - g:essentials_admin
  46. - g:towny_admin
  47. - g:vanish_admin
  48. info:
  49. build: true
  50. prefix: '&c'
  51. suffix: ''
  52. Default:
  53. default: true
  54. permissions:
  55. - essentials.hat
  56. - essentials.sethome
  57. - essentials.home
  58. - essentials.balance
  59. - essentials.balancetop
  60. - essentials.delhome
  61. - essentials.tpa
  62. - essentials.tpahere
  63. - essentials.tpdeny
  64. - essentials.tpaccept
  65. - essentials.ping
  66. inheritance:
  67. - g:groupmanager_default
  68. - g:bukkit_default
  69. - g:essentials_default
  70. - g:towny_default
  71. info:
  72. build: false
  73. prefix: '&e'
  74. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement