Advertisement
Guest User

Untitled

a guest
Jul 24th, 2012
123
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. New:
  13. default: true
  14. permissions:
  15. - essentials.home
  16. - essentials. msg
  17. - essentials. sethome
  18. - essentials. warp
  19. - essentials. spawn
  20. - essentials. tpa
  21. - essentials. tpaccept
  22. - essentials. tpadeny
  23. - sg.arena.join
  24. - sg.arena.vote
  25. - -bukkit.command.kill
  26. inheritance:
  27. - g:groupmanager_default
  28. - g:bukkit_default
  29. - g:essentials_default
  30. - g:towny_default
  31. info:
  32. prefix: '&A[New]'
  33. build: false
  34. suffix: ''
  35.  
  36. Pro:
  37. default: false
  38. permissions: [*]
  39. inheritance:
  40. - New
  41. - g:groupmanager_moderator
  42. - g:bukkit_moderator
  43. - g:essentials_moderator
  44. - g:towny_moderator
  45. - g:vanish_moderator
  46. info:
  47. prefix: '&4[VIP]'
  48. build: true
  49. suffix: ''
  50.  
  51. Owner:
  52. default: false
  53. permissions:
  54. - '*'
  55. - -vanish.*
  56. inheritance:
  57. - Pro
  58. info:
  59. prefix: '&1[Owner]'
  60. build: true
  61. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement