Advertisement
Guest User

Untitled

a guest
Nov 7th, 2012
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 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. Member:
  13. default: true
  14. permissions:
  15. - TNT.notify
  16. - afk
  17. - back
  18. - back.ondeath
  19. - balance
  20. - balance.others
  21. - balancetop
  22. - chat.color
  23. - chat.format
  24. - chat.shout
  25. - clearinventory
  26. - delhome
  27. - help
  28. - helpop
  29. - home
  30. - home.others
  31. - ignore
  32. - kit
  33. - kit.tools
  34. - motd
  35. - pay
  36. - ping
  37. - rules
  38. - sell
  39. - sethome
  40. - signs.create.protection
  41. - signs.create.trade
  42. - signs.break.protection
  43. - signs.break.trade
  44. - signs.use.balance
  45. - signs.use.buy
  46. - signs.use.disposal
  47. - signs.use.enchant
  48. - signs.use.free
  49. - signs.use.gamemode
  50. - signs.use.heal
  51. - signs.use.info
  52. - signs.use.kit
  53. - signs.use.mail
  54. - signs.use.protection
  55. - signs.use.repair
  56. - signs.use.sell
  57. - signs.use.time
  58. - signs.use.trade
  59. - signs.use.warp
  60. - signs.use.weather
  61. - spawn
  62. - suicide
  63. - time
  64. - tpa
  65. - tpaccept
  66. - tpahere
  67. - tpdeny
  68. - warp
  69. - warp.list
  70. inheritance:
  71. info:
  72. prefix: '&e'
  73. build: true
  74. suffix: ''
  75. Moderator:
  76. default: false
  77. permissions: []
  78. inheritance:
  79. - Member
  80. - g:groupmanager_moderator
  81. - g:bukkit_moderator
  82. - g:essentials_moderator
  83. - g:towny_moderator
  84. - g:vanish_moderator
  85. - TNT.notify
  86. info:
  87. prefix: '&5'
  88. build: true
  89. suffix: ''
  90. Owner:
  91. default: false
  92. permissions:
  93. - '*'
  94. - -vanish.*
  95. - TNT.notify
  96. inheritance:
  97. - admin
  98. info:
  99. prefix: '&4'
  100. build: true
  101. suffix: ''
  102. Admin:
  103. default: false
  104. permissions:
  105. - '*'
  106. - -vanish.*
  107. - TNT.notify
  108. inheritance:
  109. - admin
  110. info:
  111. prefix: '&4'
  112. build: true
  113. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement