Guest User

Groups.yml

a guest
Feb 26th, 2014
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 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. A:
  13. default: true
  14. permissions:
  15. - -bukkit.plugins
  16. - essentials.warp
  17. - essentials.warps.prison
  18. - essentials.warps.a
  19. inheritance: []
  20. info:
  21. prefix: '&e'
  22. build: true
  23. suffix: ''
  24. B:
  25. default: false
  26. permissions: []
  27. inheritance:
  28. - A
  29. info:
  30. prefix: '&2'
  31. build: true
  32. suffix: ''
  33. C:
  34. default: false
  35. permissions:
  36. inheritance:
  37. - A
  38. info:
  39. prefix: '&5'
  40. build: true
  41. suffix: ''
  42. Admin:
  43. default: false
  44. permissions: []
  45. inheritance:
  46. - moderator
  47. - g:groupmanager_admin
  48. - g:bukkit_admin
  49. - g:essentials_admin
  50. - g:towny_admin
  51. - g:vanish_admin
  52. info:
  53. prefix: '&c'
  54. build: true
  55. suffix: ''
  56. Owner:
  57. default: false
  58. permissions:
  59. - '*'
  60. - -vanish.*
  61. inheritance:
  62. - admin
  63. info:
  64. prefix: '&4'
  65. build: true
  66. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment