Guest User

Untitled

a guest
Jan 22nd, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.87 KB | None | 0 0
  1. # PermissionsBukkit configuration file
  2. #
  3. # A permission node is a string like 'permissions.build', usually starting
  4. # with the name of the plugin. Refer to a plugin's documentation for what
  5. # permissions it cares about. Each node should be followed by true to grant
  6. # that permission or false to revoke it, as in 'permissions.build: true'.
  7. # Some plugins provide permission nodes that map to a group of permissions -
  8. # for example, PermissionsBukkit has 'permissions.*', which automatically
  9. # grants all admin permissions. You can also specify false for permissions
  10. # of this type.
  11. #
  12. # Users inherit permissions from the groups they are a part of. If a user is
  13. # not specified here, or does not have a 'groups' node, they will be in the
  14. # group 'default'. Permissions for individual users may also be specified by
  15. # using a 'permissions' node with a list of permission nodes, which will
  16. # override their group permissions. World permissions may be assigned to
  17. # users with a 'worlds:' entry.
  18. #
  19. # Groups can be assigned to players and all their permissions will also be
  20. # assigned to those players. Groups can also inherit permissions from other
  21. # groups. Like user permissions, groups may override the permissions of their
  22. # parent group(s). Unlike users, groups do NOT automatically inherit from
  23. # default. World permissions may be assigned to groups with a 'worlds:' entry.
  24. users:
  25. mynameisevil:
  26. groups:
  27. - admin
  28. xxboonexx:
  29. groups:
  30. - owner
  31. nuns:
  32. groups:
  33. - afk
  34. concernedape:
  35. groups:
  36. - mod
  37. kappymckapkap:
  38. groups:
  39. - admin
  40. name:
  41. groups:
  42. - rank
  43. kairi1027:
  44. groups:
  45. - craftsmanmod
  46. thylvie:
  47. groups:
  48. - lordmod
  49. l_redmond_l:
  50. groups:
  51. - trader
  52. yomamas232:
  53. groups:
  54. - trader
  55. carobear:
  56. groups:
  57. - peasant
  58. gtxbaz00ka:
  59. groups:
  60. - Peasant
  61. sstevenlynch:
  62. groups:
  63. - trader
  64. fizzy002:
  65. groups:
  66. - peasant
  67. fiddy_percent:
  68. groups:
  69. - afk
  70. groups:
  71. default:
  72. permissions:
  73. permissions.build: true
  74. admincmd.player.msg: true
  75. admincmd.player.reply: true
  76. admincmd.player.afk: true
  77. admincmd.server.help: true
  78. admincmd.server.motd: true
  79. admincmd.server.news: true
  80. admincmd.player.list: true
  81. admincmd.server.rules: true
  82. admincmd.player.roll: true
  83. admincmd.player.played: true
  84. admincmd.spawn.tp: true
  85. admincmd.tp.home: true
  86. iConomy.user: true
  87. simpleprefix.default: true
  88. lwc.protect: true
  89. Signshop.Signs.Sell: true
  90. Signshop.Signs.Buy: true
  91. treasurechest.player: true
  92. sortal.warp: true
  93. buyregion.buy: true
  94. buyregion.rent: true
  95. iConomy.list: true
  96. iConomy.rank: true
  97. treasurechest.access.treasure: true
  98. treasurechest.access: true
  99. treasurechest.count: true
  100. mobrider.command.mount: true
  101. mobrider.command.go: true
  102. mobrider.command.goto: true
  103. mobrider.command.follow: true
  104. mobrider.command.attack: true
  105. mobrider.command.stop: true
  106. mobrider.command.buck: true
  107. mobrider.spawnegg: false
  108. mobrider.animals.pig: true
  109. mobrider.animals.Sheep: true
  110. buttonwarp.use: true
  111. peasant:
  112. permissions:
  113. simpleprefix.peasant: true
  114. mobrider.animals.cow: true
  115. inheritance:
  116. - default
  117. trader:
  118. permissions:
  119. simpleprefix.trader: true
  120. mobrider.animals.chicken: true
  121. mobrider.animals.cow: true
  122. inheritance:
  123. - default
  124. craftsman:
  125. permissions:
  126. simpleprefix.craftsman: true
  127. mobrider.animals.chicken: true
  128. mobrider.animals.cow: true
  129. inheritance:
  130. - default
  131. baron:
  132. permissions:
  133. simpleprefix.baron: true
  134. mobrider.animals.chicken: true
  135. mobrider.animals.cow: true
  136. mobrider.monsters.zombie: true
  137. inheritance:
  138. - default
  139. baroness:
  140. permissions:
  141. simpleprefix.baroness: true
  142. mobrider.animals.chicken: true
  143. mobrider.animals.cow: true
  144. mobrider.monsters.zombie: true
  145. inheritance:
  146. - default
  147. duke:
  148. permissions:
  149. simpleprefix.duke: true
  150. mobrider.animals.chicken: true
  151. mobrider.animals.cow: true
  152. mobrider.monsters.zombie: true
  153. mobrider.monsters.creeper: true
  154. inheritance:
  155. - default
  156. duchess:
  157. permissions:
  158. simpleprefix.duchess: true
  159. mobrider.animals.chicken: true
  160. mobrider.animals.cow: true
  161. mobrider.monsters.zombie: true
  162. mobrider.monsters.creeper: true
  163. inheritance:
  164. - default
  165. lord:
  166. permissions:
  167. simpleprefix.lord: true
  168. mobrider.animals.chicken: true
  169. mobrider.animals.cow: true
  170. mobrider.monsters.zombie: true
  171. mobrider.monsters.creeper: true
  172. inheritance:
  173. - default
  174. lady:
  175. permissions:
  176. simpleprefix.lady: true
  177. mobrider.animals.chicken: true
  178. mobrider.animals.cow: true
  179. mobrider.monsters.zombie: true
  180. mobrider.monsters.creeper: true
  181. inheritance:
  182. - default
  183. supreme:
  184. permissions:
  185. simpleprefix.supreme: true
  186. inheritance:
  187. - default
  188. peasantmod:
  189. permissions:
  190. simpleprefix.peasant: true
  191. mobrider.animals.cow: true
  192. admincmd.player.kill: true
  193. admincmd.player.kill.other: true
  194. admincmd.player.kick: true
  195. admincmd.player.fly.allowed: true
  196. admincmd.tp.to: true
  197. admincmd.tp.here: true
  198. admincmd.player.mute: true
  199. admincmd.player.ban: true
  200. admincmd.player.freeze: true
  201. vanish.vanish: true
  202. vanish.nopickup: true
  203. vanish.silentchests: true
  204. inheritance:
  205. - default
  206. tradermod:
  207. permissions:
  208. simpleprefix.trader: true
  209. mobrider.animals.chicken: true
  210. mobrider.animals.cow: true
  211. admincmd.player.kill: true
  212. admincmd.player.kill.other: true
  213. admincmd.player.kick: true
  214. admincmd.player.fly.allowed: true
  215. admincmd.tp.to: true
  216. admincmd.tp.here: true
  217. admincmd.player.mute: true
  218. admincmd.player.ban: true
  219. admincmd.player.freeze: true
  220. vanish.vanish: true
  221. vanish.nopickup: true
  222. vanish.silentchests: true
  223. inheritance:
  224. - default
  225. craftsmanmod:
  226. permissions:
  227. simpleprefix.craftsman: true
  228. mobrider.animals.chicken: true
  229. mobrider.animals.cow: true
  230. admincmd.player.kill: true
  231. admincmd.player.kill.other: true
  232. admincmd.player.kick: true
  233. admincmd.player.fly.allowed: true
  234. admincmd.tp.to: true
  235. admincmd.tp.here: true
  236. admincmd.player.mute: true
  237. admincmd.player.ban: true
  238. admincmd.player.freeze: true
  239. vanish.vanish: true
  240. vanish.nopickup: true
  241. vanish.silentchests: true
  242. inheritance:
  243. - default
  244. baronmod:
  245. permissions:
  246. simpleprefix.baron: true
  247. mobrider.animals.chicken: true
  248. mobrider.animals.cow: true
  249. mobrider.monsters.zombie: true
  250. admincmd.player.kill: true
  251. admincmd.player.kill.other: true
  252. admincmd.player.kick: true
  253. admincmd.player.fly.allowed: true
  254. admincmd.tp.to: true
  255. admincmd.tp.here: true
  256. admincmd.player.mute: true
  257. admincmd.player.ban: true
  258. admincmd.player.freeze: true
  259. vanish.vanish: true
  260. vanish.nopickup: true
  261. vanish.silentchests: true
  262. inheritance:
  263. - default
  264. baronessmod:
  265. permissions:
  266. simpleprefix.baroness: true
  267. mobrider.animals.chicken: true
  268. mobrider.animals.cow: true
  269. mobrider.monsters.zombie: true
  270. admincmd.player.kill: true
  271. admincmd.player.kill.other: true
  272. admincmd.player.kick: true
  273. admincmd.player.fly.allowed: true
  274. admincmd.tp.to: true
  275. admincmd.tp.here: true
  276. admincmd.player.mute: true
  277. admincmd.player.ban: true
  278. admincmd.player.freeze: true
  279. vanish.vanish: true
  280. vanish.nopickup: true
  281. vanish.silentchests: true
  282. inheritance:
  283. - default
  284. dukemod:
  285. permissions:
  286. simpleprefix.duke: true
  287. mobrider.animals.chicken: true
  288. mobrider.animals.cow: true
  289. mobrider.monsters.zombie: true
  290. mobrider.monsters.creeper: true
  291. admincmd.player.kill: true
  292. admincmd.player.kill.other: true
  293. admincmd.player.kick: true
  294. admincmd.player.fly.allowed: true
  295. admincmd.tp.to: true
  296. admincmd.tp.here: true
  297. admincmd.player.mute: true
  298. admincmd.player.ban: true
  299. admincmd.player.freeze: true
  300. vanish.vanish: true
  301. vanish.nopickup: true
  302. vanish.silentchests: true
  303. inheritance:
  304. - default
  305. duchessmod:
  306. permissions:
  307. simpleprefix.duchess: true
  308. mobrider.animals.chicken: true
  309. mobrider.animals.cow: true
  310. mobrider.monsters.zombie: true
  311. mobrider.monsters.creeper: true
  312. admincmd.player.kill: true
  313. admincmd.player.kill.other: true
  314. admincmd.player.kick: true
  315. admincmd.player.fly.allowed: true
  316. admincmd.tp.to: true
  317. admincmd.tp.here: true
  318. admincmd.player.mute: true
  319. admincmd.player.ban: true
  320. admincmd.player.freeze: true
  321. vanish.vanish: true
  322. vanish.nopickup: true
  323. vanish.silentchests: true
  324. inheritance:
  325. - default
  326. lordmod:
  327. permissions:
  328. simpleprefix.lord: true
  329. mobrider.animals.chicken: true
  330. mobrider.animals.cow: true
  331. mobrider.monsters.zombie: true
  332. mobrider.monsters.creeper: true
  333. admincmd.player.kill: true
  334. admincmd.player.kill.other: true
  335. admincmd.player.kick: true
  336. admincmd.player.fly.allowed: true
  337. admincmd.tp.to: true
  338. admincmd.tp.here: true
  339. admincmd.player.mute: true
  340. admincmd.player.ban: true
  341. admincmd.player.freeze: true
  342. vanish.vanish: true
  343. vanish.nopickup: true
  344. vanish.silentchests: true
  345. inheritance:
  346. - default
  347. ladymod:
  348. permissions:
  349. simpleprefix.lord: true
  350. mobrider.animals.chicken: true
  351. mobrider.animals.cow: true
  352. mobrider.monsters.zombie: true
  353. mobrider.monsters.creeper: true
  354. admincmd.player.kill: true
  355. admincmd.player.kill.other: true
  356. admincmd.player.kick: true
  357. admincmd.player.fly.allowed: true
  358. admincmd.tp.to: true
  359. admincmd.tp.here: true
  360. admincmd.player.mute: true
  361. admincmd.player.ban: true
  362. admincmd.player.freeze: true
  363. vanish.vanish: true
  364. vanish.nopickup: true
  365. vanish.silentchests: true
  366. inheritance:
  367. - default
  368. suprememod:
  369. permissions:
  370. simpleprefix.supreme: true
  371. admincmd.player.kill: true
  372. admincmd.player.kill.other: true
  373. admincmd.player.kick: true
  374. admincmd.player.fly.allowed: true
  375. admincmd.tp.to: true
  376. admincmd.tp.here: true
  377. admincmd.player.mute: true
  378. admincmd.player.ban: true
  379. admincmd.player.freeze: true
  380. vanish.vanish: true
  381. vanish.nopickup: true
  382. vanish.silentchests: true
  383. inheritance:
  384. - default
  385. afk:
  386. permissions:
  387. simpleprefix.afk: true
  388. inheritance:
  389. - default
  390. mod:
  391. permissions:
  392. simpleprefix.mod: true
  393. admincmd.player.kill: true
  394. admincmd.player.kill.other: true
  395. admincmd.player.kick: true
  396. admincmd.player.fly.allowed: true
  397. admincmd.tp.to: true
  398. admincmd.tp.here: true
  399. admincmd.player.mute: true
  400. admincmd.player.ban: true
  401. admincmd.player.freeze: true
  402. vanish.vanish: true
  403. vanish.nopickup: true
  404. vanish.silentchests: true
  405. inheritance:
  406. - default
  407. owner:
  408. permissions:
  409. simpleprefix.owner: true
  410. inheritance:
  411. - admin
  412. admin:
  413. permissions:
  414. simpleprefix.admin: true
  415. permissions.*: true
  416. inheritance:
  417. - default
  418. worlds:
  419. creative:
  420. coolplugin.item: true
  421. messages:
  422. build: '&cYou do not have permission to build here.'
  423. debug: false
Add Comment
Please, Sign In to add comment