Advertisement
Guest User

GroupManager.yml

a guest
Aug 21st, 2013
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 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. Citizen:
  13. default: true
  14. permissions:
  15. - essentials.help
  16. - essentials.helpop
  17. - essentials.list
  18. - essentials.motd
  19. - essentials.rules
  20. - essentials.spawn
  21. - essentials.mail
  22. - essentials.mail.send
  23. inheritance: []
  24. info:
  25. prefix: ''
  26. build: true
  27. suffix: ''
  28. Builder:
  29. default: false
  30. permissions: []
  31. inheritance:
  32. - citizen
  33. - g:essentials_builder
  34. info:
  35. prefix: '&2'
  36. build: true
  37. suffix: ''
  38. Moderator:
  39. default: false
  40. permissions: []
  41. inheritance:
  42. - builder
  43. - g:groupmanager_moderator
  44. - g:bukkit_moderator
  45. - g:essentials_moderator
  46. info:
  47. prefix: '&5'
  48. build: true
  49. suffix: ''
  50. Admin:
  51. default: false
  52. permissions:
  53. - '*'
  54. - vaish.*
  55. inheritance:
  56. - moderator
  57. - g:groupmanager_admin
  58. - g:bukkit_admin
  59. - g:essentials_admin
  60. info:
  61. prefix: '&d'
  62. build: true
  63. suffix: ''
  64. Owner:
  65. default: false
  66. permissions:
  67. - '*'
  68. - vanish.*
  69. inheritance:
  70. - admin
  71. - g:essentials_admin
  72.  
  73. info:
  74. prefix: '&4'
  75. build: true
  76. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement