Advertisement
Guest User

gmanager2

a guest
Dec 21st, 2012
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 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. WarLord:
  13. default: true
  14. permissions:
  15. - essentials.tpa
  16. - essentials.tpaccept
  17. - essentials.tpahere
  18. - essentials.tpadeny
  19. - essentials.spawn
  20. - essentials.help
  21. - essentials.helpop
  22. - essentials.ignore
  23. - essentials.mail
  24. - essentials.mail.send
  25. - essentials.motd
  26. - essentials.msg
  27. - essentials.rules
  28. - essentials.balance
  29. - essentials.balancetop
  30. - essentials.balance.others
  31. - essentials.pay
  32. - essentials.hat
  33. - factions.chat
  34. - factions.claim
  35. - factions.create
  36. - factions.deinvite
  37. - factions.description
  38. - factions.disband
  39. - factions.help
  40. - factions.home
  41. - factions.join
  42. - factions.kick
  43. - factions.leave
  44. - factions.list
  45. - factions.mod
  46. - factions.money.balance
  47. - factions.money.deposit
  48. - factions.money.withdraw
  49. - factions.open
  50. - factions.owner
  51. - factions.ownerlist
  52. - factions.power
  53. - factions.relation
  54. - factions.sethome
  55. - factions.show
  56. - factions.tag
  57. - factions.title
  58. - factions.unclaim
  59. - factions.unclaimall
  60. - BOSEconomy.common.help
  61. - BOSEconomy.common.wallet
  62. - BOSEconomy.common.pay
  63. - BOSEconomy.common.stats
  64. - BOSEconomy.common.top5
  65. inheritance:
  66. info:
  67. prefix: '&1[Warlord]&f'
  68. build: true
  69. suffix: ''
  70. Helper:
  71. default: false
  72. permissions:
  73. - essentials.helpop.receive
  74. inheritance:
  75. - warlord
  76. info:
  77. prefix: '&2[Helper]&f'
  78. build: true
  79. suffix: ''
  80. Moderator:
  81. default: false
  82. permissions:
  83. - essentials.invsee
  84. - essentials.kick
  85. - essentials.mute
  86. - essentials.ping
  87. - essentials.tp
  88. inheritance:
  89. - helper
  90. info:
  91. prefix: '&3[Moderator]&f'
  92. build: true
  93. suffix: ''
  94. Admin:
  95. default: false
  96. permissions:
  97. inheritance:
  98. - moderator
  99. info:
  100. prefix: '&c'
  101. build: true
  102. suffix: ''
  103. Co-Owner:
  104. default: false
  105. permissions:
  106. - '*'
  107. inheritance:
  108. info:
  109. prefix: '&b[Co-Owner]&f'
  110. build: true
  111. suffix: ''
  112. Owner:
  113. default: false
  114. permissions:
  115. - '*'
  116. inheritance:
  117. - admin
  118. info:
  119. prefix: '&a[Owner]&f'
  120. build: true
  121. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement