Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.46 KB | None | 0 0
  1. # AutoSell version: 1.5.2 Main Configuration
  2. #
  3. # A fully customizable automatic toggleable shop/mining utility system where players can type /autosell to toggle
  4. # automatic selling while mining if in mines/regions that have shops associated with them.
  5. # If no mine/region integration is enabled, players will be able to autosell in any enabled worlds if they have permission to access a shop
  6. # playe.
  7. # You can create as many shop lists you want. Each shop must have a unique priority set
  8. # with 1 being the highest priority (if permissions are used). You can also configure if players can only get paid in certain
  9. # mines/regions!
  10. check_updates: false
  11. block_listener_priority: HIGHEST
  12. hooks:
  13. mine_reset_lite:
  14. enabled: false
  15. worldguard:
  16. enabled: false
  17. prisonmines:
  18. enabled: false
  19. ezrankslite:
  20. enabled: false
  21. fix_money: false
  22. tools_never_break: false
  23. multiplier_limit: 100.0
  24. autosell:
  25. allow_creative: false
  26. require_tools: true
  27. take_sold_items: true
  28. disabled_worlds:
  29. - someworld
  30. - someotherworld
  31. multipliers_enabled: true
  32. interval_announcements:
  33. enabled: true
  34. interval: 60
  35. has_multiplier_message:
  36. - '&8&m-----------------------------------------------------'
  37. - '&eYour AutoSell stats...'
  38. - '&bItems Sold&7: &f%items%'
  39. - '&bAmount&7: &a$&f%amount%'
  40. - '&bMultiplier: &f%multiplier%'
  41. - '&8&m-----------------------------------------------------'
  42. no_multiplier_message:
  43. - '&8&m-----------------------------------------------------'
  44. - '&eYour AutoSell stats...'
  45. - '&bItems Sold&7: &f%items%'
  46. - '&bAmount&7: &a$&f%amount%'
  47. - '&8&m-----------------------------------------------------'
  48. signsell:
  49. per_shop_permissions: true
  50. has_multiplier_message:
  51. - ''
  52. - ' &e&l*** SELL ITEMS ***'
  53. - ' &7(Items Sell | &a%items% Blocks)'
  54. - ' &CMoney &4| &c$%amount%'
  55. - ''
  56. no_multiplier_message:
  57. - '&8&m-----------------------------------------------------'
  58. - '&bItems Sold&7: &f%items%'
  59. - '&bAmount&7: &a$&f%amount%'
  60. - '&8&m-----------------------------------------------------'
  61. sellall:
  62. enabled: true
  63. use_perm_shop_when_no_shop_is_at_location: true
  64. has_multiplier_message:
  65. - ''
  66. - ' &e&l*** SELL ITEMS ***'
  67. - ' &7Oggetti Venduti&8∙ &c%items%'
  68. - ' &7Guadagno&8∙ &6&n$%amount%'
  69. - ''
  70. no_multiplier_message:
  71. - ''
  72. - ' &e&l*** SELL ITEMS ***'
  73. - ' &7Oggetti Venduti&8∙ &c%items%'
  74. - ' &7 Guadagno&8∙ &6&n$%amount%'
  75. - ''
  76. item_drops:
  77. drops2inv:
  78. enabled: false
  79. require_permission_node: false
  80. autosell_areas_only: false
  81. disabled_worlds:
  82. - someworld
  83. - someotherworld
  84. ignored_blocks:
  85. - SKULL_ITEM
  86. - SKULL
  87. allowed_instead_of_ignored: false
  88. silk_touch:
  89. enabled: true
  90. auto_smelt:
  91. enabled: false
  92. toggle_on_join: false
  93. disabled_worlds:
  94. - someworld
  95. - someotherworld
  96. smelt_list:
  97. - GOLD_ORE,GOLD_INGOT
  98. - IRON_ORE,IRON_INGOT
  99. - WOOL;3,WOOL;5
  100. - STONE,STONE
  101. fortune:
  102. enabled: true
  103. minimum_drops: 1
  104. maximum_drops: 1000
  105. multiplier: 1.2
  106. modifier: 1
  107. random_drop_amount: true
  108. disabled_worlds:
  109. - Plots
  110. fortune_blocks:
  111. - EMERALD_ORE
  112. - GOLD_ORE
  113. - IRON_ORE
  114. - LAPIS_ORE
  115. - REDSTONE_ORE
  116. - QUARTZ_ORE
  117. - COAL_ORE
  118. - DIAMOND_BLOCK
  119. - EMERALD_BLOCK
  120. - GOLD_BLOCK
  121. - IRON_BLOCK
  122. - LAPIS_BLOCK
  123. - REDSTONE_BLOCK
  124. - QUARTZ_BLOCK
  125. - COAL_BLOCK
  126. ingot_to_block:
  127. enabled: false
  128. toggle_on_join: true
  129. auto_blocks_interval: 30
  130. shop_items_info:
  131. use_gui: true
  132. message:
  133. - '&8&m-----------------------------------------------------'
  134. - '&aShop: &f%shop%'
  135. - '%items%'
  136. - '&8&m-----------------------------------------------------'
  137. item_format: '&7%material%&f:&7%data% &f- &a$&f%price_1%'
  138. vkbackpacks:
  139. toggle_on_join: true
  140. shops:
  141. Earther:
  142. priority: 1
  143. shop_list:
  144. - COBBLESTONE;0,2.0
  145. - SANDSTONE;0,6.0
  146. - COAL_BLOCK;0,6.0
  147. - ENDER_STONE;0,5.0
  148. - COAL;0,0.6
  149. - STONE;0,2.0
  150. Martian:
  151. priority: 2
  152. shop_list:
  153. - COBBLESTONE;0,2.3
  154. - LOG;0,9.0
  155. - COAL_BLOCK;0,9.0
  156. - ENDER_STONE;0,5.0
  157. - COAL;0,0.9
  158. - STONE;0,2.3
  159. Comet:
  160. priority: 3
  161. shop_list:
  162. - COBBLESTONE;0,2.8
  163. - COAL_BLOCK;0,14.0
  164. - IRON_BLOCK;0,1.4
  165. - ENDER_STONE;0,5.0
  166. - COAL;0,1.4
  167. - STONE;0,2.8
  168. - IRON_INGOT;0,2.8
  169. Costellation:
  170. priority: 4
  171. shop_list:
  172. - SNOW_BALL;0,19.0
  173. - COAL_BLOCK;0,20.0
  174. - IRON_BLOCK;0,20.0
  175. - ENDER_STONE;0,5.0
  176. - COAL;0,3.5
  177. - IRON_INGOT;0,3.5
  178. Neptune:
  179. priority: 5
  180. shop_list:
  181. - INK_SACK;4,0.3
  182. - SNOW_BALL;0,23.0
  183. - IRON_BLOCK;0,30.0
  184. - ENDER_STONE;0,5.0
  185. - IRON_INGOT;0,4.3
  186. Planetarium:
  187. priority: 6
  188. shop_list:
  189. - SNOW_BALL;0,19.0
  190. - IRON_BLOCK;0,33.0
  191. - GOLD_BLOCK;0,33.0
  192. - ENDER_STONE;0,5.0
  193. - GOLD_INGOT;0,5.0
  194. - IRON_INGOT;0,5.0
  195. Solar:
  196. priority: 7
  197. shop_list:
  198. - SANDSTONE;0,6.0
  199. - GOLD_BLOCK;0,37.0
  200. - ENDER_STONE;0,5.0
  201. - GOLD_INGOT;0,6.0
  202. Alien:
  203. priority: 8
  204. shop_list:
  205. - INK_SACK;4,0.8
  206. - LAPIS_BLOCK;0,44.0
  207. - GOLD_BLOCK;0,46.0
  208. - ENDER_STONE;0,5.0
  209. - INK_SACK;0,0.3
  210. - GOLD_INGOT;0,7.0
  211. Pluto:
  212. priority: 9
  213. shop_list:
  214. - SANDSTONE;0,9.0
  215. - OBSIDIAN;0,9.0
  216. - IRON_BLOCK;0,9.0
  217. - ENDER_STONE;0,5.0
  218. - IRON_INGOT;0,8.7
  219. Galaxy:
  220. priority: 10
  221. shop_list:
  222. - OBSIDIAN,10.0
  223. - IRON_INGOT,9.7
  224. - IRON_BLOCK,9.7
  225. - SANDSTONE,10.0
  226. - ENDER_STONE,5.0
  227. Mercury:
  228. priority: 11
  229. shop_list:
  230. - OBSIDIAN;0,11.0
  231. - IRON_BLOCK;0,11.0
  232. - ENDER_STONE;0,5.0
  233. - IRON_INGOT;0,10.2
  234. Andromeda:
  235. priority: 12
  236. shop_list:
  237. - SANDSTONE;0,10.0
  238. - SMOOTH_BRICK;2,12.0
  239. - IRON_BLOCK;0,12.0
  240. - SMOOTH_BRICK;0,12.0
  241. - ENDER_STONE;0,5.0
  242. - IRON_INGOT;0,11.2
  243. Sirio:
  244. priority: 13
  245. shop_list:
  246. - COAL_BLOCK;0,82.0
  247. - IRON_BLOCK;0,13.0
  248. - GOLD_BLOCK;0,14.5
  249. - ENDER_STONE;0,5.0
  250. - COAL;0,8.8
  251. - GOLD_INGOT;0,11.5
  252. - IRON_INGOT;0,11.0
  253. - STONE;0,10.0
  254. Cartwheel:
  255. priority: 14
  256. shop_list:
  257. - SMOOTH_BRICK;2,10.5
  258. - COAL_BLOCK;0,88.0
  259. - IRON_BLOCK;0,15.0
  260. - GOLD_BLOCK;0,15.0
  261. - SMOOTH_BRICK;0,10.5
  262. - NETHER_BRICK_ITEM;0,3.5
  263. - ENDER_STONE;0,5.0
  264. - COAL;0,9.4
  265. - GOLD_INGOT;0,12.0
  266. Cosmos:
  267. priority: 15
  268. shop_list:
  269. - INK_SACK;4,1.8
  270. - LAPIS_BLOCK;0,80.0
  271. - GOLD_BLOCK;0,17.0
  272. - NETHER_BRICK_ITEM;0,4.5
  273. - ENDER_STONE;0,5.0
  274. - GOLD_INGOT;0,12.2
  275. Tadpole:
  276. priority: 16
  277. shop_list:
  278. - INK_SACK;4,9.4
  279. - REDSTONE;0,6.4
  280. - LAPIS_BLOCK;0,85.0
  281. - REDSTONE_BLOCK;0,85.0
  282. - NETHER_BRICK_ITEM;0,3.5
  283. - ENDER_STONE;0,5.0
  284. - NETHERRACK;0,8.5
  285. Passenger:
  286. priority: 17
  287. shop_list:
  288. - INK_SACK;4,2.8
  289. - LAPIS_BLOCK;0,20.0
  290. - REDSTONE_BLOCK;0,87.0
  291. - NETHER_BRICK_ITEM;0,5.0
  292. - ENDER_STONE;0,5.0
  293. - NETHERRACK;0,11.0
  294. Jupiter:
  295. priority: 18
  296. shop_list:
  297. - INK_SACK;4,10.2
  298. - REDSTONE;0,7.2
  299. - LAPIS_BLOCK;0,20.5
  300. - REDSTONE_BLOCK;0,20.5
  301. - SMOOTH_BRICK;0,14.0
  302. - NETHER_BRICK_ITEM;0,6.0
  303. - ENDER_STONE;0,5.0
  304. - NETHERRACK;0,11.2
  305. Saturn:
  306. priority: 19
  307. shop_list:
  308. - DIAMOND_BLOCK;0,100.0
  309. - REDSTONE;0,8.0
  310. - REDSTONE_BLOCK;0,21.0
  311. - NETHER_BRICK_ITEM;0,6.5
  312. - DIAMOND;0,12.1
  313. - ENDER_STONE;0,5.0
  314. - NETHERRACK;0,11.5
  315. Nebulus:
  316. priority: 20
  317. shop_list:
  318. - DIAMOND_BLOCK;0,120.0
  319. - REDSTONE;0,8.2
  320. - REDSTONE_BLOCK;0,24.0
  321. - DIAMOND;0,14.3
  322. - ENDER_STONE;0,5.0
  323. Gravity:
  324. priority: 21
  325. shop_list:
  326. - DIAMOND,15.5
  327. - DIAMOND_BLOCK,140.0
  328. - EMERALD,15.5
  329. - EMERALD_BLOCK,140.0
  330. - IRON_INGOT,14.4
  331. - IRON_BLOCK,130.0
  332. - ENDER_STONE,5.0
  333. Relativity:
  334. priority: 22
  335. shop_list:
  336. - DIAMOND,16.7
  337. - EMERALD,15.8
  338. - DIAMOND_BLOCK,160.0
  339. - EMERALD_BLOCK,140.0
  340. - ENDER_STONE,5.0
  341. Asteroid:
  342. priority: 23
  343. shop_list:
  344. - REDSTONE_BLOCK,195.0
  345. - EMERALD_BLOCK,195.0
  346. - REDSTONE,9.0
  347. - EMERALD,17.6
  348. - ENDER_STONE,5.0
  349. Curiosity:
  350. priority: 24
  351. shop_list:
  352. - LAPIS_BLOCK,205.0
  353. - DIAMOND_BLOCK,205.0
  354. - INK_SACK;4,6.7
  355. - DIAMOND,19.7
  356. - ENDER_STONE,5.0
  357. Eclipse:
  358. priority: 25
  359. shop_list:
  360. - DIAMOND_BLOCK,225.0
  361. - GOLD_BLOCK,225.0
  362. - DIAMOND,22.0
  363. - GOLD_INGOT,21.0
  364. - ENDER_STONE,5.0
  365. Interstellar:
  366. priority: 26
  367. shop_list:
  368. - DIAMOND_BLOCK,325.0
  369. - EMERALD_BLOCK,325.0
  370. - DIAMOND,24.1
  371. - EMERALD,24.1
  372. - ENDER_STONE,5.0
  373. Universe:
  374. priority: 27
  375. shop_list:
  376. - EMERALD_BLOCK,400.0
  377. - EMERALD,30.4
  378. - ENDER_STONE,5.0
  379. God:
  380. priority: 28
  381. shop_list:
  382. - DIAMOND_BLOCK;0,19.0
  383. - QUARTZ_BLOCK;0,21.0
  384. - GOLD_BLOCK;0,19.0
  385. Divine:
  386. priority: 29
  387. shop_list:
  388. - DIAMOND_BLOCK;0,29.0
  389. - EMERALD_BLOCK;0,30.0
  390. Emperor:
  391. priority: 30
  392. shop_list:
  393. - DIAMOND_BLOCK;0,29.0
  394. - EMERALD_BLOCK;0,30.0
  395. PvPMine:
  396. priority: 31
  397. shop_list:
  398. - EMERALD_BLOCK,0.30
  399. - REDSTONE_BLOCK,0.30
  400. - LAPIS_BLOCK,0.30
  401. - OBSIDIAN,5.0
  402. - QUARTZ_block,5.0
  403. - GOLD_BLOCK,5.0
  404. - SOUL_SAND,0.20
  405. - SPONGE,0.20
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement