Advertisement
Guest User

Untitled

a guest
Jul 8th, 2014
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 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. Default:
  13. default: true
  14. permissions:
  15. - towny.wild.*
  16. - towny.chat.general
  17. - craftconomy.money.balance
  18. - craftconomy.money.pay
  19. - craftconomy.money.top
  20. - -bukkit.command.plugins
  21. - towny.cheat.bypass
  22. inheritance:
  23. - g:groupmanager_default
  24. info:
  25. prefix: '&e'
  26. build: false
  27. suffix: ''
  28. Member:
  29. default: false
  30. permissions:
  31. - towny.command.towny.map
  32. - towny.command.towny.prices
  33. - towny.command.towny.tree
  34. - towny.command.towny.time
  35. - towny.command.towny.universe
  36. - towny.command.towny.war
  37. - towny.command.town.new
  38. - towny.command.town.join
  39. - towny.command.town.list
  40. - towny.command.plot.perm
  41. - towny.command.nation.list
  42. - towny.town.resident
  43. - towny.town.spawn.public
  44. inheritance:
  45. - default
  46. info:
  47. prefix: '&2'
  48. build: true
  49. suffix: ''
  50. Builder:
  51. default: false
  52. permissions:
  53. - essentials.god
  54. - essentials.gamemode
  55. - essentials.fly
  56. - essentials.speed
  57. inheritance:
  58. - Member
  59. info:
  60. prefix: '&2'
  61. build: true
  62. suffix: ''
  63. Einwohner:
  64. default: false
  65. permissions:
  66. - towny.command.resident.*
  67. - towny.command.plot.claim
  68. - towny.command.plot.unclaim
  69. - towny.command.plot.forsale
  70. - towny.command.plot.notforsale
  71. - towny.command.plot.toggle.*
  72. - towny.command.plot.set.perm
  73. - towny.command.plot.set.reset
  74. - towny.command.town.online
  75. - towny.command.town.leave
  76. - towny.command.town.deposit
  77. - towny.town.spawn.town
  78. - towny.chat.town
  79. inheritance:
  80. - Member
  81. info:
  82. prefix: '&2'
  83. build: true
  84. suffix: ''
  85. Buergermeister:
  86. default: false
  87. permissions:
  88. - towny.command.towny.top
  89. - towny.command.town.*
  90. - towny.command.plot.*
  91. - towny.claimed.owntown.*
  92. inheritance:
  93. - Einwohner
  94. info:
  95. prefix: '&2'
  96. build: true
  97. suffix: ''
  98. Moderator:
  99. default: false
  100. permissions: []
  101. inheritance:
  102. - Member
  103. info:
  104. prefix: '&5'
  105. build: true
  106. suffix: ''
  107. Admin:
  108. default: false
  109. permissions:
  110. - citizens.*
  111. - towny.admin
  112. - towny.chat.admin
  113. - towny.cheat.bypass
  114. info:
  115. prefix: '&c'
  116. build: true
  117. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement