Advertisement
Guest User

Untitled

a guest
Nov 29th, 2015
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.62 KB | None | 0 0
  1. # AutoSell version: 1.5.3.1 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: true
  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. tools_never_break: false
  20. multiplier_limit: 100.0
  21. autosell:
  22. allow_creative: false
  23. require_tools: false
  24. take_sold_items: true
  25. disabled_worlds:
  26. - someworld
  27. - someotherworld
  28. multipliers_enabled: true
  29. interval_announcements:
  30. enabled: true
  31. interval: 60
  32. has_multiplier_message:
  33. - '&8&m-----------------------------------------------------'
  34. - '&eYour AutoSell stats...'
  35. - '&bItems Sold&7: &f%items%'
  36. - '&bAmount&7: &a$&f%amount%'
  37. - '&bMultiplier: &f%multiplier%'
  38. - '&8&m-----------------------------------------------------'
  39. no_multiplier_message:
  40. - '&8&m-----------------------------------------------------'
  41. - '&eYour AutoSell stats...'
  42. - '&bItems Sold&7: &f%items%'
  43. - '&bAmount&7: &a$&f%amount%'
  44. - '&8&m-----------------------------------------------------'
  45. signsell:
  46. per_shop_permissions: true
  47. has_multiplier_message:
  48. - '&8&m-----------------------------------------------------'
  49. - '&bItems Sold&7: &f%items%'
  50. - '&bAmount&7: &a$&f%amount%'
  51. - '&bMultiplier: &f%multiplier%'
  52. - '&8&m-----------------------------------------------------'
  53. no_multiplier_message:
  54. - '&8&m-----------------------------------------------------'
  55. - '&bItems Sold&7: &f%items%'
  56. - '&bAmount&7: &a$&f%amount%'
  57. - '&8&m-----------------------------------------------------'
  58. sellall:
  59. enabled: true
  60. use_perm_shop_when_no_shop_is_at_location: true
  61. has_multiplier_message:
  62. - '&8&m-----------------------------------------------------'
  63. - '&bItems Sold&7: &f%items%'
  64. - '&bAmount&7: &a$&f%amount%'
  65. - '&bMultiplier: &f%multiplier%'
  66. - '&8&m-----------------------------------------------------'
  67. no_multiplier_message:
  68. - '&8&m-----------------------------------------------------'
  69. - '&bItems Sold&7: &f%items%'
  70. - '&bAmount&7: &a$&f%amount%'
  71. - '&8&m-----------------------------------------------------'
  72. item_drops:
  73. drops2inv:
  74. enabled: true
  75. require_permission_node: false
  76. autosell_areas_only: false
  77. disabled_worlds:
  78. - someworld
  79. - someotherworld
  80. ignored_blocks:
  81. - SKULL_ITEM
  82. - SKULL
  83. allowed_instead_of_ignored: false
  84. silk_touch:
  85. enabled: true
  86. auto_smelt:
  87. enabled: true
  88. toggle_on_join: true
  89. disabled_worlds:
  90. - someworld
  91. - someotherworld
  92. smelt_list:
  93. - GOLD_ORE,GOLD_INGOT
  94. - IRON_ORE,IRON_INGOT
  95. fortune:
  96. enabled: true
  97. minimum_drops: 1
  98. maximum_drops: 1000
  99. multiplier: 1.0
  100. modifier: 1
  101. random_drop_amount: true
  102. disabled_worlds:
  103. - someworld
  104. - someotherworld
  105. fortune_blocks:
  106. - DIAMOND_ORE
  107. - EMERALD_ORE
  108. - GOLD_ORE
  109. - IRON_ORE
  110. - LAPIS_ORE
  111. - REDSTONE_ORE
  112. - QUARTZ_ORE
  113. - COAL_ORE
  114. - DIAMOND_BLOCK
  115. - EMERALD_BLOCK
  116. - GOLD_BLOCK
  117. - IRON_BLOCK
  118. - LAPIS_BLOCK
  119. - REDSTONE_BLOCK
  120. - QUARTZ_BLOCK
  121. - COAL_BLOCK
  122. ingot_to_block:
  123. enabled: true
  124. toggle_on_join: true
  125. auto_blocks_interval: 1
  126. shop_items_info:
  127. use_gui: true
  128. message:
  129. - '&8&m-----------------------------------------------------'
  130. - '&aShop: &f%shop%'
  131. - '%items%'
  132. - '&8&m-----------------------------------------------------'
  133. item_format: '&7%material%&f:&7%data% &f- &a$&f%price_1%'
  134. vkbackpack:
  135. bptoggle_on_join: false
  136. money:
  137. fix_money: true
  138. use_custom_format: false
  139. custom_format: '#,###.00'
  140. thousands_format: k
  141. millions_format: M
  142. billions_format: B
  143. trillions_format: T
  144. quadrillions_format: Q
  145. shops:
  146. A:
  147. priority: 1
  148. shop_list:
  149. - IRON_BLOCK;0,125.0
  150. - COAL_BLOCK;0,234.375
  151. - STONE;0,15.625
  152. B:
  153. priority: 2
  154. shop_list:
  155. - COAL_BLOCK;0,1171.875
  156. - IRON_BLOCK;0,468.75
  157. - STONE;0,78.125
  158. C:
  159. priority: 3
  160. shop_list:
  161. - DIAMOND_BLOCK;0,1953.125
  162. - COAL_BLOCK;0,625.0
  163. - IRON_BLOCK;0,781.25
  164. - GOLD_BLOCK;0,1250.0
  165. - SMOOTH_BRICK;0,156.25
  166. D:
  167. priority: 4
  168. shop_list:
  169. - DIAMOND_BLOCK;0,2343.75
  170. - SANDSTONE;0,156.25
  171. - EMERALD_BLOCK;0,3125.0
  172. - GLASS;0,234.375
  173. E:
  174. priority: 5
  175. shop_list:
  176. - DIAMOND_BLOCK;0,3125.0
  177. - EMERALD_BLOCK;0,3906.25
  178. - IRON_BLOCK;0,1171.875
  179. - GOLD_BLOCK;0,1562.5
  180. F:
  181. priority: 6
  182. shop_list:
  183. - DIAMOND_BLOCK;0,4687.5
  184. - QUARTZ_BLOCK;0,156.25
  185. - EMERALD_BLOCK;0,6250.0
  186. - GOLD_BLOCK;0,1953.125
  187. - IRON_BLOCK;0,1562.5
  188. G:
  189. priority: 7
  190. shop_list:
  191. - DIAMOND_BLOCK;0,10546.875
  192. - QUARTZ_BLOCK;0,156.25
  193. - STONE;6,234.375
  194. - EMERALD_BLOCK;0,12500.0
  195. H:
  196. priority: 8
  197. shop_list:
  198. - STONE;3,156.25
  199. - DIAMOND_BLOCK;0,14453.125
  200. - EMERALD_BLOCK;0,17187.5
  201. - GOLD_BLOCK;0,4687.5
  202. I:
  203. priority: 9
  204. shop_list:
  205. - PRISMARINE;0,234.375
  206. - DIAMOND_BLOCK;0,17187.5
  207. - EMERALD_BLOCK;0,20312.5
  208. - IRON_BLOCK;0,2343.75
  209. - GOLD_BLOCK;0,5859.375
  210. J:
  211. priority: 10
  212. shop_list:
  213. - DIAMOND_BLOCK;0,20312.5
  214. - QUARTZ_BLOCK;0,156.25
  215. - EMERALD_BLOCK;0,25000.0
  216. - GOLD_BLOCK;0,8203.125
  217. - IRON_BLOCK;0,4687.5
  218. K:
  219. priority: 11
  220. shop_list:
  221. - RED_SANDSTONE;0,234.375
  222. - DIAMOND_BLOCK;0,28125.0
  223. - EMERALD_BLOCK;0,35937.5
  224. - REDSTONE_BLOCK;0,156.25
  225. - GOLD_BLOCK;0,10937.5
  226. L:
  227. priority: 12
  228. shop_list:
  229. - DIAMOND_BLOCK;0,32812.5
  230. - EMERALD_BLOCK;0,42187.5
  231. - GOLD_BLOCK;0,14062.5
  232. - STONE;0,156.25
  233. M:
  234. priority: 13
  235. shop_list:
  236. - DIAMOND_BLOCK;0,46875.0
  237. - QUARTZ_BLOCK;0,156.25
  238. - EMERALD_BLOCK;0,60937.5
  239. - GOLD_BLOCK;0,17187.5
  240. N:
  241. priority: 14
  242. shop_list:
  243. - DIAMOND_BLOCK;0,62500.0
  244. - EMERALD_BLOCK;0,85937.5
  245. - GOLD_BLOCK;0,26562.5
  246. - HARD_CLAY;0,234.375
  247. - STONE;0,234.375
  248. O:
  249. priority: 15
  250. shop_list:
  251. - DIAMOND_BLOCK;0,78125.0
  252. - QUARTZ_BLOCK;0,156.25
  253. - EMERALD_BLOCK;0,93750.0
  254. - GOLD_BLOCK;0,31250.0
  255. - ENDER_STONE;0,156.25
  256. P:
  257. priority: 16
  258. shop_list:
  259. - DIAMOND_BLOCK;0,93750.0
  260. - NETHER_BRICK;0,234.375
  261. - EMERALD_BLOCK;0,112500.0
  262. - GOLD_BLOCK;0,42187.5
  263. Q:
  264. priority: 17
  265. shop_list:
  266. - DIAMOND_BLOCK;0,117187.5
  267. - QUARTZ_BLOCK;0,156.25
  268. - LAPIS_BLOCK;0,234.375
  269. - EMERALD_BLOCK;0,137500.0
  270. R:
  271. priority: 18
  272. shop_list:
  273. - DIAMOND_BLOCK;0,135937.5
  274. - LAPIS_BLOCK;0,234.375
  275. - STAINED_CLAY;0,156.25
  276. - EMERALD_BLOCK;0,154687.5
  277. S:
  278. priority: 19
  279. shop_list:
  280. - DIAMOND_BLOCK;0,153125.0
  281. - QUARTZ_BLOCK;0,156.25
  282. - EMERALD_BLOCK;0,164006.0
  283. t:
  284. priority: 20
  285. shop_list:
  286. - DIAMOND_BLOCK;0,164006.0
  287. - EMERALD_BLOCK;0,175000.0
  288. - STAINED_GLASS;0,234.38
  289. u:
  290. priority: 21
  291. shop_list:
  292. - DIAMOND_BLOCK;0,173044.0
  293. - EMERALD_BLOCK;0,185094.0
  294. - GOLD_BLOCK;0,234.38
  295. v:
  296. priority: 22
  297. shop_list:
  298. - DIAMOND_BLOCK;0,185094.0
  299. - OBSIDIAN;0,234.38
  300. - EMERALD_BLOCK;0,196088.0
  301. w:
  302. priority: 23
  303. shop_list:
  304. - MOSSY_COBBLESTONE;0,234.38
  305. - DIAMOND_BLOCK;0,193075.0
  306. - EMERALD_BLOCK;0,204069.0
  307. x:
  308. priority: 24
  309. shop_list:
  310. - DIAMOND_BLOCK;0,207081.0
  311. - EMERALD_BLOCK;0,218075.0
  312. y:
  313. priority: 25
  314. shop_list:
  315. - EMERALD_BLOCK;0,234038.0
  316. z:
  317. priority: 26
  318. shop_list:
  319. - EMERALD_BLOCK;0,265062.0
  320. immortal:
  321. priority: 27
  322. shop_list:
  323. - DIAMOND_BLOCK;0,179069.0
  324. - EMERALD_BLOCK;0,192019.0
  325. lord:
  326. priority: 28
  327. shop_list:
  328. - DIAMOND_BLOCK;0,190062.0
  329. - EMERALD_BLOCK;0,203012.0
  330. veteran:
  331. priority: 29
  332. shop_list:
  333. - DIAMOND_BLOCK;0,203012.0
  334. - EMERALD_BLOCK;0,220031.0
  335. legacy:
  336. priority: 30
  337. shop_list:
  338. - DIAMOND_BLOCK;0,218075.0
  339. - EMERALD_BLOCK;0,239006.0
  340. hero:
  341. priority: 31
  342. shop_list:
  343. - EMERALD_BLOCK;0,253012.0
  344. god:
  345. priority: 32
  346. shop_list:
  347. - EMERALD_BLOCK;0,281025.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement