Advertisement
Guest User

Untitled

a guest
May 18th, 2012
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. # Group inheritance
  2. # any inherited groups prefixed with a g: are global groups
  3. # These groups are defined in the globalgroups.yml
  4. # and can be inherited in any worlds groups/users.yml.
  5. #
  6. # Groups without the g: prefix are groups local to this world
  7. # and defined in the this groups.yml file.
  8.  
  9. groups:
  10. Default:
  11. default: true
  12. permissions:
  13. - admincmd.kit.nb
  14. - admincmd.server.news
  15. - admincmd.server.rules
  16. - admincmd.spawn.tp
  17. - admincmd.tp.home
  18. - ChestShop.shop.buy
  19. - foo.bar
  20. - herochat.autojoin.Global
  21. - herochat.emote
  22. - herochat.force.join.Global
  23. - herochat.join.Global
  24. - herochat.pm
  25. - herochat.speak.Global
  26. - iConomy.holdings
  27. - iConomy.payment
  28. - iConomy.top
  29. - lwc.create.*
  30. - lwc.info
  31. - lwc.protect
  32. - multihome.defaulthome.go
  33. - multihome.defaulthome.set
  34. - OwnBlocksPlus.add
  35. - OwnBlocksPlus.info
  36. - OwnBlocksPlus.use
  37. - reportrts.command.modlist
  38. - reportrts.command.modreq
  39. - ChestShop.shop.sell
  40. inheritance: []
  41. info:
  42. prefix: ''
  43. build: true
  44. suffix: ''
  45. Vip:
  46. default: false
  47. permissions:
  48. - admincmd.kit.vip
  49. - bar.foo
  50. - ChestShop.shop.*
  51. - herochat.color.Global
  52. - iConomy.holdings
  53. - iConomy.holdings.others
  54. - magiccarpet.mc
  55. - magiccarpet.mc.7
  56. - magiccarpet.ml
  57. - multihome.defaulthome.invite
  58. - multihome.defaulthome.invitetimed
  59. - multihome.defaulthome.uninvite
  60. - multihome.namedhome.go
  61. - multihome.namedhome.invite
  62. - multihome.namedhome.invitetimed
  63. - multihome.namedhome.set
  64. - multihome.namedhome.uninvite
  65. inheritance:
  66. - default
  67. info:
  68. prefix: '&6[&4VIP&6] '
  69. build: true
  70. suffix: ''
  71. OP:
  72. default: false
  73. permissions:
  74. - bar.foo
  75. inheritance:
  76. - default
  77. info:
  78. prefix: '&0OP-&2'
  79. build: true
  80. suffix: ''
  81. Admin:
  82. default: false
  83. permissions:
  84. - '*'
  85. inheritance: []
  86. info:
  87. prefix: '&0ADM-&4'
  88. build: true
  89. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement