Advertisement
Guest User

groups.yml

a guest
Apr 18th, 2013
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 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. - groupmanager.notify.self
  16. - essentials.motd
  17. - essentials.info
  18. - essentials.home
  19. - essentials.sethome
  20. - essentials.spawn
  21. - essentials.msg
  22. - essentials.money
  23. - essentials.buy
  24. - essentials.worlds.world
  25. - essentials.balance
  26. - essentials.pay
  27. inheritance:
  28. info:
  29. prefix: '&e'
  30. build: false
  31. suffix: ''
  32. Builder:
  33. default: false
  34. permissions: []
  35. inheritance:
  36. - default
  37. - g:essentials_builder
  38. - g:towny_builder
  39. info:
  40. prefix: '&2'
  41. build: true
  42. suffix: ''
  43. Moderator:
  44. default: false
  45. permissions: []
  46. inheritance:
  47. - builder
  48. - g:vanish_moderator
  49. info:
  50. prefix: '&5'
  51. build: true
  52. suffix: ''
  53. Admin:
  54. default: false
  55. permissions: []
  56. inheritance:
  57. - moderator
  58. - g:groupmanager_admin
  59. - g:bukkit_admin
  60. - g:essentials_admin
  61. - g:towny_admin
  62. - g:vanish_admin
  63. info:
  64. prefix: '&c'
  65. build: true
  66. suffix: ''
  67. Owner:
  68. default: false
  69. permissions:
  70. - '*'
  71. - -vanish.*
  72. inheritance:
  73. - admin
  74. info:
  75. prefix: '&4'
  76. build: true
  77. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement