Advertisement
Dothackking

permgroup

Jul 23rd, 2011
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.32 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: ''
  48. suffix: ''
  49. build: true
  50. inheritance:
  51. permissions:
  52. - 'factions.participate'
  53. - 'SpawnControl.spawn.use'
  54. - 'whosthere.who'
  55. - 'herosneak.sneak'
  56. - 'GreatLoot.loot'
  57. - 'lwc.unlock'
  58. - 'cenotaph.use'
  59. - 'cenotaph.freechest'
  60. - 'cenotaph.freesign'
  61. - 'cenotaph.sign'
  62. - 'citizens.use.trader'
  63. - 'citizens.use.healer'
  64. - 'citizens.use.basic'
  65. - 'citizens.use.blacksmith'
  66. - 'citizens.use.wizard'
  67. - 'citizens.use.evil'
  68. - 'bookworm.create'
  69. - 'bookworm.write.own'
  70. - 'bookworm.copy.own'
  71. - 'bookworm.remove.own'
  72. - 'bookworm.remove.others'
  73. - 'bookworm.destroy.own'
  74. - 'hungry.player.hunger'
  75. - 'hungry.player.hunger.check'
  76. Bounty:
  77. default: false
  78. info:
  79. prefix: ''
  80. suffix: ''
  81. build: true
  82. inheritance:
  83. permissions:
  84. - 'factions.participate'
  85. - 'SpawnControl.spawn.use'
  86. - 'whosthere.who'
  87. - 'herosneak.sneak'
  88. - 'GreatLoot.loot'
  89. - 'lwc.unlock'
  90. - 'cenotaph.use'
  91. - 'cenotaph.freechest'
  92. - 'cenotaph.freesign'
  93. - 'cenotaph.sign'
  94. - 'citizens.use.trader'
  95. - 'citizens.use.healer'
  96. - 'citizens.use.basic'
  97. - 'citizens.use.blacksmith'
  98. - 'citizens.use.wizard'
  99. - 'citizens.use.evil'
  100. - 'bookworm.create'
  101. - 'bookworm.write.own'
  102. - 'bookworm.copy.own'
  103. - 'bookworm.remove.own'
  104. - 'bookworm.destroy.own'
  105. - 'hungry.player.hunger'
  106. - 'hungry.player.hunger.check'
  107. - 'jail.usejailstick280'
  108. - 'bookworm.remove.others'
  109. Moderator:
  110. default: false
  111. info:
  112. prefix: '&9Moderator '
  113. suffix: ''
  114. build: true
  115. inheritance:
  116. permissions:
  117. - 'buttonwarp.use'
  118. - 'factions.participate'
  119. - 'SpawnControl.spawn.use'
  120. - 'whosthere.who'
  121. - 'herosneak.sneak'
  122. - 'tpp.tp.*'
  123. - 'GreatLoot.loot'
  124. - 'cenotaph.use'
  125. - 'cenotaph.freechest'
  126. - 'cenotaph.freesign'
  127. - 'bookworm.remove.others'
  128. - 'cenotaph.sign'
  129. - 'citizens.use.trader'
  130. - 'citizens.use.healer'
  131. - 'citizens.use.basic'
  132. - 'citizens.use.blacksmith'
  133. - 'citizens.use.wizard'
  134. - 'citizens.use.evil'
  135. - 'bookworm.create'
  136. - 'bookworm.write.own'
  137. - 'bookworm.copy.own'
  138. - 'bookworm.remove.own'
  139. - 'bookworm.destroy.own'
  140. - 'hungry.player.hunger'
  141. - 'hungry.player.hunger.check'
  142. Admins:
  143. default: false
  144. info:
  145. prefix: '&4Admin '
  146. suffix: ''
  147. build: true
  148. inheritance:
  149. permissions:
  150. - '*'
  151. - 'GreatLoot.loot'
  152. - 'WolfSpawn.spawn'
  153. - 'WolfSpawn.spawnatplayer'
  154. Donator1:
  155. default: false
  156. info:
  157. prefix: ''
  158. suffix: ''
  159. build: true
  160. permissions:
  161. - 'factions.participate'
  162. - 'SpawnControl.spawn.use'
  163. - 'whosthere.who'
  164. - 'bookworm.remove.others'
  165. - 'herosneak.sneak'
  166. - 'herosneak.auto'
  167. - 'GreatLoot.loot'
  168. - 'lwc.unlock'
  169. - 'cenotaph.use'
  170. - 'cenotaph.freechest'
  171. - 'cenotaph.freesign'
  172. - 'cenotaph.sign'
  173. - 'citizens.use.trader'
  174. - 'citizens.use.healer'
  175. - 'citizens.use.basic'
  176. - 'citizens.use.blacksmith'
  177. - 'citizens.use.wizard'
  178. - 'citizens.use.evil'
  179. - 'bookworm.create'
  180. - 'bookworm.write.own'
  181. - 'bookworm.copy.own'
  182. - 'bookworm.remove.own'
  183. - 'bookworm.destroy.own'
  184. - 'hungry.player.hunger'
  185. - 'hungry.player.hunger.check'
  186. Donator2:
  187. default: false
  188. info:
  189. prefix: ''
  190. suffix: ''
  191. build: true
  192. inheritance:
  193. permissions:
  194. - 'factions.participate'
  195. - 'SpawnControl.spawn.use'
  196. - 'whosthere.who'
  197. - 'herosneak.sneak'
  198. - 'GreatLoot.loot'
  199. - 'lwc.unlock'
  200. - 'cenotaph.use'
  201. - 'cenotaph.freechest'
  202. - 'cenotaph.freesign'
  203. - 'cenotaph.sign'
  204. - 'citizens.use.trader'
  205. - 'citizens.use.healer'
  206. - 'bookworm.remove.others'
  207. - 'citizens.use.basic'
  208. - 'citizens.use.blacksmith'
  209. - 'citizens.use.wizard'
  210. - 'citizens.use.evil'
  211. - 'bookworm.create'
  212. - 'bookworm.write.own'
  213. - 'bookworm.copy.own'
  214. - 'bookworm.remove.own'
  215. - 'bookworm.destroy.own'
  216. - 'hungry.player.hunger'
  217. - 'hungry.player.hunger.check'
  218. - 'herosneak.auto'
  219. Donator3:
  220. default: false
  221. info:
  222. prefix: ''
  223. suffix: ''
  224. build: true
  225. inheritance:
  226. permissions:
  227. - 'factions.participate'
  228. - 'SpawnControl.spawn.use'
  229. - 'whosthere.who'
  230. - 'herosneak.sneak'
  231. - 'GreatLoot.loot'
  232. - 'lwc.unlock'
  233. - 'bookworm.remove.others'
  234. - 'cenotaph.use'
  235. - 'cenotaph.freechest'
  236. - 'cenotaph.freesign'
  237. - 'cenotaph.sign'
  238. - 'citizens.use.trader'
  239. - 'citizens.use.healer'
  240. - 'citizens.use.basic'
  241. - 'citizens.use.blacksmith'
  242. - 'citizens.use.wizard'
  243. - 'citizens.use.evil'
  244. - 'bookworm.create'
  245. - 'bookworm.write.own'
  246. - 'bookworm.copy.own'
  247. - 'bookworm.remove.own'
  248. - 'bookworm.destroy.own'
  249. - 'hungry.player.hunger'
  250. - 'hungry.player.hunger.check'
  251. - 'herosneak.auto'
  252. Donator4:
  253. default: false
  254. info:
  255. prefix: ''
  256. suffix: ''
  257. build: true
  258. inheritance:
  259. permissions:
  260. - 'factions.participate'
  261. - 'SpawnControl.spawn.use'
  262. - 'whosthere.who'
  263. - 'bookworm.remove.others'
  264. - 'herosneak.sneak'
  265. - 'GreatLoot.loot'
  266. - 'lwc.unlock'
  267. - 'cenotaph.use'
  268. - 'cenotaph.freechest'
  269. - 'cenotaph.freesign'
  270. - 'cenotaph.sign'
  271. - 'citizens.use.trader'
  272. - 'citizens.use.healer'
  273. - 'citizens.use.basic'
  274. - 'citizens.use.blacksmith'
  275. - 'citizens.use.wizard'
  276. - 'citizens.use.evil'
  277. - 'bookworm.create'
  278. - 'bookworm.write.own'
  279. - 'bookworm.copy.own'
  280. - 'bookworm.remove.own'
  281. - 'bookworm.destroy.own'
  282. - 'hungry.player.hunger'
  283. - 'hungry.player.hunger.check'
  284. - 'herosneak.auto'
  285. - 'wolfpound.adopt'
  286. Vault:
  287. default: false
  288. info:
  289. prefix: ''
  290. suffix: ''
  291. build: true
  292. inheritance:
  293. - Default
  294. permissions:
  295. - 'factions.participate'
  296. - 'SpawnControl.spawn.use'
  297. - 'whosthere.who'
  298. - 'herosneak.sneak'
  299. - 'cenotaph.use'
  300. - 'cenotaph.freechest'
  301. - 'cenotaph.freesign'
  302. - 'cenotaph.sign'
  303. - 'bookworm.create'
  304. - 'bookworm.write.own'
  305. - 'bookworm.copy.own'
  306. - 'bookworm.remove.others'
  307. - 'bookworm.remove.own'
  308. - 'bookworm.destroy.own'
  309. - 'hungry.player.hunger'
  310. - 'hungry.player.hunger.check'
  311. RadioA:
  312. default: false
  313. info:
  314. prefix: ''
  315. suffix: ''
  316. build: true
  317. inheritance:
  318. RadioB:
  319. default: false
  320. info:
  321. prefix: ''
  322. suffix: ''
  323. build: true
  324. inheritance:
  325. RadioC:
  326. default: false
  327. info:
  328. prefix: ''
  329. suffix: ''
  330. build: true
  331. inheritance:
  332. RadioD:
  333. default: false
  334. info:
  335. prefix: ''
  336. suffix: ''
  337. build: true
  338. inheritance:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement