Advertisement
Guest User

Untitled

a guest
Aug 12th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.40 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. # If this file is for your default world (the one in server.properties) then you must
  5. # leave copies blank.
  6. # Example: copies: Derp - This will clone the permissions of the world Derp
  7. #
  8. # Make sure to rename this file to the name of the world that is in sever.properties under
  9. # level-name. So if it is level-name: world then this should be world.yml and in the
  10. # plugins/Permissions directory (ie. plugins/Permissions/world.yml)
  11. #
  12. # NOTE: Do not use tabs while editing this document. Use only spaces. A good way to avoid
  13. # doing this is to use Notepad++ and replace the tab with 4 spaces.
  14. plugin:
  15. permissions:
  16. system: default
  17. copies:
  18.  
  19. ##
  20. # AntiBuild is included with this. To disable a group from being able to build then
  21. # set the build: flag to false (build: false). If you want a group to be able to build
  22. # then set it to true.
  23. ##
  24. # Groups can contain inheritance.
  25. # To make a group inherit the permissions from another
  26. # group simply place the groups name in the "inheritance:" like so:
  27. #
  28. # Example:
  29. # inheritance:
  30. # - Default
  31. ##
  32. # All permissions including the asterisks must be placed in single quotes.
  33. # like so:
  34. #
  35. # - 'foo.bar'
  36. #
  37. # Otherwise errors will happen!
  38. ##
  39. # Globalized Permission settings:
  40. #
  41. # If a permission contains periods (.) you can denote a globalized parameter:
  42. #
  43. # - 'foo.*'
  44. #
  45. # This will allow you to use all general commands.
  46. #
  47. ##
  48. # Single Asterisk denotes all commands:
  49. #
  50. # - '*'
  51. # If you give a group this permissions, do not have the group inherit any permissions
  52. # from other groups. Any users assigned to this group should NOT be given any additional
  53. # permissions either.
  54. ##
  55. # To exempt a node use the - prefix like so:
  56. # - '-foo.bar'
  57. ##
  58. # prefix: and suffix: do not do anything on their own. You need another outside plugin
  59. # such as iChat or HeroChat in order for these to do anything.
  60. groups:
  61. Guest:
  62. default: true
  63. info:
  64. prefix: '[Guest]'
  65. suffix: ''
  66. build: false
  67. inheritance:
  68. permissions:
  69. - 'foo.bar'
  70. - 'ichat.*'
  71. - 'mcmmo.motd'
  72. Member:
  73. default: false
  74. info:
  75. prefix: '[Member]'
  76. suffix: ''
  77. build: true
  78. inheritance:
  79. - Default
  80. permissions:
  81. - 'bar.foo'
  82. - 'localshops.buysell'
  83. - 'craftbook.*'
  84. - 'commandbook.*'
  85. - '-commandbook.spawnmob'
  86. - '-commandbook.give'
  87. - '-commandbook.clear.other'
  88. - '-commandbook.setspawn'
  89. - 'iJobs.user.menu'
  90. - 'iJobs.user.join'
  91. - 'iJobs.user.browse'
  92. - 'iJobs.user.payday'
  93. - 'iJobs.user.info'
  94. - 'icoland.basic.select'
  95. - 'icoland.basic.info'
  96. - 'icoland.land.list'
  97. - 'icoland.land.edit'
  98. - 'icoland.land.buy'
  99. - 'icoland.land.sell'
  100. - 'ichat.*'
  101. - 'lwc.protect'
  102. - 'mcmmo.motd'
  103. - 'mcmmo.regeneration'
  104. - 'mcmmo.chat.partychat'
  105. - 'mcmmo.commands.ability'
  106. - 'mcmmo.commands.ptp'
  107. - 'mcmmo.commands.party'
  108. - 'mcmmo.commands.whois'
  109. - 'mcmmo.commands.myspawn'
  110. - 'mcmmo.commands.setmyspawn'
  111. - 'mcmmo.skills.*'
  112. - 'mcmmo.ability.*'
  113. - 'nSpleef.member.creategame'
  114. - 'nSpleef.member.deletegame'
  115. - 'nSpleef.member.join'
  116. - 'nSpleef.member.leave'
  117. - 'nSpleef.member.list'
  118.  
  119. Builder:
  120. default: false
  121. info:
  122. prefix: '[&2Builder&f]'
  123. suffix: ''
  124. build: true
  125. inheritance:
  126. - Default
  127. permissions:
  128. - 'bar.foo'
  129. - 'localshops.buysell'
  130. - 'worldedit.*'
  131. - 'commandbook.*'
  132. - '-commandbook.spawnmob'
  133. - '-commandbook.clear.other'
  134. - '-commandbook.setspawn'
  135. - 'iJobs.user.menu'
  136. - 'iJobs.user.join'
  137. - 'iJobs.user.browse'
  138. - 'iJobs.user.payday'
  139. - 'iJobs.user.info'
  140. - 'icoland.basic.select'
  141. - 'icoland.basic.info'
  142. - 'icoland.land.list'
  143. - 'icoland.land.edit'
  144. - 'icoland.land.buy'
  145. - 'icoland.land.sell'
  146. - 'ichat.*'
  147. - 'lwc.protect'
  148. - 'mcmmo.motd'
  149. - 'nSpleef.member.creategame'
  150. - 'nSpleef.member.deletegame'
  151. - 'nSpleef.member.join'
  152. - 'nSpleef.member.leave'
  153. - 'nSpleef.member.list'
  154.  
  155. Mod:
  156. default: false
  157. info:
  158. prefix: '[&0Mod&f]&1'
  159. suffix: ''
  160. build: true
  161. inheritance:
  162. - Default
  163. permissions:
  164. - 'bar.foo'
  165. - 'worldedit.*'
  166. - 'localshops.admin'
  167. - 'iJobs.user.menu'
  168. - 'iJobs.user.join'
  169. - 'iJobs.user.browse'
  170. - 'iJobs.user.payday'
  171. - 'iJobs.user.info'
  172. - 'icoland.basic.select'
  173. - 'icoland.basic.info'
  174. - 'icoland.land.list'
  175. - 'icoland.land.edit'
  176. - 'icoland.land.buy'
  177. - 'icoland.land.sell'
  178. - 'commandbook.*'
  179. - '-commandbook.spawnmob'
  180. - '-commandbook.clear.other'
  181. - '-commandbook.setspawn'
  182. - 'ichat.*'
  183. - 'lwc.protect'
  184. - 'lwc.mod'
  185. - 'mcmmo.motd'
  186. - 'assignpermissions.add.group.builder'
  187. - 'assignpermissions.add.group.member'
  188. - 'nSpleef.member.creategame'
  189. - 'nSpleef.member.deletegame'
  190. - 'nSpleef.member.join'
  191. - 'nSpleef.member.leave'
  192. - 'nSpleef.member.list'
  193. Admins:
  194. default: false
  195. info:
  196. prefix: '[&5Admin&f]&1'
  197. suffix: ''
  198. build: true
  199. inheritance:
  200. permissions:
  201. - '*'
  202. Owner:
  203. default: false
  204. info:
  205. prefix:'[&6God&f]&1'
  206. suffix:''
  207. build: true
  208. inheritance:
  209. permissions:
  210. - '*'
  211. Creator:
  212. default: false
  213. info:
  214. prefix:'[&4Creator&f]&1 '
  215. suffix:''
  216. build: true
  217. inheritance:
  218. permissions:
  219. - '*'
  220.  
  221. ##
  222. # Users denote which users are included in which group.
  223. # TheNo1Yeti is in the Admin group
  224. # Herpina is a member of the Moderator group but also has access
  225. # to the herp.derp permissions
  226. # Derpina is a member of the admin group but does not have access
  227. # to the derp.derp permission node
  228. # Users can also have a prefix and suffix as seen with Herpina
  229. ##
  230. users:
  231. Joe12o:
  232. group: Owner
  233. permissions:
  234.  
  235. ErectedLine:
  236. group: Creator
  237. permissions:
  238.  
  239. HEro-PC:
  240. group: Builder
  241. permissions:
  242.  
  243. Nikbear:
  244. group: Mod
  245. permissions:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement