Guest User

Untitled

a guest
Jan 22nd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.60 KB | None | 0 0
  1. # System is no longer used, but may become used in the future
  2. # Copies is for multiple-world support
  3. # Put the name of the world you wish for it to be a clone of, otherwise leave it empty.
  4. # Does not work for the default world.
  5. # Example: copies: Derp - This will clone the permissions of the world Derp
  6. #
  7. # Make sure to rename this file to the name of the world that is in sever.properties under
  8. # level-name. So if it is level-name: world then this should be world.yml and in the
  9. # plugins/Permissions directory (ie. plugins/Permissions/world.yml)
  10. #
  11. # NOTE: Do not use tabs while editing this document. Use only spaces. A good way to avoid
  12. # doing this is to use Notepad++ and replace the tab with 4 spaces.
  13. plugin:
  14. permissions:
  15. system: default
  16. copies:
  17.  
  18. ##
  19. # AntiBuild is included with this. To disable a group from being able to build then
  20. # set the build: flag to false (build: false). If you want a group to be able to build
  21. # then set it to true.
  22. ##
  23. # Groups can contain inheritance.
  24. # To make a group inherit the permissions from another
  25. # group simply place the groups name in the "inheritance:" like so:
  26. #
  27. # Example:
  28. # inheritance:
  29. # - Default
  30. ##
  31. # All permissions including the asterisks must be placed in single quotes.
  32. # like so:
  33. #
  34. # - 'general.spawn'
  35. #
  36. # Otherwise errors will happen!
  37. ##
  38. # Globalized Permission settings:
  39. #
  40. # If a permission contains periods (.) you can denote a globalized parameter:
  41. #
  42. # - 'general.*'
  43. #
  44. # This will allow you to use all general commands.
  45. #
  46. ##
  47. # Single Asterisk denotes all commands:
  48. #
  49. # - '*'
  50. # If you give a group this permissions, do not have the group inherit any permissions
  51. # from other groups. Any users assigned to this group should NOT be given any additional
  52. # permissions either.
  53. ##
  54. # To exempt a node use the - prefix like so:
  55. # - '-general.time'
  56. ##
  57. # prefix: and suffix: do not do anything on their own. You need another outside plugin
  58. # such as iChat or HeroChat in order for these to do anything.
  59. groups:
  60. Default:
  61. default: true
  62. info:
  63. prefix: ''
  64. suffix: ''
  65. build: true
  66. inheritance:
  67. permissions:
  68. - 'general.spawn'
  69. - 'localshops.buysell'
  70. - 'localshops.manage'
  71. - 'towny.town.claim'
  72. - 'towny.town.kick'
  73. - 'towny.town.add'
  74. - 'towny.town.assistent'
  75. - 'lwc.protect'
  76. - 'iConomy.payment'
  77. - 'iConomy.access'
  78. - 'iConomy.rank'
  79. - 'iConomy.list'
  80. - 'essentials.home'
  81. - 'essentials.sethome'
  82. - 'essentials.spawn'
  83. - 'essentials.signs.mail.use'
  84. - 'essentials.mail.*'
  85. - 'essentials.motd'
  86. - 'essentials.list'
  87. - 'essentials.help'
  88. - 'essentials.helpop'
  89. - 'essentials.warp'
  90. - 'essentials.rules'
  91. - 'essentials.portal'
  92. - 'essentials.signs.disposal.use'
  93. - 'essentials.signs.free.use'
  94. - 'essentials.signs.heal.use'
  95. - 'essentials.signs.sell.use'
  96. - 'essentials.signs.trade.create'
  97. - 'essentials.signs.trade.use'
  98. Mod:
  99. default: false
  100. info:
  101. prefix: '*'
  102. suffix: ''
  103. build: true
  104. inheritance:
  105. - Default
  106. permissions:
  107. - 'general.time'
  108. - 'general.teleport'
  109. - 'general.teleport.here'
  110. - 'general.player-info'
  111. - 'essentials.kick'
  112. Moderator:
  113. default: false
  114. info:
  115. prefix: '*'
  116. suffix: ''
  117. build: true
  118. inheritance:
  119. - Default
  120. permissions:
  121. - 'general.time'
  122. - 'general.teleport'
  123. - 'general.teleport.here'
  124. - 'general.player-info'
  125. - 'essentials.kick'
  126. - 'essentials.ban'
  127. - 'towny.spawntp'
  128. - 'lwc.mod'
  129. Admins:
  130. default: false
  131. info:
  132. prefix: '~'
  133. suffix: ''
  134. build: true
  135. inheritance:
  136. permissions:
  137. - '*'
  138. - 'localshops.*'
  139. - 'towny.*'
  140. - 'tpack.*'
  141. - 'lwc.admin'
  142. - 'iConomy.admin.*'
  143. - 'npc.*'
  144. - 'logblock.*'
  145. - 'multiverse.*'
  146. - 'groupblacklist.admin'
  147.  
  148. ##
  149. # Users denote which users are included in which group.
  150. # TheNo1Yeti is in the Admin group
  151. # Herpina is a member of the Moderator group but also has access
  152. # to the herp.derp permissions
  153. # Derpina is a member of the admin group but does not have access
  154. # to the derp.derp permission node
  155. # Users can also have a prefix and suffix as seen with Herpina
  156. ##
  157. users:
  158. crock:
  159. group: Admins
  160. permissions:
  161. zorath001:
  162. group: Admins
  163. permissions:
  164. - '*'
  165. Webba:
  166. group: Admins
  167. permissions:
  168. - '*'
  169. Thoreaxe:
  170. group: Moderator
  171. permissions:
  172. - '*'
  173. AssCrack:
  174. group: Admins
  175. permissions:
  176. - '*'
  177. Empirehacker:
  178. group: Moderator
  179. permissions:
  180. - '*'
  181. Kataploune:
  182. group: Mod
  183. permissions:
  184. - '*'
  185. jackp78:
  186. group: Moderator
  187. permissions:
  188. - '*'
  189. - 'general.teleport'
  190. - 'general.teleport.here'
Add Comment
Please, Sign In to add comment