Advertisement
Guest User

Untitled

a guest
Jan 24th, 2015
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.70 KB | None | 0 0
  1. #
  2. # Name: QuickSell
  3. # Author: mrCookieSlime
  4. #
  5. # Do not modify the Config while the Server is running
  6. # otherwise bad things might happen!
  7. #
  8. # This Plugin also requires CS-CoreLib to run!
  9. # If you don't have it installed already, its going to be
  10. # automatically installed for you
  11. #
  12. # This Plugin utilises an Auto-Updater. If you want to turn that off,
  13. # simply set options -> auto-update to false
  14. options:
  15. auto-update: true
  16. sell-gui-rows: 3
  17. locked-item: ENDER_CHEST
  18. sign-prefix: '&7[&eBCSHOP&7]'
  19. sellall-sign-prefix: '&a&oSell All'
  20. open-only-shop-with-permission: false
  21. pregenerate-all-item-prices: false
  22. enable-menu-line: false
  23. enable-commands: true
  24. boosters:
  25. same-multiplier-increases-time: true
  26. refresh-every: 10
  27. commands-on-sell:
  28. - title {PLAYER} title {text:"+",color:green,bold:false,underlined:false,italic:false,strikethrough:false,obfuscated:false,extra:[{text:"${MONEY}",color:gold,bold:false,underlined:false,italic:false,strikethrough:false,obfuscated:false}]}
  29. sound:
  30. enabled: false
  31. sound: ORB_PICKUP
  32. shops:
  33. A:
  34. name: '&9A'
  35. permission: QuickSell.shop.A
  36. itemtype: CHEST
  37. lore: []
  38. price:
  39. IRON_INGOT: 32.0
  40. IRON_ORE: 20.0
  41. IRON_BLOCK: 23.0
  42. GOLD_BLOCK: 39.0
  43. COBBLESTONE: 20.0
  44. COAL: 25.0
  45. COAL_BLOCK: 225.0
  46. STONE: 2.0
  47. amount: 1
  48. Test:
  49. name: '&9A'
  50. permission: QuickSell.shop.A
  51. itemtype: CHEST
  52. lore: []
  53. price:
  54. STONE-2: 5.0E8
  55. STONE-3: 5.0E8
  56. STONE-6: 5.0E8
  57. PRISMARINE: 5.0E8
  58. PRISMARINE-2: 5.0E8
  59. COBBLESTONE: 0.0
  60. amount: 1
  61. B:
  62. name: '&9B'
  63. permission: QuickSell.shop.B
  64. itemtype: CHEST
  65. lore: []
  66. price:
  67. IRON_INGOT: 35.0
  68. IRON_BLOCK: 310.0
  69. GOLD_BLOCK: 390.0
  70. SMOOTH_BRICK: 24.0
  71. COBBLESTONE: 20.0
  72. COAL: 32.0
  73. COAL_BLOCK: 288.0
  74. STONE: 2.0
  75. amount: 1
  76. C:
  77. name: '&9C'
  78. permission: QuickSell.shop.C
  79. itemtype: CHEST
  80. lore: []
  81. price:
  82. IRON_ORE: 32.0
  83. IRON_INGOT: 37.0
  84. IRON_BLOCK: 32.0
  85. GOLD_ORE: 38.0
  86. GOLD_INGOT: 47.0
  87. GOLD_BLOCK: 40.0
  88. DIAMOND: 79.0
  89. DIAMOND_BLOCK: 700.0
  90. COBBLESTONE: 20.0
  91. STONE: 2.0
  92. COAL: 32.0
  93. COAL_BLOCK: 288.0
  94. amount: 1
  95. D:
  96. name: '&9D'
  97. permission: QuickSell.shop.D
  98. itemtype: CHEST
  99. lore: []
  100. price:
  101. IRON_ORE: 33.0
  102. IRON_INGOT: 39.0
  103. IRON_BLOCK: 37.0
  104. GOLD_ORE: 40.0
  105. GOLD_INGOT: 50.0
  106. GOLD_BLOCK: 45.0
  107. DIAMOND: 85.0
  108. DIAMOND_BLOCK: 765.0
  109. EMERALD: 94.0
  110. EMERALD_BLOCK: 846.0
  111. COBBLESTONE: 20.0
  112. STONE: 2.0
  113. COAL: 32.0
  114. COAL_BLOCK: 288.0
  115. amount: 1
  116. E:
  117. name: '&9E'
  118. permission: QuickSell.shop.E
  119. itemtype: CHEST
  120. lore: []
  121. price:
  122. IRON_INGOT: 42.0
  123. IRON_BLOCK: 40.0
  124. GOLD_ORE: 45.0
  125. GOLD_INGOT: 53.0
  126. GOLD_BLOCK: 48.0
  127. DIAMOND: 90.0
  128. DIAMOND_BLOCK: 8100
  129. COBBLESTONE: 0.0
  130. amount: 1
  131. F:
  132. name: '&9F'
  133. permission: QuickSell.shop.F
  134. itemtype: CHEST
  135. lore: []
  136. price:
  137. IRON_BLOCK: 50.0
  138. GOLD_BLOCK: 55.0
  139. DIAMOND: 100.0
  140. DIAMOND_BLOCK: 900.0
  141. EMERALD: 125.0
  142. EMERALD_BLOCK: 1125.0
  143. INK_SACK-4: 150.0
  144. LAPIS_BLOCK: 1350.0
  145. COBBLESTONE: 0.0
  146. amount: 1
  147. G:
  148. name: '&9G'
  149. permission: QuickSell.shop.G
  150. itemtype: CHEST
  151. lore: []
  152. price:
  153. IRON_BLOCK: 100.0
  154. GOLD_BLOCK: 190.0
  155. DIAMOND: 150.0
  156. DIAMOND_BLOCK: 1350.0
  157. EMERALD: 250.0
  158. EMERALD_BLOCK: 1800.0
  159. COBBLESTONE: 0.0
  160. amount: 1
  161. H:
  162. name: '&9H'
  163. permission: QuickSell.shop.H
  164. itemtype: CHEST
  165. lore: []
  166. price:
  167. GOLD_BLOCK: 350.0
  168. DIAMOND: 200.0
  169. DIAMOND_BLOCK: 1800.0
  170. EMERALD: 300.0
  171. EMERALD_BLOCK: 2700.0
  172. GLOWSTONE_DUST: 80.0
  173. GLOWSTONE: 720.0
  174. STAINED_CLAY-9: 20.0
  175. COBBLESTONE: 0.0
  176. amount: 1
  177. I:
  178. name: '&9I'
  179. permission: QuickSell.shop.I
  180. itemtype: CHEST
  181. lore: []
  182. price:
  183. IRON_BLOCK: 300.0
  184. GOLD_BLOCK: 400.0
  185. DIAMOND: 400.0
  186. DIAMOND_BLOCK: 3600.0
  187. EMERALD: 500.0
  188. EMERALD_BLOCK: 4500.0
  189. NETHER_BRICK: 500.0
  190. GLOWSTONE_DUST: 110.0
  191. GLOWSTONE: 990.0
  192. COBBLESTONE: 0.0
  193. amount: 1
  194. J:
  195. name: '&9J '
  196. permission: QuickSell.shop.J
  197. itemtype: CHEST
  198. lore: []
  199. price:
  200. GOLD_BLOCK: 550.0
  201. DIAMOND: 700.0
  202. DIAMOND_BLOCK: 6300.0
  203. EMERALD: 900.0
  204. EMERALD_BLOCK: 8100.0
  205. STONEBRICK: 450.0
  206. COBBLESTONE: 0.0
  207. amount: 1
  208. K:
  209. name: '&9K'
  210. permission: QuickSell.shop.K
  211. itemtype: CHEST
  212. lore: []
  213. price:
  214. GOLD_BLOCK: 900.0
  215. DIAMOND: 1000.0
  216. DIAMOND_BLOCK: 9000.0
  217. EMERALD: 1250.0
  218. EMERALD_BLOCK: 11250.0
  219. REDSTONE_BLOCK: 2359.0
  220. GLOWSTONE_DUST: 500.0
  221. GLOWSTONE: 4500.0
  222. COBBLESTONE: 0.0
  223. amount: 1
  224. L:
  225. name: '&9L'
  226. itemtype: CHEST
  227. lore: []
  228. permission: QuickSell.shop.L
  229. price:
  230. DIAMOND: 1300.0
  231. DIAMOND_BLOCK: 11700.0
  232. EMERALD: 1800.0
  233. EMERALD_BLOCK: 16200.0
  234. STAINED_CLAY-9: 350.0
  235. COBBLESTONE: 0.0
  236. amount: 1
  237. M:
  238. name: '&9M'
  239. itemtype: CHEST
  240. lore: []
  241. permission: QuickSell.shop.M
  242. price:
  243. DIAMOND_BLOCK: 13000.0
  244. EMERALD_BLOCK: 20000.0
  245. QUARTZ_BLOCK: 5500.0
  246. GOLD_BLOCK: 2500.0
  247. COBBLESTONE: 0.0
  248. amount: 1
  249. N:
  250. name: '&9N'
  251. itemtype: CHEST
  252. lore: []
  253. permission: QuickSell.shop.N
  254. price:
  255. DIAMOND_BLOCK: 16000.0
  256. EMERALD_BLOCK: 25002.0
  257. EMERALD: 2777.0
  258. GOLD_BLOCK: 4500.0
  259. STONEBRICK: 1000.0
  260. COBBLESTONE: 0.0
  261. amount: 1
  262. O:
  263. name: '&9O'
  264. itemtype: CHEST
  265. lore: []
  266. permission: QuickSell.shop.O
  267. price:
  268. DIAMOND: 3334.0
  269. DIAMOND_BLOCK: 30006.0
  270. EMERALD: 4000.0
  271. EMERALD_BLOCK: 36000.0
  272. STONEBRICK: 1500.0
  273. COBBLESTONE: 0.0
  274. amount: 1
  275. P:
  276. name: '&9P'
  277. itemtype: CHEST
  278. lore: []
  279. permission: QuickSell.shop.P
  280. price:
  281. DIAMOND: 4000.0
  282. DIAMOND_BLOCK: 36000.0
  283. EMERALD: 4500.0
  284. EMERALD_BLOCK: 40500.0
  285. GLOWSTONE_DUST: 1500.0
  286. GLOWSTONE: 13500.0
  287. COBBLESTONE: 0.0
  288. amount: 1
  289. Q:
  290. name: '&9Q'
  291. itemtype: CHEST
  292. lore: []
  293. permission: QuickSell.shop.Q
  294. price:
  295. DIAMOND: 5000.0
  296. DIAMOND_BLOCK: 45000.0
  297. EMERALD: 6000.0
  298. EMERALD_BLOCK: 54000.0
  299. GLOWSTONE_DUST: 2000.0
  300. GLOWSTONE: 18000.0
  301. STAINED_GLASS-11: 4500.0
  302. COBBLESTONE: 0.0
  303. amount: 1
  304. R:
  305. name: '&9R'
  306. itemtype: CHEST
  307. lore: []
  308. permission: QuickSell.shop.R
  309. price:
  310. DIAMOND_BLOCK: 50000.0
  311. EMERALD_BLOCK: 60000.0
  312. IRON_BLOCK: 6000.0
  313. GOLD_BLOCK: 7000.0
  314. COBBLESTONE: 0.0
  315. amount: 1
  316. S:
  317. name: '&9S'
  318. itemtype: CHEST
  319. lore: []
  320. permission: QuickSell.shop.S
  321. price:
  322. DIAMOND_BLOCK: 55000.0
  323. EMERALD_BLOCK: 65000.0
  324. GOLD_BLOCK: 8000.0
  325. COBBLESTONE: 0.0
  326. amount: 1
  327. T:
  328. name: '&9T'
  329. itemtype: CHEST
  330. lore: []
  331. permission: QuickSell.shop.T
  332. price:
  333. DIAMOND: 6667.0
  334. DIAMOND_BLOCK: 60003.0
  335. EMERALD: 7778.0
  336. EMERALD_BLOCK: 70002.0
  337. NETHERRACK: 1500.0
  338. COBBLESTONE: 0.0
  339. amount: 1
  340. U:
  341. name: '&9U'
  342. itemtype: CHEST
  343. lore: []
  344. permission: QuickSell.shop.U
  345. price:
  346. DIAMOND_BLOCK: 70000.0
  347. EMERALD_BLOCK: 90000.0
  348. BEACON: 1000000.0
  349. COBBLESTONE: 0.0
  350. amount: 1
  351. V:
  352. name: '&9V'
  353. itemtype: CHEST
  354. lore: []
  355. permission: QuickSell.shop.V
  356. price:
  357. DIAMOND_BLOCK: 85000.0
  358. EMERALD_BLOCK: 100000.0
  359. OBSIDIAN: 14000.0
  360. COBBLESTONE: 0.0
  361. amount: 1
  362. W:
  363. name: '&9W'
  364. itemtype: CHEST
  365. lore: []
  366. permission: QuickSell.shop.W
  367. price:
  368. DIAMOND_BLOCK: 100000.0
  369. EMERALD_BLOCK: 125000.0
  370. GOLD_BLOCK: 20000.0
  371. COBBLESTONE: 0.0
  372. amount: 1
  373. X:
  374. name: '&9X'
  375. itemtype: CHEST
  376. lore: []
  377. permission: QuickSell.shop.X
  378. price:
  379. DIAMOND_BLOCK: 125000.0
  380. EMERALD_BLOCK: 175000.0
  381. COBBLESTONE: 0.0
  382. amount: 1
  383. Y:
  384. name: '&9Y'
  385. itemtype: CHEST
  386. lore: []
  387. permission: QuickSell.shop.Y
  388. price:
  389. DIAMOND_BLOCK: 165000.0
  390. EMERALD_BLOCK: 200000.0
  391. COBBLESTONE: 0.0
  392. amount: 1
  393. Z:
  394. name: '&9Z'
  395. itemtype: CHEST
  396. lore: []
  397. permission: QuickSell.shop.Z
  398. price:
  399. DIAMOND_BLOCK: 210000.0
  400. EMERALD_BLOCK: 250000.0
  401. COBBLESTONE: 0.0
  402. amount: 1
  403. Zwow:
  404. name: '&9Zwow'
  405. itemtype: CHEST
  406. lore: []
  407. permission: QuickSell.shop.Z
  408. price:
  409. DIAMOND_BLOCK: 420000.0
  410. EMERALD_BLOCK: 500000.0
  411. COBBLESTONE: 0.0
  412. amount: 1
  413. Wood:
  414. name: '&9Wood'
  415. itemtype: CHEST
  416. lore: []
  417. permission: QuickSell.shop.Wood
  418. price:
  419. LOG-1: 5000.0
  420. LOG-2: 5000.0
  421. LOG-3: 5000.0
  422. LOG2: 5000.0
  423. LOG2-1: 5000.0
  424. LEAVES: 5000
  425. LEAVES-2: 5000.0
  426. LEAVES-3: 5000.0
  427. EMERALD_BLOCK: 25000.0
  428. SPONGE: 25000.0
  429. COBBLESTONE: 0.0
  430. amount: 1
  431. Wood2:
  432. name: '&9Wood2'
  433. itemtype: CHEST
  434. lore: []
  435. permission: QuickSell.shop.Wood2
  436. price:
  437. LOG-1: 10000.0
  438. LOG-2: 10000.0
  439. LOG-3: 10000.0
  440. LOG2: 10000.0
  441. LOG2-1: 10000.0
  442. LEAVES: 10000
  443. LEAVES-2: 10000.0
  444. LEAVES-3: 10000.0
  445. EMERALD_BLOCK: 50000.0
  446. SPONGE: 50000.0
  447. COBBLESTONE: 0.0
  448. amount: 1
  449. P1:
  450. name: '&9P1'
  451. itemtype: CHEST
  452. lore: []
  453. permission: QuickSell.shop.P1
  454. price:
  455. DIAMOND_BLOCK: 250000.0
  456. EMERALD_BLOCK: 300000.0
  457. LAPIS_BLOCK: 150000.0
  458. DIRT: 2000000.0
  459. COBBLESTONE: 0.0
  460. amount: 1
  461. P2:
  462. name: '&9P2'
  463. itemtype: CHEST
  464. lore: []
  465. permission: QuickSell.shop.P2
  466. price:
  467. DIAMOND_BLOCK: 300000.0
  468. EMERALD_BLOCK: 375000.0
  469. LAPIS_BLOCK: 250000.0
  470. DIRT: 4000000.0
  471. GOLD_BLOCK: 200000.0
  472. COBBLESTONE: 0.0
  473. amount: 1
  474. P3:
  475. name: '&9P3'
  476. itemtype: CHEST
  477. lore: []
  478. permission: QuickSell.shop.P3
  479. price:
  480. DIAMOND_BLOCK: 450000.0
  481. EMERALD_BLOCK: 500000.0
  482. LAPIS_BLOCK: 375000.0
  483. DIRT: 6000000.0
  484. GOLD_BLOCK: 300000.0
  485. COBBLESTONE: 0.0
  486. amount: 1
  487. P4:
  488. name: '&9P4'
  489. itemtype: CHEST
  490. lore: []
  491. permission: QuickSell.shop.P4
  492. price:
  493. DIAMOND_BLOCK: 675000.0
  494. EMERALD_BLOCK: 800000.0
  495. GOLD_BLOCK: 450000.0
  496. DIRT: 9000000.0
  497. COBBLESTONE: 0.0
  498. amount: 1
  499. P5:
  500. name: '&9P5'
  501. itemtype: CHEST
  502. lore: []
  503. permission: QuickSell.shop.P5
  504. price:
  505. OBSIDIAN: 1000000.0
  506. REDSTONE_BLOCK: 2000000.0
  507. DIRT: 1.3E7
  508. GOLD_BLOCK: 750000.0
  509. IRON_BLOCK: 675000.0
  510. COBBLESTONE: 0.0
  511. amount: 1
  512. P6:
  513. name: '&9P6'
  514. itemtype: CHEST
  515. lore: []
  516. permission: QuickSell.shop.P6
  517. price:
  518. OBSIDIAN: 1500000.0
  519. REDSTONE_BLOCK: 4000000.0
  520. DIRT: 2.0E7
  521. GOLD_BLOCK: 1500000.0
  522. IRON_BLOCK: 1000000.0
  523. COBBLESTONE: 0.0
  524. amount: 1
  525. P7:
  526. name: '&9P7'
  527. itemtype: CHEST
  528. lore: []
  529. permission: QuickSell.shop.P7
  530. price:
  531. OBSIDIAN: 4000000.0
  532. REDSTONE_BLOCK: 8000000.0
  533. DIRT: 3.0E7
  534. IRON_BLOCK: 1500000.0
  535. COBBLESTONE: 0.0
  536. amount: 1
  537. P8:
  538. name: '&9P8'
  539. itemtype: CHEST
  540. lore: []
  541. permission: QuickSell.shop.P8
  542. price:
  543. OBSIDIAN: 1.0E7
  544. REDSTONE_BLOCK: 2.0E7
  545. DIRT: 4.0E7
  546. COBBLESTONE: 0.0
  547. amount: 1
  548. P9:
  549. name: '&9P9'
  550. itemtype: CHEST
  551. lore: []
  552. permission: QuickSell.shop.P9
  553. price:
  554. OBSIDIAN: 2.0E7
  555. DIRT: 6.0E7
  556. COBBLESTONE: 0.0
  557. amount: 1
  558. P10:
  559. name: '&9P10'
  560. itemtype: CHEST
  561. lore: []
  562. permission: QuickSell.shop.P10
  563. price:
  564. OBSIDIAN: 4.0E7
  565. EMERALD_ORE: 1.5E7
  566. DIAMOND_ORE: 7000000.0
  567. COBBLESTONE: 0.0
  568. amount: 1
  569. P11:
  570. name: '&9P11'
  571. itemtype: CHEST
  572. lore: []
  573. permission: QuickSell.shop.P11
  574. price:
  575. EMERALD_ORE: 3.0E7
  576. DIAMOND_ORE: 2.0E7
  577. REDSTONE_ORE: 1.5E7
  578. QUARTZ_BLOCK: 1.0E7
  579. COBBLESTONE: 0.0
  580. amount: 1
  581. P12:
  582. name: '&9P12'
  583. itemtype: CHEST
  584. lore: []
  585. permission: QuickSell.shop.P12
  586. price:
  587. EMERALD_ORE: 4.5E7
  588. DIAMOND_ORE: 3.5E7
  589. REDSTONE_ORE: 2.5E7
  590. QUARTZ_BLOCK: 1.5E7
  591. COBBLESTONE: 0.0
  592. amount: 1
  593. P13:
  594. name: '&9P13'
  595. itemtype: CHEST
  596. lore: []
  597. permission: QuickSell.shop.P13
  598. price:
  599. EMERALD_ORE: 6.0E7
  600. REDSTONE_ORE: 3.5E7
  601. QUARTZ_BLOCK: 2.0E7
  602. COBBLESTONE: 0.0
  603. amount: 1
  604. P14:
  605. name: '&9P14'
  606. itemtype: CHEST
  607. lore: []
  608. permission: QuickSell.shop.P14
  609. price:
  610. REDSTONE_ORE: 5.0E7
  611. QUARTZ_BLOCK: 3.5E7
  612. COBBLESTONE: 0.0
  613. amount: 1
  614. P15:
  615. name: '&9P15'
  616. itemtype: CHEST
  617. lore: []
  618. permission: QuickSell.shop.P15
  619. price:
  620. BRICK: 2.0E7
  621. QUARTZ_BLOCK: 5.0E7
  622. COBBLESTONE: 0.0
  623. amount: 1
  624. P16:
  625. name: '&9P16'
  626. itemtype: CHEST
  627. lore: []
  628. permission: QuickSell.shop.P16
  629. price:
  630. REDSTONE_ORE: 5.0E7
  631. LAPIS_BLOCK: 1.0E8
  632. COBBLESTONE: 0.0
  633. amount: 1
  634. P17:
  635. name: '&9P17'
  636. itemtype: CHEST
  637. lore: []
  638. permission: QuickSell.shop.P17
  639. price:
  640. BRICK: 7.5E7
  641. LAPIS_BLOCK: 1.5E8
  642. DIAMOND_BLOCK: 2.0E8
  643. COBBLESTONE: 0.0
  644. amount: 1
  645. P18:
  646. name: '&9P18'
  647. itemtype: CHEST
  648. lore: []
  649. permission: QuickSell.shop.P18
  650. price:
  651. BRICK: 1.0E8
  652. EMERALD_BLOCK: 3.5E8
  653. DIAMOND_BLOCK: 2.5E8
  654. DIAMOND_ORE: 2.77E7
  655. EMERALD_ORE: 3.8E7
  656. COBBLESTONE: 0.0
  657. amount: 1
  658. P19:
  659. name: '&9P19'
  660. itemtype: CHEST
  661. lore: []
  662. permission: QuickSell.shop.P19
  663. price:
  664. GOLD_BLOCK: 2.75E8
  665. EMERALD_BLOCK: 5.0E8
  666. DIAMOND_BLOCK: 3.5E8
  667. COBBLESTONE: 0.0
  668. amount: 1
  669. P20:
  670. name: '&9P20'
  671. itemtype: CHEST
  672. lore: []
  673. permission: QuickSell.shop.P20
  674. price:
  675. GOLD_BLOCK: 3.5E8
  676. EMERALD_BLOCK: 1.0E9
  677. DIAMOND_BLOCK: 5.5E8
  678. GOLD_ORE: 3.8E7
  679. COBBLESTONE: 0.0
  680. amount: 1
  681. P21:
  682. name: '&9P21'
  683. itemtype: CHEST
  684. lore: []
  685. permission: QuickSell.shop.P21
  686. price:
  687. OBSIDIAN: 2.0E9
  688. GOLD_BLOCK: 7.5E8
  689. GOLD_ORE: 8.3E7
  690. COBBLESTONE: 0.0
  691. amount: 1
  692. P22:
  693. name: '&9P22'
  694. itemtype: CHEST
  695. lore: []
  696. permission: QuickSell.shop.P22
  697. price:
  698. OBSIDIAN: 5.0E9
  699. EMERALD_BLOCK: 1.5E10
  700. DIAMOND_BLOCK: 1.0E10
  701. COBBLESTONE: 0.0
  702. amount: 1
  703. P23:
  704. name: '&9P23'
  705. itemtype: CHEST
  706. lore: []
  707. permission: QuickSell.shop.P23
  708. price:
  709. OBSIDIAN: 1.0E10
  710. EMERALD_BLOCK: 2.0E10
  711. IRON_BLOCK: 6.0E9
  712. COBBLESTONE: 0.0
  713. amount: 1
  714. P24:
  715. name: '&9P24'
  716. itemtype: CHEST
  717. lore: []
  718. permission: QuickSell.shop.P24
  719. price:
  720. COAL_BLOCK: 5.0E9
  721. EMERALD_BLOCK: 5.0E10
  722. IRON_BLOCK: 2.5E10
  723. DIAMOND_BLOCK: 4.0E10
  724. COBBLESTONE: 0.0
  725. amount: 1
  726. P25:
  727. name: '&9P25'
  728. itemtype: CHEST
  729. lore: []
  730. permission: QuickSell.shop.P25
  731. price:
  732. EMERALD_BLOCK: 7.5E10
  733. STAINED_CLAY-1: 3.0E10
  734. COAL_BLOCK: 1.5E10
  735. COBBLESTONE: 0.0
  736. amount: 1
  737. P26:
  738. name: '&9P26'
  739. itemtype: CHEST
  740. lore: []
  741. permission: QuickSell.shop.P26
  742. price:
  743. REDSTONE_BLOCK: 1.0E10
  744. STAINED_CLAY-2: 5.0E10
  745. COAL_BLOCK: 2.5E10
  746. COBBLESTONE: 0.0
  747. amount: 1
  748. P27:
  749. name: '&9P27'
  750. itemtype: CHEST
  751. lore: []
  752. permission: QuickSell.shop.P27
  753. price:
  754. REDSTONE_BLOCK: 3.0E10
  755. STAINED_GLASS: 1.5E10
  756. COAL_BLOCK: 5.0E10
  757. COBBLESTONE: 0.0
  758. amount: 1
  759. P28:
  760. name: '&9P28'
  761. itemtype: CHEST
  762. lore: []
  763. permission: QuickSell.shop.P28
  764. price:
  765. REDSTONE_BLOCK: 5.0E10
  766. BEACON: 5.0E11
  767. COAL_BLOCK: 8.0E10
  768. COBBLESTONE: 0.0
  769. amount: 1
  770. P29:
  771. name: '&9P29'
  772. itemtype: CHEST
  773. lore: []
  774. permission: QuickSell.shop.P29
  775. price:
  776. EMERALD_BLOCK: 1.75E11
  777. BEACON: 1.0E12
  778. DIAMOND_BLOCK: 1.0E11
  779. COBBLESTONE: 0.0
  780. amount: 1
  781. P30:
  782. name: '&9P30'
  783. itemtype: CHEST
  784. lore: []
  785. permission: QuickSell.shop.P30
  786. price:
  787. INK_SACK-4: 4.0E10
  788. DIRT: 7.5E11
  789. LAPIS_ORE: 4.0E10
  790. COBBLESTONE: 0.0
  791. amount: 1
  792. P31:
  793. name: '&9P31'
  794. itemtype: CHEST
  795. lore: []
  796. permission: QuickSell.shop.P31
  797. price:
  798. GOLD_BLOCK: 7.5E10
  799. DIAMOND_BLOCK: 9.0E10
  800. EMERALD_BLOCK: 2.0E11
  801. IRON_BLOCK: 6.0E10
  802. COBBLESTONE: 0.0
  803. amount: 1
  804. P32:
  805. name: '&9P32'
  806. itemtype: CHEST
  807. lore: []
  808. permission: QuickSell.shop.P32
  809. price:
  810. GOLD_BLOCK: 1.25E11
  811. DIAMOND_BLOCK: 1.5E11
  812. EMERALD_BLOCK: 3.0E11
  813. IRON_BLOCK: 1.0E11
  814. COBBLESTONE: 0.0
  815. amount: 1
  816. P33:
  817. name: '&9P33'
  818. itemtype: CHEST
  819. lore: []
  820. permission: QuickSell.shop.P33
  821. price:
  822. QUARTZ_BLOCK: 2.0E10
  823. DIAMOND_BLOCK: 3.0E11
  824. EMERALD_BLOCK: 6.0E11
  825. COBBLESTONE: 0.0
  826. amount: 1
  827. P34:
  828. name: '&9P34'
  829. itemtype: CHEST
  830. lore: []
  831. permission: QuickSell.shop.P34
  832. price:
  833. QUARTZ_BLOCK: 4.0E10
  834. DIAMOND_BLOCK: 6.0E11
  835. EMERALD_BLOCK: 1.0E12
  836. COBBLESTONE: 0.0
  837. amount: 1
  838. P35:
  839. name: '&9P35'
  840. itemtype: CHEST
  841. lore: []
  842. permission: QuickSell.shop.P35
  843. price:
  844. OBSIDIAN: 7.0E11
  845. COAL_BLOCK: 4.0E11
  846. DIRT: 2.0E12
  847. COBBLESTONE: 0.0
  848. amount: 1
  849. P36:
  850. name: '&9P36'
  851. itemtype: CHEST
  852. lore: []
  853. permission: QuickSell.shop.P36
  854. price:
  855. OBSIDIAN: 1.0E12
  856. COAL_BLOCK: 7.0E11
  857. DIRT: 5.0E12
  858. COBBLESTONE: 0.0
  859. amount: 1
  860. P37:
  861. name: '&9P37'
  862. itemtype: CHEST
  863. lore: []
  864. permission: QuickSell.shop.P37
  865. price:
  866. IRON_ORE: 6.0E11
  867. GOLD_ORE: 1.0E12
  868. DIRT: 1.0E13
  869. COBBLESTONE: 0.0
  870. amount: 1
  871. P38:
  872. name: '&9P38'
  873. itemtype: CHEST
  874. lore: []
  875. permission: QuickSell.shop.P38
  876. price:
  877. IRON_ORE: 2.0E12
  878. GOLD_ORE: 6.0E12
  879. DIRT: 1.5E13
  880. COBBLESTONE: 0.0
  881. amount: 1
  882. P39:
  883. name: '&9P39'
  884. itemtype: CHEST
  885. lore: []
  886. permission: QuickSell.shop.P39
  887. price:
  888. DIAMOND_BLOCK: 5.0E12
  889. EMERALD_BLOCK: 1.2E13
  890. COBBLESTONE: 0.0
  891. amount: 1
  892. P40:
  893. name: '&9P40'
  894. itemtype: CHEST
  895. lore: []
  896. permission: QuickSell.shop.P40
  897. price:
  898. DIAMOND_BLOCK: 1.5E13
  899. EMERALD_BLOCK: 3.2E13
  900. COBBLESTONE: 0.0
  901. amount: 1
  902. Stonebricks:
  903. name: '&9Stonebricks'
  904. itemtype: CHEST
  905. lore: []
  906. permission: QuickSell.shop.A
  907. price:
  908. STONE: 5000.0
  909. SMOOTH_BRICK: 5000.0
  910. COBBLESTONE: 50.0
  911. amount: 1
  912. Prisonier:
  913. name: '&9Prisonier'
  914. itemtype: CHEST
  915. lore: []
  916. permission: QuickSell.shop.Prisonier
  917. price:
  918. DIAMOND: 84000.0
  919. DIAMOND_BLOCK: 756000.0
  920. EMERALD: 150000.0
  921. EMERALD_BLOCK: 1350000.0
  922. LAPIS_BLOCK: 135000.0
  923. INK_SACK-4: 15000.0
  924. REDSTONE_DUST: 10000.0
  925. OBSIDIAN: 65000.0
  926. COBBLESTONE: 0.0
  927. amount: 1
  928. Donateur:
  929. name: '&9Donateur'
  930. itemtype: CHEST
  931. lore: []
  932. permission: QuickSell.shop.Donateur
  933. price:
  934. EMERALD: 250000.0
  935. EMERALD_BLOCK: 2250000.0
  936. DIAMOND: 150000.0
  937. DIAMOND_BLOCK: 1350000.0
  938. COBBLESTONE: 0.0
  939. amount: 1
  940. Hero:
  941. name: '&9Hero'
  942. itemtype: CHEST
  943. lore: []
  944. permission: QuickSell.shop.Hero
  945. price:
  946. DIAMOND_BLOCK: 2000000.0
  947. EMERALD_BLOCK: 3000000.0
  948. EMERALD: 333000.0
  949. DIAMOND: 222000.0
  950. COBBLESTONE: 0.0
  951. amount: 1
  952. Legendaire:
  953. name: '&9name'
  954. itemtype: CHEST
  955. lore: []
  956. permission: QuickSell.shop.name
  957. price:
  958. DIAMOND_BLOCK: 3500000.0
  959. EMERALD_BLOCK: 5000000.0
  960. COBBLESTONE: 0.0
  961. amount: 1
  962. Roi:
  963. name: '&9Roi'
  964. itemtype: CHEST
  965. lore: []
  966. permission: QuickSell.shop.Roi
  967. price:
  968. DIAMOND_BLOCK: 4750000.0
  969. EMERALD_BLOCK: 7000000.0
  970. COBBLESTONE: 150000.0
  971. amount: 1
  972. Elite:
  973. name: '&9Elite'
  974. itemtype: CHEST
  975. lore: []
  976. permission: QuickSell.shop.Elite
  977. price:
  978. EMERALD: 1250000.0
  979. EMERALD_BLOCK: 1.125E7
  980. COBBLESTONE: 0.0
  981. amount: 1
  982. Veteran:
  983. name: '&9Veteran'
  984. itemtype: CHEST
  985. lore: []
  986. permission: QuickSell.shop.Veteran
  987. price:
  988. DIAMOND_BLOCK: 9000000.0
  989. EMERALD_BLOCK: 18000000
  990. DIAMOND: 1000000.0
  991. EMERALD: 2000000.0
  992. GOLD_BLOCK: 1500000.0
  993. IRON_BLOCK: 900000.0
  994. COBBLESTONE: 0.0
  995. amount: 1
  996. DIEU:
  997. name: '&9DIEU'
  998. itemtype: CHEST
  999. lore: []
  1000. permission: QuickSell.shop.DIEU
  1001. price:
  1002. DIAMOND_BLOCK: 2.0E7
  1003. EMERALD_BLOCK: 3.0E7
  1004. COBBLESTONE: 0.0
  1005. amount: 1
  1006. list:
  1007. - A
  1008. - B
  1009. - C
  1010. - D
  1011. - E
  1012. - F
  1013. - G
  1014. - H
  1015. - I
  1016. - J
  1017. - K
  1018. - L
  1019. - M
  1020. - N
  1021. - O
  1022. - P
  1023. - Q
  1024. - R
  1025. - S
  1026. - T
  1027. - U
  1028. - V
  1029. - W
  1030. - X
  1031. - Y
  1032. - Z
  1033. - Zwow
  1034. - Stonebricks
  1035. - Wood
  1036. - Wood2
  1037. - P1
  1038. - P2
  1039. - P3
  1040. - P4
  1041. - P5
  1042. - P6
  1043. - P7
  1044. - P8
  1045. - P9
  1046. - P10
  1047. - P11
  1048. - P12
  1049. - P13
  1050. - P14
  1051. - P15
  1052. - P16
  1053. - P17
  1054. - P18
  1055. - P19
  1056. - P20
  1057. - P21
  1058. - P22
  1059. - P23
  1060. - P24
  1061. - P25
  1062. - P26
  1063. - P27
  1064. - P28
  1065. - P29
  1066. - P30
  1067. - P31
  1068. - P32
  1069. - P33
  1070. - P34
  1071. - P35
  1072. - P36
  1073. - P37
  1074. - P38
  1075. - P39
  1076. - P40
  1077. - Prisonier
  1078. - Donateur
  1079. - Hero
  1080. - Legendaire
  1081. - Roi
  1082. - Elite
  1083. - Veteran
  1084. - DIEU
  1085. - Test
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement