Advertisement
Guest User

Untitled

a guest
Aug 6th, 2018
438
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.05 KB | None | 0 0
  1. groups:
  2. member:
  3. default: true
  4. prefix: '&f[&7Member&f]&7'
  5. permissions:
  6. - bukkit.command.list
  7. - essentials.balance
  8. - essentials.delhome
  9. - essentials.exp
  10. - essentials.help
  11. - essentials.helpop
  12. - essentials.home
  13. - essentials.ignore
  14. - essentials.info
  15. # essentials.kit gives them access to the /kit command
  16. - essentials.kit
  17. # essentials.kits.guest gives them access to /kit guest (sign or typed command)
  18. - essentials.kits.starter
  19. - essentials.list
  20. - essentials.mail
  21. - essentials.mail.send
  22. - essentials.me
  23. - essentials.msg
  24. - essentials.pay
  25. - essentials.protect.pvp
  26. - essentials.realname
  27. - essentials.recipe
  28. - essentials.sell
  29. - essentials.sethome
  30. - essentials.signs.use.buy
  31. - essentials.signs.use.info
  32. - essentials.signs.use.warp
  33. - -essentials.socialspy
  34. - essentials.spawn
  35. - essentials.tpa
  36. - essentials.tpaccept
  37. - essentials.tpahere
  38. - essentials.tpdeny
  39. - essentials.warp
  40. - essentials.warp.list
  41. - essentials.worth
  42. - modifyworld.*
  43. - nocheatplus.checks.blockplace.boatsanywhere
  44. options:
  45. # Weight controls which prefix is used if the user is in multiple groups
  46. # The higher the weight, the LOWER it sinks. The prefix in the group with
  47. # the lowest weight RISES to the top and becomes the prefix displayed in chat!
  48. weight: '900'
  49. # Rank controls promotions and demotions. It works similar to weight in that the
  50. # higher the number, the LEAST priveleges the group has.
  51. rank: '900'
  52. #
  53. #
  54. coal:
  55. inheritance:
  56. - member
  57. prefix: '&f[&eCoal&f]&7'
  58. permissions:
  59. - essentials.afk
  60. - essentials.back
  61. - essentials.chat.color
  62. - essentials.compass
  63. - essentials.ext
  64. - essentials.hat
  65. - essentials.jump
  66. - essentials.kit
  67. - essentials.kits.coal
  68. - essentials.msg.color
  69. - essentials.sethome.multiple.member
  70. - essentials.time
  71. - essentials.workbench
  72. options:
  73. weight: '700'
  74. rank: '700'
  75. iron:
  76. prefix: '&f[&6Iron&f]&7'
  77. inheritance:
  78. - coal
  79. permissions:
  80. - essentials.keepxp
  81. - -essentials.kits.Coal
  82. - essentials.kits.Iron
  83. - essentials.sethome.multiple.citizen
  84. options:
  85. weight: '600'
  86. rank: '600'
  87. moderator:
  88. prefix: '&7[&bMod&7]&f'
  89. inheritance:
  90. - iron
  91. permissions:
  92. - bukkit.command.banlist
  93. - bukkit.command.ban.list
  94. - essentials.ban.notify
  95. - essentials.chat.ignoreexempt
  96. - essentials.exp.others
  97. - essentials.fly
  98. - essentials.fly.safelogin
  99. - essentials.gc
  100. - essentials.helpop.receive
  101. - essentials.invsee
  102. # Moderators should not have the ability to modify the inventory of others.
  103. # Trust me on this, as they WILL abuse the power.
  104. - -essentials.invsee.preventmodify
  105. - essentials.jail
  106. # Moderators should not be exempt from being jailed
  107. - -essentials.jail.exempt
  108. - essentials.jails
  109. - essentials.jump
  110. - essentials.kick
  111. - essentials.kick.notify
  112. # Moderators should not be able to /kill others
  113. - -essentials.kill
  114. - essentials.mute
  115. - essentials.mute.notify
  116. - essentials.repair
  117. - essentials.repair.all
  118. - essentials.repair.armor
  119. - essentials.repair.enchanted
  120. - essentials.socialspy
  121. - essentials.tempban
  122. - -essentials.tempban.offline
  123. - essentials.togglejail
  124. - essentials.tpahere
  125. # The /whois command will show someone's IP address. Moderators don't need to know
  126. # that information, as it could be used to DDOS someone
  127. - -essentials.whois
  128. - -vanish.*
  129. options:
  130. weight: '500'
  131. rank: '500'
  132. gold:
  133. prefix: '&7[&6Gold&7]&7'
  134. inheritance:
  135. - iron
  136. permissions:
  137. - essentials.fly
  138. - essentials.fly.safelogin
  139. - essentials.kits.elite
  140. - essentials.nick
  141. - essentials.repair
  142. - essentials.repair.all
  143. - essentials.repair.armor
  144. - essentials.repair.enchanted
  145. - essentials.sethome.multiple.unlimited
  146. options:
  147. weight: '300'
  148. rank: '300'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement