Advertisement
Guest User

My groups.yml

a guest
Mar 22nd, 2011
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. groups:
  2. Default:
  3. default: true
  4. info:
  5. build: false
  6. prefix: ''
  7. suffix: ''
  8. inheritance: []
  9. permissions:
  10. - 'commandbook.spawn'
  11. - 'commandbook.who'
  12. - 'commandbook.motd'
  13. - 'commandbook.rules'
  14. - 'commandbook.kit.list'
  15. - 'commandbook.kit.kits.starter'
  16. - 'commandbook.msg'
  17. - 'commandbook.whereami.compass'
  18. - 'commandbook.clear'
  19. Moderator:
  20. default: false
  21. info:
  22. build: false
  23. prefix: ''
  24. suffix: ''
  25. inheritance:
  26. - Default
  27. permissions:
  28. - 'commandbook.give'
  29. - 'commandbook.give.stacks'
  30. - 'commandbook.kit.kits.Mods
  31. - 'commandbook.time'
  32. - 'commandbook.teleport'
  33. - 'commandbook.teleport.other'
  34. - 'commandbook.say.me'
  35. - 'commandbook.msg'
  36. - 'commandbook.kick'
  37. Admins:
  38. default: false
  39. info:
  40. build: false
  41. prefix: ''
  42. suffix: ''
  43. inheritance:
  44. - Moderator
  45. permissions:
  46. - 'cleaner.*'
  47.  
  48. Owner:
  49. default: false
  50. info:
  51. build: false
  52. prefix: ''
  53. suffix: ''
  54. inheritance: []
  55. permissions:
  56. - '*'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement