Advertisement
Guest User

Untitled

a guest
Sep 14th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.43 KB | None | 0 0
  1. ##
  2. # AntiBuild is included with this. To disable a group from being able to build then
  3. # set the build: flag to false (build: false). If you want a group to be able to build
  4. # then set it to true.
  5. ##
  6. # Groups can contain inheritance.
  7. # To make a group inherit the permissions from another
  8. # group simply place the groups name in the "inheritance:" like so:
  9. #
  10. # Example:
  11. # inheritance:
  12. # - Default
  13. ##
  14. # All permissions including the asterisks must be placed in single quotes.
  15. # like so:
  16. #
  17. # - 'foo.bar'
  18. #
  19. # Otherwise errors will happen!
  20. ##
  21. # Globalized Permission settings:
  22. #
  23. # If a permission contains periods (.) you can denote a globalized parameter:
  24. #
  25. # - 'foo.*'
  26. #
  27. # This will allow you to use all general commands.
  28. #
  29. ##
  30. # Single Asterisk denotes all commands:
  31. #
  32. # - '*'
  33. # If you give a group this permissions, do not have the group inherit any permissions
  34. # from other groups. Any users assigned to this group should NOT be given any additional
  35. # permissions either.
  36. ##
  37. # To exempt a node use the - prefix like so:
  38. # - '-foo.bar'
  39. ##
  40. # prefix: and suffix: do not do anything on their own. You need another outside plugin
  41. # such as iChat or HeroChat in order for these to do anything.
  42. groups:
  43. Member:
  44. default: true
  45. info:
  46. prefix: ''
  47. suffix: ''
  48. build: true
  49. inheritance:
  50. permissions:
  51. - 'whoareyou.list'
  52. - 'essentials.help'
  53. - 'essentials.signs.protection.create'
  54. - 'essentials.signs.protection.use'
  55. - 'essentials.signs.free.use'
  56. - 'essentials.signs.disposal.use'
  57. - 'essentials.signs.heal.use'
  58. - 'essentials.signs.warp.use'
  59. - 'essentials.signs.trade.use'
  60. - 'essentials.signs.buy.use'
  61. - 'essentials.signs.sell.use'
  62. - 'essentials.signs.balance.use'
  63. - 'essentials.depth'
  64. - 'essentials.getpos'
  65. - 'essentials.compass'
  66. - 'essentials.top'
  67. - 'essentials.back.ondeath'
  68. - 'essentials.world'
  69. - 'essentials.portal'
  70. - 'essentials.tpa'
  71. - 'essentials.tpaccept'
  72. - 'essentials.tpdeny'
  73. - 'essentials.tp'
  74. - 'essentials.msg'
  75. - 'essentials.tpahere'
  76. - 'essentials.tphere'
  77. - 'essentials.home'
  78. - 'essentials.sethome'
  79. - 'essentials.warp'
  80. - 'essentials.worth'
  81. - 'essentials.sell'
  82. - 'essentials.balance'
  83. - 'essentials.pay'
  84. - 'essentials.info'
  85. - 'essentials.msg'
  86. - 'essentials.afk'
  87. - 'essentials.rules'
  88. - 'essentials.motd'
  89. - 'essentials.me'
  90. - 'essentials.list'
  91. - 'essentials.mail'
  92. - 'essentials.mail.send'
  93. - 'essentials.helpop'
  94. - 'essentials.spawn'
  95. - ''
  96. - ''
  97. - ''
  98. - ''
  99. - ''
  100. - ''
  101. - ''
  102. - ''
  103. - ''
  104. - ''
  105. - ''
  106. - ''
  107. - ''
  108. - ''
  109. - ''
  110. - ''
  111. - ''
  112. - ''
  113. - ''
  114. Moderator:
  115. default: false
  116. info:
  117. prefix: '&2[&bMOD]&2&f'
  118. suffix: ''
  119. build: true
  120. inheritance:
  121. - Member
  122. permissions:
  123. - 'essentials.signs.protection.override'
  124. - 'essentials.teleport.timer.bypass'
  125. - 'essentials.teleport.cooldown.bypass'
  126. - 'essentials.tptoggle'
  127. - 'essentials.tpohere'
  128. - 'essentials.tppos'
  129. - 'essentials.warp.list'
  130. - 'essentials.home.others'
  131. - 'essentials.helpop.receive'
  132. - 'essentials.whois'
  133. - 'essentials.realname'
  134. - 'essentials.seen'
  135. - 'essentials.ban'
  136. - 'essentials.tempban'
  137. - 'essentials.mute'
  138. - 'essentials.kick'
  139. - 'essentials.unban'
  140. - ''
  141. - ''
  142. - ''
  143. - ''
  144. - ''
  145. - ''
  146. - ''
  147. - ''
  148. - ''
  149. - ''
  150. Admins:
  151. default: false
  152. info:
  153. prefix: '&c[&cA]&c&f'
  154. suffix: ''
  155. build: true
  156. inheritance:
  157. permissions:
  158. - '*'
  159. Owner:
  160. default: false
  161. info:
  162. prefix: '&3[&cO]&3&f'
  163. suffix: ''
  164. build: true
  165. inheritance:
  166. permissions:
  167. - '*'
  168. ##
  169. # Users denote which users are included in which group.
  170. # TheNo1Yeti is in the Admin group
  171. # Herpina is a member of the Moderator group but also has access
  172. # to the herp.derp permissions
  173. # Derpina is a member of the admin group but does not have access
  174. # to the derp.derp permission node
  175. # Users can also have a prefix and suffix as seen with Herpina
  176. ##
  177. users:
  178. replayed:
  179. group: Owner
  180. permissions:
  181. dylanthode:
  182. group: Moderator
  183. info:
  184. prefix: ''
  185. suffix: ''
  186. permissions:
  187. - ''
  188. Derpina:
  189. group: Admins
  190. permissions:
  191. - '-derp.derp'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement