Advertisement
Guest User

Untitled

a guest
Oct 7th, 2016
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.12 KB | None | 0 0
  1. # AutoSell version: 1.1.4.3 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.  
  11. check_updates: true
  12. hooks:
  13. mine_reset_lite:
  14. enabled: true
  15. worldguard:
  16. enabled: false
  17. coreprotect:
  18. log_autosell_blockbreaks: false
  19. ezrankslite:
  20. enabled: true
  21. update_scoreboard_on_sell: true
  22. fix_money: false
  23. tools_never_break: true
  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&l-----------------------------------------------------'
  37. - '&4&l%amount% &8&l[&4&l%items%&8&l]'
  38. - '&4&lMultiplier: &f%multiplier%'
  39. - '&8&l-----------------------------------------------------'
  40. no_multiplier_message:
  41. - '&8&l-----------------------------------------------------'
  42. - '&4&l%amount% &8&l[&4&l%items%&8&l]'
  43. - '&c&lBuy a multiplier at store.titancraft.us.to!'
  44. - '&8&l-----------------------------------------------------'
  45. signsell:
  46. per_shop_permissions: true
  47. has_multiplier_message:
  48. - '&8&l-----------------------------------------------------'
  49. - '&4&l%amount% &8&l[&4&l%items%&8&l]'
  50. - '&4&lMultiplier: &f%multiplier%'
  51. - '&8&l-----------------------------------------------------'
  52. no_multiplier_message:
  53. - '&8&l-----------------------------------------------------'
  54. - '&4&l%amount% &8&l[&4&l%items%&8&l]'
  55. - '&c&lBuy a multiplier at store.titancraft.us.to!'
  56. - '&8&l-----------------------------------------------------'
  57. sellall:
  58. enabled: true
  59. use_perm_shop_when_no_shop_is_at_location: true
  60. has_multiplier_message:
  61. - '&8&l-----------------------------------------------------'
  62. - '&4&l%amount% &8&l[&4&l%items%&8&l]'
  63. - '&4&lMultiplier: &f%multiplier%'
  64. - '&8&l-----------------------------------------------------'
  65. no_multiplier_message:
  66. - '&8&l-----------------------------------------------------'
  67. - '&4&l%amount% &8&l[&4&l%items%&8&l]'
  68. - '&c&lBuy a multiplier at store.titancraft.us.to!'
  69. - '&8&l-----------------------------------------------------'
  70. item_drops:
  71. drops2inv:
  72. enabled: true
  73. require_permission_node: false
  74. autosell_areas_only: false
  75. disabled_worlds:
  76. - someworld
  77. - someotherworld
  78. silk_touch:
  79. enabled: false
  80. auto_smelt:
  81. enabled: true
  82. toggle_on_join: true
  83. disabled_worlds:
  84. - someworld
  85. - someotherworld
  86. smelt_list:
  87. - GOLD_ORE,GOLD_INGOT
  88. - IRON_ORE,IRON_INGOT
  89. - WOOL;3,WOOL;5
  90. - STONE,STONE
  91. fortune:
  92. enabled: true
  93. min_fortune_drops: 1
  94. modifier_1: 4
  95. modifier_2: 5
  96. modifier_3: 7
  97. modifier_4: 1
  98. max_fortune_drops: 100
  99. clips_fortune_system:
  100. enabled: true
  101. random_drop_amount: false
  102. multiplier: 1.2
  103. minimum_drops: 1
  104. maximum_drops: 1000
  105. modifier: 1
  106. disabled_worlds:
  107. - someworld
  108. - someotherworld
  109. fortune_blocks:
  110. - DIAMOND_ORE
  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: true
  128. toggle_on_join: true
  129. shop_items_info:
  130. use_gui: true
  131. message:
  132. - '&8&m-----------------------------------------------------'
  133. - '&aShop: &f%shop%'
  134. - '%items%'
  135. - '&8&m-----------------------------------------------------'
  136. item_format: '&7%material%&f:&7%data% &f- &a$&f%price_1%'
  137. shops:
  138. Tree:
  139. priority: 1
  140. shop_list:
  141. - LOG;0,5.0
  142. - LOG;1,5.0
  143. - LOG_2;0,5.0
  144. - LOG_2;1,5.0
  145. - LOG;2,5.0
  146. - LOG;3,5.0
  147. A:
  148. priority: 2
  149. shop_list:
  150. - COAL_BLOCK;0,720.0
  151. - COAL;0,80.0
  152. - STONE;0,30.0
  153. B:
  154. priority: 3
  155. shop_list:
  156. - IRON_INGOT;0,200.0
  157. - COAL_BLOCK;0,1440.0
  158. - IRON_BLOCK;0,1350.0
  159. - COAL;0,160.0
  160. - STONE;0,30.0
  161. C:
  162. priority: 4
  163. shop_list:
  164. - IRON_INGOT;0,250.0
  165. - COAL_BLOCK;0,1800.0
  166. - IRON_BLOCK;0,2250.0
  167. - COAL;0,200.0
  168. - STONE;0,30.0
  169. D:
  170. priority: 5
  171. shop_list:
  172. - GOLD_INGOT;0,300.0
  173. - IRON_INGOT;0,300.0
  174. - GOLD_BLOCK;0,2700.0
  175. - IRON_BLOCK;0,2700.0
  176. - STONE;0,30.0
  177. E:
  178. priority: 6
  179. shop_list:
  180. - GOLD_INGOT;0,430.0
  181. - IRON_INGOT;0,400.0
  182. - IRON_BLOCK;0,3600.0
  183. - GOLD_BLOCK;0,3870.0
  184. - STONE;0,30.0
  185. F:
  186. priority: 7
  187. shop_list:
  188. - GOLD_INGOT;0,450.0
  189. - REDSTONE;0,400.0
  190. - IRON_INGOT;0,430.0
  191. - IRON_BLOCK;0,3870.0
  192. - GOLD_BLOCK;0,4050.0
  193. - STONE;0,30.0
  194. G:
  195. priority: 8
  196. shop_list:
  197. - GOLD_INGOT;0,500.0
  198. - REDSTONE;0,450.0
  199. - GOLD_BLOCK;0,4500.0
  200. - REDSTONE_BLOCK;0,4050.0
  201. - STONE;0,30.0
  202. H:
  203. priority: 9
  204. shop_list:
  205. - GOLD_INGOT;0,500.0
  206. - REDSTONE;0,500.0
  207. - GOLD_BLOCK;0,4500.0
  208. - REDSTONE_BLOCK;0,4500.0
  209. - QUARTZ;0,500.0
  210. - STONE;0,30.0
  211. I:
  212. priority: 10
  213. shop_list:
  214. - REDSTONE;0,600.0
  215. - QUARTZ_BLOCK;0,700.0
  216. - REDSTONE_BLOCK;0,5400.0
  217. - QUARTZ;0,6300.0
  218. - STONE;0,30.0
  219. J:
  220. priority: 11
  221. shop_list:
  222. - REDSTONE;0,850.0
  223. - QUARTZ_BLOCK;0,8550.0
  224. - REDSTONE_BLOCK;0,7650.0
  225. - QUARTZ;0,950.0
  226. - STONE;0,30.0
  227. K:
  228. priority: 12
  229. shop_list:
  230. - INK_SACK;4,980.0
  231. - QUARTZ_BLOCK;0,11700.0
  232. - LAPIS_BLOCK;0,8820.0
  233. - QUARTZ;0,1300.0
  234. - STONE;0,30.0
  235. L:
  236. priority: 13
  237. shop_list:
  238. - DIAMOND_BLOCK;0,13500.0
  239. - INK_SACK;4,990.0
  240. - LAPIS_BLOCK;0,8910.0
  241. - DIAMOND;0,1500.0
  242. - STONE;0,30.0
  243. M:
  244. priority: 14
  245. shop_list:
  246. - DIAMOND_BLOCK;0,18000.0
  247. - INK_SACK;4,1000.0
  248. - LAPIS_BLOCK;0,9000.0
  249. - DIAMOND;0,2000.0
  250. - STONE;0,30.0
  251. N:
  252. priority: 15
  253. shop_list:
  254. - DIAMOND_BLOCK;0,20700.0
  255. - INK_SACK;4,1300.0
  256. - LAPIS_BLOCK;0,11700.0
  257. - DIAMOND;0,2300.0
  258. - STONE;0,30.0
  259. O:
  260. priority: 16
  261. shop_list:
  262. - DIAMOND_BLOCK;0,25200.0
  263. - OBSIDIAN;0,3300.0
  264. - DIAMOND;0,2800.0
  265. - STONE;0,30.0
  266. P:
  267. priority: 17
  268. shop_list:
  269. - DIAMOND_BLOCK;0,27900.0
  270. - OBSIDIAN;0,3500.0
  271. - DIAMOND;0,3100.0
  272. - STONE;0,30.0
  273. Q:
  274. priority: 18
  275. shop_list:
  276. - NETHERRACK;0.10000.0
  277. - OBSIDIAN;0,3700.0
  278. - NETHER_BRICK;0,30000.0
  279. - STONE;0,30.0
  280. T:
  281. priority: 19
  282. shop_list:
  283. - NETHER_BRICK;0,30000.0
  284. - OBSIDIAN;0,4000.0
  285. - ENDER_STONE;0,50000.0
  286. - STONE;0,1000.0
  287. U:
  288. priority: 20
  289. shop_list:
  290. - DIAMOND_BLOCK;0,67500.0
  291. - EMERALD_BLOCK;0,70200.0
  292. - OBSIDIAN;0,4500.0
  293. - DIAMOND;0,7500.0
  294. - EMERALD;0,7800
  295. - STONE;0,1000.0
  296. V:
  297. priority: 21
  298. shop_list:
  299. - DIAMOND_BLOCK;0,70200.0
  300. - EMERALD_BLOCK;0,72000.0
  301. - DIAMOND;0,7800.0
  302. - EMERALD;0,8000.0
  303. - STONE;0,1000.0
  304. W:
  305. priority: 22
  306. shop_list:
  307. - DIAMOND_BLOCK;0,72000.0
  308. - EMERALD_BLOCK;0,75600.0
  309. - DIAMOND;0,8000.0
  310. - EMERALD;0,8400.0
  311. - STONE;0,1000.0
  312. X:
  313. priority: 23
  314. shop_list:
  315. - DIAMOND_BLOCK;0,75600.0
  316. - EMERALD_BLOCK;0,81000.0
  317. - DIAMOND;0,8400.0
  318. - PRISMARINE;0,8200.0
  319. - EMERALD;0,9000.0
  320. - STONE;0,1000.0
  321. Y:
  322. priority: 24
  323. shop_list:
  324. - DIAMOND_BLOCK;0,86400.0
  325. - EMERALD_BLOCK;0,90000.0
  326. - DIAMOND;0,9600.0
  327. - PRISMARINE;0,8400.0
  328. - PRISMARINE;2,8400.0
  329. - EMERALD;0,10000.0
  330. - STONE;0,1000.0
  331. Z:
  332. priority: 25
  333. shop_list:
  334. - DIAMOND_BLOCK;0,90000.0
  335. - EMERALD_BLOCK;0,135000.0
  336. - DIAMOND;0,10000.0
  337. - EMERALD;0,15000
  338. - STONE;0,1000.0
  339. Staff:
  340. priority: 26
  341. shop_list:
  342. - EMERALD_BLOCK;0,200000
  343. PvPMine:
  344. priority: 27
  345. shop_list:
  346. - GOLD_ORE;0,250.0
  347. - DIAMOND_BLOCK;0,41400.0
  348. - IRON_ORE;0,150.0
  349. - GOLD_BLOCK;0,2250.0
  350. - IRON_BLOCK;0,1350.0
  351. - DIAMOND;0,460.0
  352. - STONE;0,500.0
  353. - IRON_INGOT;0,1000.0
  354. - GOLD_INGOT;0,1000.0
  355. D1:
  356. priority: 28
  357. shop_list:
  358. - DIAMOND_BLOCK;0,180000.0
  359. - EMERALD_BLOCK;0,270000.0
  360. - DIAMOND;0,20000.0
  361. - EMERALD;0,30000
  362. - STONE;0,2000.0
  363. D2:
  364. priority: 29
  365. shop_list:
  366. - DIAMOND_BLOCK;0,270000.0
  367. - EMERALD_BLOCK;0,405000.0
  368. - DIAMOND;0,30000.0
  369. - EMERALD;0,45000.0
  370. - STONE;0,3000.0
  371. D3:
  372. priority: 30
  373. shop_list:
  374. - DIAMOND_BLOCK;0,360000.0
  375. - EMERALD_BLOCK;0,540000.0
  376. - DIAMOND;0,40000.0
  377. - EMERALD;0,60000.0
  378. - STONE;0,4000.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement