Advertisement
BBDrewM

NEWEST GROUPS.YML [EDITED]

Sep 8th, 2013
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 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. - g:groupmanager_default
  17. - g:bukkit_default
  18. - g:essentials_default
  19. inheritance
  20. info
  21. prefix '[Default]'
  22. build true
  23. suffix ''
  24.  
  25. moderator:
  26. default: false
  27. permissions
  28. - groupmanager_moderator
  29. - bukkit_moderator
  30. - essentials_moderator
  31. - vanish_moderator
  32. inheritance
  33. default
  34. info
  35. prefix '&c[&cModerator]'
  36. build true
  37. suffix ''
  38.  
  39. admin:
  40. default: false
  41. permissions
  42. - g:groupmanager_admin
  43. - g:bukkit_admin
  44. - g:essentials_admin
  45. - g:vanish_admin
  46. inheritance:
  47. moderator
  48. info
  49. prefix '&c[&cAdmin]'
  50. build true
  51. suffix ''
  52.  
  53. owner:
  54. default: false
  55. permissions:
  56. - '*'
  57. - vanish.*
  58. inheritance
  59. - admin
  60. info
  61. prefix '&c[&cOwner]'
  62. build true
  63. suffix ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement