Advertisement
Guest User

groups.yml wpnu

a guest
Jul 21st, 2011
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.19 KB | None | 0 0
  1. ##
  2. # Permissions has AntiBuild, which prevents a player from destroying/placing blocks.
  3. # To prevent a group of players then set the build: flag to false (build: false).
  4. # If you want a group to be able to build then set it to true.
  5. ##
  6. # Groups can inherit from other groups.
  7. # To make a group inherit the permissions and info nodes from another
  8. # group, simply place the groups name in the "inheritance:" like so:
  9. #
  10. # Example:
  11. # inheritance:
  12. # - Default
  13. ##
  14. # Wildcard Permission settings:
  15. #
  16. # You can have wildcard nodes which encompass all nodes that match it.
  17. # For example, the node "modplugin.*" matches "modplugin.kick", "modplugin.ban",
  18. # "modplugin.settings.view", and so on.
  19. #
  20. ##
  21. # A single asterisk means that this user/group has all permissions.
  22. # - '*'
  23. ##
  24. # Negated nodes are created by prefixing a normal node with "-".
  25. # They prevent less specific wildcard nodes from matching the negated node.
  26. # For example:
  27. #
  28. # permissions:
  29. # - 'foo.*'
  30. # - '-foo.bar'
  31. #
  32. # In this case, the user/group will have "foo.foo", "foo.foobar", and so on, but not "foo.bar".
  33. #
  34. ##
  35. # prefix: and suffix: do not do anything on their own. You need another outside plugin
  36. # such as iChat or HeroChat in order for these to do anything.
  37. ##
  38. #
  39. # For more info, visit https://github.com/TheYeti/Permissions/wiki/Guide-to-creating-YAML-configs
  40. #
  41. ##
  42.  
  43. groups:
  44. Default:
  45. default: true
  46. info:
  47. prefix: '&3Guest '
  48. suffix: ''
  49. build: true
  50. permissions:
  51. - 'myhome.home.*'
  52. - 'lwc.protect'
  53. - 'mywarp.warp.basic.warp'
  54. - 'mywarp.warp.basic.createpublic'
  55. - 'mywarp.warp.basic.list'
  56. - 'mcmmo.ability.*'
  57. - 'mcmmo.skills.*'
  58. - 'mcmmo.chat.partychat'
  59. - 'war.player'
  60. - 'portalstick.teleport'
  61. - 'monsterhunt.usercmd.hunt'
  62. - 'monsterhunt.usercmd.huntscore'
  63. - 'monsterhunt.usercmd.huntstatus'
  64. - 'elevators.builder'
  65. - 'war.warp'
  66. - 'chaircraft.sit'
  67. - 'jail.canbestickjailed'
  68. - 'showcase.basic'
  69. - 'NetherPortal.portal.use'
  70. - 'raveblox.set'
  71. - 'raveblox.clear'
  72. - 'herochat.color'
  73. - 'raveblox.list'
  74. - 'cabinet.abovechest'
  75. - 'cabinet.covered'
  76. - 'factions.create'
  77. - 'factions.participate'
  78. - 'elevators.advancedbuilder'
  79. - 'duels.user.*'
  80. - 'HomeSpawnPlus.command.home.use'
  81. - 'HomeSpawnPlus.command.sethome.use'
  82. - 'HomeSpawnPlus.command.spawn.use'
  83. - 'blockhat.hat'
  84. - 'motd.motd.use'
  85. - 'motd.rules.use'
  86. - 'BOSEconomy.common.*'
  87. Regular:
  88. default: false
  89. info:
  90. prefix: '&5Reg '
  91. suffix: ''
  92. build: true
  93. inheritance:
  94. - Default
  95. permissions:
  96. - 'myhome.home.*'
  97. - 'lwc.protect'
  98. - 'mywarp.warp.basic.warp'
  99. - 'mywarp.warp.basic.createpublic'
  100. - 'mywarp.warp.basic.list'
  101. - 'mcmmo.ability.*'
  102. - 'mcmmo.skills.*'
  103. - 'mcmmo.chat.partychat'
  104. - 'mcmmo.commands.party'
  105. - 'war.player'
  106. - 'iConomy.access'
  107. - 'thunderghast.usernode'
  108. - 'portalstick.teleport'
  109. - 'monsterhunt.usercmd.hunt'
  110. - 'monsterhunt.usercmd.huntscore'
  111. - 'monsterhunt.usercmd.huntstatus'
  112. - 'elevators.builder'
  113. - 'war.warp'
  114. - 'elevators.advancedbuilder'
  115. - 'chaircraft.sit'
  116. - 'jail.canbestickjailed'
  117. - 'jail.usercmd.jailstatus'
  118. - 'showcase.basic'
  119. - 'NetherPortal.portal.use'
  120. - 'raveblox.set'
  121. - 'raveblox.clear'
  122. - 'raveblox.use'
  123. - 'raveblox.list'
  124. - 'herochat.color'
  125. - 'cabinet.abovechest'
  126. - 'cabinet.covered'
  127. - 'bog.*'
  128. - 'movecraft.car.*'
  129. - 'movecraft.boat.*'
  130. - 'movecraft.ship.*'
  131. - 'movecraft.ufo.*'
  132. - 'movecraft.UFO.*'
  133. - 'movecraft.submarine.*'
  134. - 'movecraft.airship.*'
  135. - 'movecraft.aircraft.*'
  136. - 'factions.create'
  137. - 'factions.participate'
  138. - 'duels.user.*'
  139. - 'HomeSpawnPlus.command.home.use'
  140. - 'HomeSpawnPlus.command.sethome.use'
  141. - 'HomeSpawnPlus.command.spawn.use'
  142. - 'appleseed.plant.*'
  143. - 'blockhat.hat'
  144. - 'motd.motd.use'
  145. - 'motd.rules.use'
  146. - 'BOSEconomy.common.*'
  147. Regularplus:
  148. default: false
  149. info:
  150. prefix: '&9Reg+ '
  151. suffix: ''
  152. build: true
  153. permissions:
  154. - 'myhome.home.*'
  155. - 'lwc.protect'
  156. - 'mywarp.warp.basic.warp'
  157. - 'mywarp.warp.basic.createpublic'
  158. - 'mywarp.warp.basic.list'
  159. - 'mcmmo.ability.*'
  160. - 'mcmmo.skills.*'
  161. - 'mcmmo.chat.partychat'
  162. - 'mcmmo.commands.party'
  163. - 'mcmmo.commands.ptp'
  164. - 'mywarp.warp.soc.private'
  165. - 'mywarp.warp.soc.invite'
  166. - 'war.player'
  167. - 'war.warp'
  168. - 'thunderghast.usernode'
  169. - 'portalstick.command.portal'
  170. - 'portalstick.teleport'
  171. - 'monsterhunt.usercmd.hunt'
  172. - 'monsterhunt.usercmd.huntscore'
  173. - 'monsterhunt.usercmd.huntstatus'
  174. - 'elevators.builder'
  175. - 'portalstick.placeportal'
  176. - 'elevators.advancedbuilder'
  177. - 'chaircraft.sit'
  178. - 'jail.canbestickjailed'
  179. - 'jail.usercmd.jailstatus'
  180. - 'showcase.basic'
  181. - 'NetherPortal.portal.use'
  182. - 'raveblox.set'
  183. - 'raveblox.clear'
  184. - 'cabinet.abovechest'
  185. - 'cabinet.covered'
  186. - 'herochat.color'
  187. - 'bog.*'
  188. - 'movecraft.car.*'
  189. - 'movecraft.boat.*'
  190. - 'movecraft.ship.*'
  191. - 'movecraft.ufo.*'
  192. - 'movecraft.UFO.*'
  193. - 'movecraft.submarine.*'
  194. - 'movecraft.airship.*'
  195. - 'movecraft.aircraft.*'
  196. - 'movecraft.*'
  197. - 'factions.create'
  198. - 'factions.participate'
  199. - 'duels.user.*'
  200. - 'HomeSpawnPlus.command.home.use'
  201. - 'HomeSpawnPlus.command.sethome.use'
  202. - 'HomeSpawnPlus.command.spawn.use'
  203. - 'appleseed.plant.*'
  204. - 'blockhat.hat'
  205. - 'motd.motd.use'
  206. - 'motd.rules.use'
  207. - 'BOSEconomy.common.*'
  208. Admin:
  209. default: false
  210. info:
  211. prefix: '&4Admin '
  212. suffix: ''
  213. build: true
  214. permissions:
  215. - 'myhome.home.*'
  216. - 'lwc.protect'
  217. - 'mywarp.warp.basic.warp'
  218. - 'mywarp.warp.basic.createpublic'
  219. - 'mywarp.warp.basic.list'
  220. - 'mcmmo.ability.*'
  221. - 'mcmmo.skills.*'
  222. - 'mcmmo.chat.partychat'
  223. - 'mcmmo.commands.party'
  224. - 'mcmmo.commands.ptp'
  225. - 'mywarp.*'
  226. - 'mywarp.warp.soc.invite'
  227. - 'war.player'
  228. - 'war.warp'
  229. - 'thunderghast.usernode'
  230. - 'portalstick.command.portal'
  231. - 'portalstick.teleport'
  232. - 'monsterhunt.usercmd.hunt'
  233. - 'monsterhunt.usercmd.huntscore'
  234. - 'monsterhunt.usercmd.huntstatus'
  235. - 'elevators.builder'
  236. - 'portalstick.placeportal'
  237. - 'elevators.advancedbuilder'
  238. - 'chaircraft.sit'
  239. - 'jail.canbestickjailed'
  240. - 'jail.usercmd.jailstatus'
  241. - 'EasyTP.to'
  242. - 'showcase.basic'
  243. - 'NetherPortal.portal.use'
  244. - 'spyer.seeAll'
  245. - 'factions.create'
  246. - 'factions.participate'
  247. - 'bb.*'
  248. - 'herochat.color'
  249. - 'cabinet.abovechest'
  250. - 'movecraft.car.*'
  251. - 'movecraft.boat.*'
  252. - 'movecraft.ship.*'
  253. - 'movecraft.ufo.*'
  254. - 'spyer.spy'
  255. - 'spyer.stopmobs.admin'
  256. - 'movecraft.airship.*'
  257. - 'movecraft.aircraft.*'
  258. - 'cabinet.covered'
  259. - 'movecraft.*'
  260. - 'izone.*'
  261. - 'lwc.admin'
  262. - 'mcmmo.tools.mcgod'
  263. - 'appleseed.plant.*'
  264. - 'HomeSpawnPlus.command.home.use'
  265. - 'HomeSpawnPlus.command.sethome.use'
  266. - 'HomeSpawnPlus.command.spawn.use'
  267. - 'blockhat.hat'
  268. - 'blockhat.hat.items'
  269. - 'motd.motd.use'
  270. - 'motd.rules.use'
  271. - 'BOSEconomy.common.*'
  272. Vet:
  273. default: false
  274. info:
  275. prefix: '&2Vet '
  276. suffix: ''
  277. build: true
  278. permissions:
  279. - 'myhome.home.*'
  280. - 'lwc.protect'
  281. - 'mywarp.warp.basic.warp'
  282. - 'mywarp.warp.basic.createpublic'
  283. - 'mywarp.warp.basic.list'
  284. - 'mcmmo.ability.*'
  285. - 'mcmmo.skills.*'
  286. - 'mcmmo.chat.partychat'
  287. - 'mcmmo.commands.party'
  288. - 'mcmmo.commands.ptp'
  289. - 'mywarp.warp.soc.private'
  290. - 'mywarp.warp.soc.invite'
  291. - 'war.player'
  292. - 'war.warp'
  293. - 'mcmmo.regeneration'
  294. - 'portalstick.command.portal'
  295. - 'portalstick.teleport'
  296. - 'monsterhunt.usercmd.hunt'
  297. - 'monsterhunt.usercmd.huntscore'
  298. - 'monsterhunt.usercmd.huntstatus'
  299. - 'elevators.builder'
  300. - 'portalstick.placeportal'
  301. - 'elevators.advancedbuilder'
  302. - 'chaircraft.sit'
  303. - 'jail.canbestickjailed'
  304. - 'jail.usercmd.jailstatus'
  305. - 'EasyTP.to'
  306. - 'showcase.basic'
  307. - 'NetherPortal.portal.use'
  308. - 'raveblox.set'
  309. - 'factions.create'
  310. - 'factions.participate'
  311. - 'BOSEconomy.common.*'
  312. - 'herochat.color'
  313. - 'cabinet.abovechest'
  314. - 'motd.motd.use'
  315. - 'motd.rules.use'
  316. - 'movecraft.ship.*'
  317. - 'movecraft.ufo.*'
  318. - 'blockhat.hat'
  319. - 'movecraft.submarine.*'
  320. - 'movecraft.airship.*'
  321. - 'movecraft.aircraft.*'
  322. - 'cabinet.covered'
  323. - 'HomeSpawnPlus.command.home.use'
  324. - 'HomeSpawnPlus.command.sethome.use'
  325. - 'HomeSpawnPlus.command.spawn.use'
  326. - 'appleseed.plant.*'
  327. Admins:
  328. default: false
  329. info:
  330. prefix: '&4Admin '
  331. suffix: ''
  332. build: true
  333. inheritance:
  334. permissions:
  335. - '*'
  336. - '-appleseed.infinite.*'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement