Advertisement
Guest User

Untitled

a guest
Jan 16th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 29.20 KB | None | 0 0
  1. shops:
  2.   Wood:
  3.     name: "&bWood &7"
  4.     items:
  5.       1:
  6.         type: item
  7.         item:
  8.           material: LOG
  9.           quantity: 1
  10.         buyPrice: 50
  11.         sellPrice: 25
  12.         slot: 0
  13.       2:
  14.         type: item
  15.         item:
  16.           material: LOG
  17.           quantity: 1
  18.           damage: 1
  19.         buyPrice: 50
  20.         sellPrice: 25
  21.         slot: 1
  22.       3:
  23.         type: item
  24.         item:
  25.           material: LOG
  26.           quantity: 1
  27.           damage: 2
  28.         buyPrice: 50
  29.         sellPrice: 25
  30.         slot: 2
  31.       4:
  32.         type: item
  33.         item:
  34.           material: LOG
  35.           quantity: 1
  36.           damage: 3
  37.         buyPrice: 50
  38.         sellPrice: 25
  39.         slot: 3
  40.       5:
  41.         type: item
  42.         item:
  43.           material: LOG_2
  44.           quantity: 1
  45.         buyPrice: 50
  46.         sellPrice: 25
  47.         slot: 4
  48.       6:
  49.         type: item
  50.         item:
  51.           material: LOG_2
  52.           quantity: 1
  53.           damage: 1
  54.         buyPrice: 50
  55.         sellPrice: 25
  56.         slot: 5
  57.       7:
  58.         type: item
  59.         item:
  60.           material: WOOD
  61.           quantity: 1
  62.           damage: 0
  63.         buyPrice: 12.5
  64.         sellPrice: 6.25
  65.         slot: 6
  66.       8:
  67.         type: item
  68.         item:
  69.           material: WOOD
  70.           quantity: 1
  71.           damage: 1
  72.         buyPrice: 12.5
  73.         sellPrice: 6.25
  74.         slot: 7
  75.       9:
  76.         type: item
  77.         item:
  78.           material: WOOD
  79.           quantity: 1
  80.           damage: 2
  81.         buyPrice: 12.5
  82.         sellPrice: 6.25
  83.         slot: 8
  84.       10:
  85.         type: item
  86.         item:
  87.           material: WOOD
  88.           quantity: 1
  89.           damage: 3
  90.         buyPrice: 12.5
  91.         sellPrice: 6.25
  92.         slot: 9
  93.       11:
  94.         type: item
  95.         item:
  96.           material: WOOD
  97.           quantity: 1
  98.           damage: 4
  99.         buyPrice: 12.5
  100.         sellPrice: 6.25
  101.         slot: 10
  102.       12:
  103.         type: item
  104.         item:
  105.           material: WOOD
  106.           quantity: 1
  107.           damage: 5
  108.         buyPrice: 12.5
  109.         sellPrice: 6.25
  110.         slot: 11
  111.   BuildingBlocks:
  112.     name: "&bBuilding Blocks"
  113.     items:
  114.       1:
  115.         type: item
  116.         item:
  117.           material: DIRT
  118.           quantity: 1
  119.         buyPrice: 25
  120.         sellPrice: 12.5
  121.         slot: 0
  122.       2:
  123.         type: item
  124.         item:
  125.           material: DIRT
  126.           quantity: 1
  127.           damage: 2
  128.         buyPrice: 25
  129.         sellPrice: 12.5
  130.         slot: 1
  131.       3:
  132.         type: item
  133.         item:
  134.           material: MYCEL
  135.           quantity: 1
  136.         buyPrice: 62.5
  137.         sellPrice: 31.25
  138.         slot: 2
  139.       4:
  140.         type: item
  141.         item:
  142.           material: GRASS
  143.           quantity: 1
  144.         buyPrice: 31.25
  145.         sellPrice: 15.63
  146.         slot: 3
  147.       5:
  148.         type: item
  149.         item:
  150.           material: STONE
  151.           quantity: 1
  152.         buyPrice: 15.62
  153.         sellPrice: 7.81
  154.         slot: 4
  155.       6:
  156.         type: item
  157.         item:
  158.           material: COBBLESTONE
  159.           quantity: 1
  160.         buyPrice: 15.62
  161.         sellPrice: 7.81
  162.         slot: 5
  163.       7:
  164.         type: item
  165.         item:
  166.           material: GRAVEL
  167.           quantity: 1
  168.         buyPrice: 31.25
  169.         sellPrice: 15.625
  170.         slot: 6
  171.       8:
  172.         type: item
  173.         item:
  174.           material: SMOOTH_BRICK
  175.           quantity: 1
  176.         buyPrice: 56.25
  177.         sellPrice: 0
  178.         slot: 7
  179.       9:
  180.         type: item
  181.         item:
  182.           material: SMOOTH_BRICK
  183.           quantity: 1
  184.           damage: 1
  185.         buyPrice: 56.25
  186.         sellPrice: 0
  187.         slot: 8
  188.       10:
  189.         type: item
  190.         item:
  191.           material: SMOOTH_BRICK
  192.           quantity: 1
  193.           damage: 2
  194.         buyPrice: 56.25
  195.         sellPrice: 0
  196.         slot: 9
  197.       11:
  198.         type: item
  199.         item:
  200.           material: SMOOTH_BRICK
  201.           quantity: 1
  202.           damage: 3
  203.         buyPrice: 56.25
  204.         sellPrice: 0
  205.         slot: 10
  206.       12:
  207.         type: item
  208.         item:
  209.           material: ICE
  210.           quantity: 1
  211.         buyPrice: 156.25
  212.         sellPrice: 0
  213.         slot: 11
  214.       13:
  215.         type: item
  216.         item:
  217.           material: PACKED_ICE
  218.           quantity: 1
  219.         buyPrice: 200
  220.         sellPrice: 0
  221.         slot: 12
  222.       14:
  223.         type: item
  224.         item:
  225.           material: SNOW_BLOCK
  226.           quantity: 1
  227.         buyPrice: 39.5
  228.         sellPrice: 0
  229.         slot: 13
  230.       15:
  231.         type: item
  232.         item:
  233.           material: SAND
  234.           quantity: 1
  235.         buyPrice: 31.25
  236.         sellPrice: 15.25
  237.         slot: 14
  238.       16:
  239.         type: item
  240.         item:
  241.           material: SANDSTONE
  242.           quantity: 1
  243.         buyPrice: 62.5
  244.         sellPrice: 31.25
  245.         slot: 15
  246.       17:
  247.         type: item
  248.         item:
  249.           material: SANDSTONE
  250.           quantity: 1
  251.           damage: 1
  252.         buyPrice: 62.5
  253.         sellPrice: 31.25
  254.         slot: 16
  255.       18:
  256.         type: item
  257.         item:
  258.           material: SANDSTONE
  259.           quantity: 1
  260.           damage: 2
  261.         buyPrice: 62.5
  262.         sellPrice: 31.25
  263.         slot: 17
  264.       19:
  265.         type: item
  266.         item:
  267.           material: GLOWSTONE
  268.           quantity: 1
  269.         buyPrice: 49
  270.         sellPrice: 23.5
  271.         slot: 18
  272.       20:
  273.         type: item
  274.         item:
  275.           material: NETHERRACK
  276.           quantity: 1
  277.         buyPrice: 12.5
  278.         sellPrice: 6.25
  279.         slot: 19
  280.   Brewing:
  281.     name: "&bBrewing"
  282.     items:
  283.       1:
  284.         type: item
  285.         item:
  286.           material: SLIME_BALL
  287.           quantity: 1
  288.         buyPrice: 62.5
  289.         sellPrice: 31.25
  290.         slot: 0
  291.       2:
  292.         type: item
  293.         item:
  294.           material: BONE
  295.           quantity: 1
  296.         buyPrice: 100
  297.         sellPrice: 8.5
  298.         slot: 1
  299.       3:
  300.         type: item
  301.         item:
  302.           material: SPIDER_EYE
  303.           quantity: 1
  304.         buyPrice: 93.75
  305.         sellPrice: 12.25
  306.         slot: 2
  307.       4:
  308.         type: item
  309.         item:
  310.           material: GHAST_TEAR
  311.           quantity: 1
  312.         buyPrice: 93.75
  313.         sellPrice: 25
  314.         slot: 3
  315.       5:
  316.         type: item
  317.         item:
  318.           material: FERMENTED_SPIDER_EYE
  319.           quantity: 1
  320.         buyPrice: 93.75
  321.         sellPrice: 0
  322.         slot: 4
  323.       6:
  324.         type: item
  325.         item:
  326.           material: SPECKLED_MELON
  327.           quantity: 1
  328.         buyPrice: 156.75
  329.         sellPrice: 0
  330.         slot: 5
  331.       7:
  332.         type: item
  333.         item:
  334.           material: BLAZE_ROD
  335.           quantity: 1
  336.         buyPrice: 93.75
  337.         sellPrice: 18.75
  338.         slot: 6
  339.       8:
  340.         type: item
  341.         item:
  342.           material: RABBIT_FOOT
  343.           quantity: 1
  344.         buyPrice: 93.75
  345.         sellPrice: 0
  346.         slot: 7
  347.       9:
  348.         type: item
  349.         item:
  350.           material: GLOWSTONE_DUST
  351.           quantity: 1
  352.         buyPrice: 11.75
  353.         sellPrice: 0
  354.         slot: 8
  355.       10:
  356.         type: item
  357.         item:
  358.           material: POTION
  359.           quantity: 1
  360.         buyPrice: 100
  361.         sellPrice: 0
  362.         slot: 9
  363.       11:
  364.         type: item
  365.         item:
  366.           material: SUGAR
  367.           quantity: 1
  368.         buyPrice: 11.75
  369.         sellPrice: 0
  370.         slot: 10
  371.       12:
  372.         type: item
  373.         item:
  374.           material: GOLDEN_CARROT
  375.           quantity: 1
  376.         buyPrice: 140
  377.         sellPrice: 0
  378.         slot: 11
  379.       13:
  380.         type: item
  381.         item:
  382.           material: NETHER_WARTS
  383.           quantity: 1
  384.         buyPrice: 62.5
  385.         sellPrice: 25
  386.         slot: 12
  387.   DecorationBlocks:
  388.     name: "&bDecoration Blocks"
  389.     items:
  390.       1:
  391.         type: item
  392.         item:
  393.           material: HARD_CLAY
  394.           quantity: 1
  395.         buyPrice: 43.75
  396.         sellPrice: 0
  397.         slot: 0
  398.       2:
  399.         type: item
  400.         item:
  401.           material: HARD_CLAY
  402.           quantity: 1
  403.           damage: 1
  404.         buyPrice: 43.75
  405.         sellPrice: 0
  406.         slot: 1
  407.       3:
  408.         type: item
  409.         item:
  410.           material: HARD_CLAY
  411.           quantity: 1
  412.           damage: 2
  413.         buyPrice: 43.75
  414.         sellPrice: 0
  415.         slot: 2
  416.       4:
  417.         type: item
  418.         item:
  419.           material: HARD_CLAY
  420.           quantity: 1
  421.           damage: 3
  422.         buyPrice: 43.75
  423.         sellPrice: 0
  424.         slot: 3
  425.       5:
  426.         type: item
  427.         item:
  428.           material: HARD_CLAY
  429.           quantity: 1
  430.           damage: 4
  431.         buyPrice: 43.75
  432.         sellPrice: 0
  433.         slot: 4
  434.       6:
  435.         type: item
  436.         item:
  437.           material: HARD_CLAY
  438.           quantity: 1
  439.           damage: 5
  440.         buyPrice: 43.75
  441.         sellPrice: 0
  442.         slot: 5
  443.       7:
  444.         type: item
  445.         item:
  446.           material: HARD_CLAY
  447.           quantity: 1
  448.           damage: 6
  449.         buyPrice: 43.75
  450.         sellPrice: 0
  451.         slot: 6
  452.       8:
  453.         type: item
  454.         item:
  455.           material: HARD_CLAY
  456.           quantity: 1
  457.           damage: 7
  458.         buyPrice: 43.75
  459.         sellPrice: 0
  460.         slot: 7
  461.       9:
  462.         type: item
  463.         item:
  464.           material: HARD_CLAY
  465.           quantity: 1
  466.           damage: 8
  467.         buyPrice: 43.75
  468.         sellPrice: 0
  469.         slot: 8
  470.       10:
  471.         type: item
  472.         item:
  473.           material: HARD_CLAY
  474.           quantity: 1
  475.           damage: 9
  476.         buyPrice: 43.75
  477.         sellPrice: 0
  478.         slot: 9
  479.       11:
  480.         type: item
  481.         item:
  482.           material: HARD_CLAY
  483.           quantity: 1
  484.           damage: 10
  485.         buyPrice: 43.75
  486.         sellPrice: 0
  487.         slot: 10
  488.       12:
  489.         type: item
  490.         item:
  491.           material: HARDENED_CLAY
  492.           quantity: 1
  493.           damage: 11
  494.         buyPrice: 43.75
  495.         sellPrice: 0
  496.         slot: 11
  497.       13:
  498.         type: item
  499.         item:
  500.           material: HARD_CLAY
  501.           quantity: 1
  502.           damage: 12
  503.         buyPrice: 43.75
  504.         sellPrice: 0
  505.         slot: 12
  506.       14:
  507.         type: item
  508.         item:
  509.           material: HARD_CLAY
  510.           quantity: 1
  511.           damage: 13
  512.         buyPrice: 43.75
  513.         sellPrice: 0
  514.         slot: 13
  515.       15:
  516.         type: item
  517.         item:
  518.           material: HARD_CLAY
  519.           quantity: 1
  520.           damage: 14
  521.         buyPrice: 43.75
  522.         sellPrice: 0
  523.         slot: 14
  524.       16:
  525.         type: item
  526.         item:
  527.           material: HARD_CLAY
  528.           quantity: 1
  529.           damage: 15
  530.         buyPrice: 43.75
  531.         sellPrice: 0
  532.         slot: 15
  533.       17:
  534.         type: item
  535.         item:
  536.           material: WOOL
  537.           quantity: 1
  538.         buyPrice: 78
  539.         sellPrice: 0
  540.         slot: 16
  541.       18:
  542.         type: item
  543.         item:
  544.           material: WOOL
  545.           quantity: 1
  546.           damage: 1
  547.         buyPrice: 78
  548.         sellPrice: 0
  549.         slot: 17
  550.       18:
  551.         type: item
  552.         item:
  553.           material: WOOL
  554.           quantity: 1
  555.           damage: 2
  556.         buyPrice: 78
  557.         sellPrice: 0
  558.         slot: 17
  559.       18:
  560.         type: item
  561.         item:
  562.           material: WOOL
  563.           quantity: 1
  564.           damage: 3
  565.         buyPrice: 78
  566.         sellPrice: 0
  567.         slot: 17
  568.       19:
  569.         type: item
  570.         item:
  571.           material: WOOL
  572.           quantity: 1
  573.           damage: 4
  574.         buyPrice: 78
  575.         sellPrice: 0
  576.         slot: 18
  577.       20:
  578.         type: item
  579.         item:
  580.           material: WOOL
  581.           quantity: 1
  582.           damage: 5
  583.         buyPrice: 78
  584.         sellPrice: 0
  585.         slot: 19
  586.       21:
  587.         type: item
  588.         item:
  589.           material: WOOL
  590.           quantity: 1
  591.           damage: 6
  592.         buyPrice: 78
  593.         sellPrice: 0
  594.         slot: 20
  595.       22:
  596.         type: item
  597.         item:
  598.           material: WOOL
  599.           quantity: 1
  600.           damage: 7
  601.         buyPrice: 78
  602.         sellPrice: 0
  603.         slot: 21
  604.       23:
  605.         type: item
  606.         item:
  607.           material: WOOL
  608.           quantity: 1
  609.           damage: 8
  610.         buyPrice: 78
  611.         sellPrice: 0
  612.         slot: 22
  613.       24:
  614.         type: item
  615.         item:
  616.           material: WOOL
  617.           quantity: 1
  618.           damage: 9
  619.         buyPrice: 78
  620.         sellPrice: 0
  621.         slot: 23
  622.       25:
  623.         type: item
  624.         item:
  625.           material: WOOL
  626.           quantity: 1
  627.           damage: 10
  628.         buyPrice: 78
  629.         sellPrice: 0
  630.         slot: 24
  631.       26:
  632.         type: item
  633.         item:
  634.           material: WOOL
  635.           quantity: 1
  636.           damage: 11
  637.         buyPrice: 78
  638.         sellPrice: 0
  639.         slot: 25
  640.       27:
  641.         type: item
  642.         item:
  643.           material: WOOL
  644.           quantity: 1
  645.           damage: 12
  646.         buyPrice: 78
  647.         sellPrice: 0
  648.         slot: 26
  649.       28:
  650.         type: item
  651.         item:
  652.           material: WOOL
  653.           quantity: 1
  654.           damage: 13
  655.         buyPrice: 78
  656.         sellPrice: 0
  657.         slot: 27
  658.       29:
  659.         type: item
  660.         item:
  661.           material: WOOL
  662.           quantity: 1
  663.           damage: 14
  664.         buyPrice: 78
  665.         sellPrice: 0
  666.         slot: 28
  667.       30:
  668.         type: item
  669.         item:
  670.           material: WOOL
  671.           quantity: 1
  672.           damage: 15
  673.         buyPrice: 78
  674.         sellPrice: 0
  675.         slot: 29
  676.       31:
  677.         type: item
  678.         item:
  679.           material: OBSIDIAN
  680.           quantity: 1
  681.         buyPrice: 312.25
  682.         sellPrice: 156.25
  683.         slot: 30
  684.       32:
  685.         type: item
  686.         item:
  687.           material: CLAY_BALL
  688.           quantity: 1
  689.         buyPrice: 15
  690.         sellPrice: 0
  691.         slot: 31
  692.   Food:
  693.     name: "&bFood"
  694.     items:
  695.       1:
  696.         type: item
  697.         item:
  698.           material: COOKED_BEEF
  699.           quantity: 1
  700.         buyPrice: 125
  701.         sellPrice: 13.75
  702.         slot: 0
  703.       2:
  704.         type: item
  705.         item:
  706.           material: APPLE
  707.           quantity: 1
  708.         buyPrice: 20
  709.         sellPrice: 5
  710.         slot: 1
  711.       3:
  712.         type: item
  713.         item:
  714.           material: CAKE
  715.           quantity: 1
  716.         buyPrice: 40
  717.         sellPrice: 0
  718.         slot: 2
  719.       4:
  720.         type: item
  721.         item:
  722.           material: BREAD
  723.           quantity: 1
  724.         buyPrice: 40
  725.         sellPrice: 0
  726.         slot: 3
  727.       5:
  728.         type: item
  729.         item:
  730.           material: GRILLED_PORK
  731.           quantity: 1
  732.         buyPrice: 125
  733.         sellPrice: 13.75
  734.         slot: 4
  735.       6:
  736.         type: item
  737.         item:
  738.           material: COOKIE
  739.           quantity: 1
  740.         buyPrice: 10
  741.         sellPrice: 0
  742.         slot: 5
  743.       7:
  744.         type: item
  745.         item:
  746.           material: MUSHROOM_SOUP
  747.           quantity: 1
  748.         buyPrice: 50
  749.         sellPrice: 0
  750.         slot: 6
  751.       8:
  752.         type: item
  753.         item:
  754.           material: COOKED_CHICKEN
  755.           quantity: 1
  756.         buyPrice: 100
  757.         sellPrice: 13.75
  758.         slot: 7
  759.       9:
  760.         type: item
  761.         item:
  762.           material: COOKED_FISH
  763.           quantity: 1
  764.         buyPrice: 80
  765.         sellPrice: 0
  766.         slot: 8
  767.       10:
  768.         type: item
  769.         item:
  770.           material: BAKED_POTATO
  771.           quantity: 1
  772.         buyPrice: 100
  773.         sellPrice: 0
  774.         slot: 9
  775.       11:
  776.         type: item
  777.         item:
  778.           material: PUMPKIN_PIE
  779.           quantity: 1
  780.         buyPrice: 500
  781.         sellPrice: 0
  782.         slot: 10
  783.   Farming:
  784.     name: "&bFarming"
  785.     items:
  786.       1:
  787.         type: item
  788.         item:
  789.           material: SULPHUR
  790.           quantity: 1
  791.         buyPrice: 93.75
  792.         sellPrice: 15
  793.         slot: 0
  794.       2:
  795.         type: item
  796.         item:
  797.           material: ARROW
  798.           quantity: 1
  799.         buyPrice: 100
  800.         sellPrice: 10
  801.         slot: 1
  802.       3:
  803.         type: item
  804.         item:
  805.           material: FEATHER
  806.           quantity: 1
  807.         buyPrice: 25
  808.         sellPrice: 12.5
  809.         slot: 2
  810.       4:
  811.         type: item
  812.         item:
  813.           material: RED_ROSE
  814.           quantity: 1
  815.         buyPrice: 50
  816.         sellPrice: 12.5
  817.         slot: 3
  818.       5:
  819.         type: item
  820.         item:
  821.           material: ROTTEN_FLESH
  822.           quantity: 1
  823.         buyPrice: 25
  824.         sellPrice: 5.25
  825.         slot: 4
  826.       6:
  827.         type: item
  828.         item:
  829.           material: INK_SACK
  830.           quantity: 1
  831.         buyPrice: 47
  832.         sellPrice: 0
  833.         slot: 5
  834.       7:
  835.         type: item
  836.         item:
  837.           material: STRING
  838.           quantity: 1
  839.         buyPrice: 25
  840.         sellPrice: 5.25
  841.         slot: 6
  842.       8:
  843.         type: item
  844.         item:
  845.           material: CARROT_ITEM
  846.           quantity: 1
  847.         buyPrice: 62.5
  848.         sellPrice: 25
  849.         slot: 7
  850.       9:
  851.         type: item
  852.         item:
  853.           material: PUMPKIN
  854.           quantity: 1
  855.         buyPrice: 62.5
  856.         sellPrice: 8.75
  857.         slot: 8
  858.       10:
  859.         type: item
  860.         item:
  861.           material: MELON_BLOCK
  862.           quantity: 1
  863.         buyPrice: 62.5
  864.         sellPrice: 8.75
  865.         slot: 9
  866.       11:
  867.         type: item
  868.         item:
  869.           material: WHEAT
  870.           quantity: 1
  871.         buyPrice: 125
  872.         sellPrice: 12.5
  873.         slot: 10
  874.       12:
  875.         type: item
  876.         item:
  877.           material: SUGAR_CANE
  878.           quantity: 1
  879.         buyPrice: 250
  880.         sellPrice: 15
  881.         slot: 11
  882.       13:
  883.         type: item
  884.         item:
  885.           material: CACTUS
  886.           quantity: 1
  887.         buyPrice: 93.75
  888.         sellPrice: 15
  889.         slot: 12
  890.       14:
  891.         type: item
  892.         item:
  893.           material: SEEDS
  894.           quantity: 1
  895.         buyPrice: 62.5
  896.         sellPrice: 12.5
  897.         slot: 13
  898.       15:
  899.         type: item
  900.         item:
  901.           material: RED_MUSHROOM
  902.           quantity: 1
  903.         buyPrice: 128
  904.         sellPrice: 47
  905.         slot: 14
  906.       16:
  907.         type: item
  908.         item:
  909.           material: GRASS
  910.           quantity: 1
  911.         buyPrice: 31.25
  912.         sellPrice: 15.5
  913.         slot: 15
  914.       17:
  915.         type: item
  916.         item:
  917.           material: SAPLING
  918.           quantity: 1
  919.         buyPrice: 500
  920.         sellPrice: 0
  921.         slot: 16
  922.       18:
  923.         type: item
  924.         item:
  925.           material: SAPLING
  926.           quantity: 1
  927.           damage: 1
  928.         buyPrice: 1000
  929.         sellPrice: 0
  930.         slot: 17
  931.       19:
  932.         type: item
  933.         item:
  934.           material: SAPLING
  935.           quantity: 1
  936.           damage: 2
  937.         buyPrice: 700
  938.         sellPrice: 0
  939.         slot: 18
  940.       20:
  941.         type: item
  942.         item:
  943.           material: SAPLING
  944.           quantity: 1
  945.           damage: 3
  946.         buyPrice: 1000
  947.         sellPrice: 0
  948.         slot: 19
  949.       21:
  950.         type: item
  951.         item:
  952.           material: SAPLING
  953.           quantity: 1
  954.           damage: 4
  955.         buyPrice: 900
  956.         sellPrice: 0
  957.         slot: 20
  958.       22:
  959.         type: item
  960.         item:
  961.           material: SAPLING
  962.           quantity: 1
  963.           damage: 5
  964.         buyPrice: 1000
  965.         sellPrice: 0
  966.         slot: 21
  967.       23:
  968.         type: item
  969.         item:
  970.           material: BROWN_MUSHROOM
  971.           quantity: 1
  972.         buyPrice: 1000
  973.         sellPrice: 0
  974.         slot: 22
  975.       24:
  976.         type: item
  977.         item:
  978.           material: POTATO_ITEM
  979.           quantity: 1
  980.         buyPrice: 62.5
  981.         sellPrice: 25
  982.         slot: 23
  983.       25:
  984.         type: item
  985.         item:
  986.           material: LEASH
  987.           quantity: 1
  988.         buyPrice: 500
  989.         sellPrice: 0
  990.         slot: 24
  991.       26:
  992.         type: item
  993.         item:
  994.           material: SADDLE
  995.           quantity: 1
  996.         buyPrice: 2000
  997.         sellPrice: 0
  998.         slot: 25
  999.       27:
  1000.         type: item
  1001.         item:
  1002.           material: LEATHER
  1003.           quantity: 1
  1004.         buyPrice: 40
  1005.         sellPrice: 2.5
  1006.         slot: 26
  1007.   OresAndGems:
  1008.     name: "&bOres And Gems"
  1009.     items:
  1010.       1:
  1011.         type: item
  1012.         item:
  1013.           material: COAL
  1014.           quantity: 1
  1015.         buyPrice: 100
  1016.         sellPrice: 5
  1017.         slot: 0
  1018.       2:
  1019.         type: item
  1020.         item:
  1021.           material: IRON_INGOT
  1022.           quantity: 1
  1023.         buyPrice: 200
  1024.         sellPrice: 10
  1025.         slot: 1
  1026.       3:
  1027.         type: item
  1028.         item:
  1029.           material: GOLD_INGOT
  1030.           quantity: 1
  1031.         buyPrice: 300
  1032.         sellPrice: 20
  1033.         slot: 2
  1034.       4:
  1035.         type: item
  1036.         item:
  1037.           material: REDSTONE
  1038.           quantity: 1
  1039.         buyPrice: 31.25
  1040.         sellPrice: 3.125
  1041.         slot: 3
  1042.       5:
  1043.         type: item
  1044.         item:
  1045.           material: LAPIS_BLOCK
  1046.           quantity: 1
  1047.         buyPrice: 123.75
  1048.         sellPrice: 8.43
  1049.         slot: 4
  1050.       6:
  1051.         type: item
  1052.         item:
  1053.           material: DIAMOND
  1054.           quantity: 1
  1055.         buyPrice: 1000
  1056.         sellPrice: 40
  1057.         slot: 5
  1058.       7:
  1059.         type: item
  1060.         item:
  1061.           material: EMERALD
  1062.           quantity: 1
  1063.         buyPrice: 800
  1064.         sellPrice: 80
  1065.         slot: 6
  1066.       8:
  1067.         type: item
  1068.         item:
  1069.           material: PRISMARINE_CRYSTALS
  1070.           quantity: 1
  1071.         buyPrice: 39
  1072.         sellPrice: 0
  1073.         slot: 7
  1074.       9:
  1075.         type: item
  1076.         item:
  1077.           material: PRISMARINE_SHARD
  1078.           quantity: 1
  1079.         buyPrice: 39
  1080.         sellPrice: 0
  1081.         slot: 8
  1082.   Spawners:
  1083.     name: "&bSpawners"
  1084.     items:
  1085.       1:
  1086.         type: item
  1087.         item:
  1088.           material: MOB_SPAWNER
  1089.           quantity: 1
  1090.           damage: 58
  1091.         buyPrice: 290000
  1092.         sellPrice: 0
  1093.         slot: 0
  1094.       2:
  1095.         type: item
  1096.         item:
  1097.           material: MOB_SPAWNER
  1098.           quantity: 1
  1099.           damage: 51
  1100.         buyPrice: 100000
  1101.         sellPrice: 0
  1102.         slot: 1
  1103.       3:
  1104.         type: item
  1105.         item:
  1106.           material: MOB_SPAWNER
  1107.           quantity: 1
  1108.           damage: 54
  1109.         buyPrice: 85000
  1110.         sellPrice: 0
  1111.         slot: 2
  1112.       4:
  1113.         type: item
  1114.         item:
  1115.           material: MOB_SPAWNER
  1116.           quantity: 1
  1117.           damage: 52
  1118.         buyPrice: 275000
  1119.         sellPrice: 0
  1120.         slot: 3
  1121.       5:
  1122.         type: item
  1123.         item:
  1124.           material: MOB_SPAWNER
  1125.           quantity: 1
  1126.           damage: 59
  1127.         buyPrice: 250000
  1128.         sellPrice: 0
  1129.         slot: 4
  1130.       6:
  1131.         type: item
  1132.         item:
  1133.           material: MOB_SPAWNER
  1134.           quantity: 1
  1135.           damage: 50
  1136.         buyPrice: 400000
  1137.         sellPrice: 0
  1138.         slot: 5
  1139.       7:
  1140.         type: item
  1141.         item:
  1142.           material: MOB_SPAWNER
  1143.           quantity: 1
  1144.           damage: 99
  1145.         buyPrice: 800000
  1146.         sellPrice: 0
  1147.         slot: 6
  1148.       8:
  1149.         type: item
  1150.         item:
  1151.           material: MOB_SPAWNER
  1152.           quantity: 1
  1153.           damage: 61
  1154.         buyPrice: 150000
  1155.         sellPrice: 0
  1156.         slot: 7
  1157.       9:
  1158.         type: item
  1159.         item:
  1160.           material: MOB_SPAWNER
  1161.           quantity: 1
  1162.           damage: 92
  1163.         buyPrice: 150000
  1164.         sellPrice: 0
  1165.         slot: 8
  1166.       10:
  1167.         type: item
  1168.         item:
  1169.           material: MOB_SPAWNER
  1170.           quantity: 1
  1171.           damage: 93
  1172.         buyPrice: 50000
  1173.         sellPrice: 0
  1174.         slot: 9
  1175.       11:
  1176.         type: item
  1177.         item:
  1178.           material: MOB_SPAWNER
  1179.           quantity: 1
  1180.           damage: 91
  1181.         buyPrice: 50000
  1182.         sellPrice: 0
  1183.         slot: 10
  1184.       12:
  1185.         type: item
  1186.         item:
  1187.           material: MOB_SPAWNER
  1188.           quantity: 1
  1189.           damage: 120
  1190.         buyPrice: 125000
  1191.         sellPrice: 0
  1192.         slot: 11
  1193.       13:
  1194.         type: item
  1195.         item:
  1196.           material: MOB_SPAWNER
  1197.           quantity: 1
  1198.           damage: 90
  1199.         buyPrice: 100000
  1200.         sellPrice: 0
  1201.         slot: 12
  1202.   Dyes:
  1203.     name: "&bDyes"
  1204.     items:
  1205.       1:
  1206.         type: item
  1207.         item:
  1208.           material: DYE
  1209.           quantity: 1
  1210.         buyPrice: 47
  1211.         sellPrice: 0
  1212.         slot: 0
  1213.       2:
  1214.         type: item
  1215.         item:
  1216.           material: DYE
  1217.           quantity: 1
  1218.           damage: 1
  1219.         buyPrice: 47
  1220.         sellPrice: 0
  1221.         slot: 1
  1222.       3:
  1223.         type: item
  1224.         item:
  1225.           material: DYE
  1226.           quantity: 1
  1227.           damage: 2
  1228.         buyPrice: 47
  1229.         sellPrice: 0
  1230.         slot: 2
  1231.       4:
  1232.         type: item
  1233.         item:
  1234.           material: DYE
  1235.           quantity: 1
  1236.           damage: 3
  1237.         buyPrice: 47
  1238.         sellPrice: 0
  1239.         slot: 3
  1240.       5:
  1241.         type: item
  1242.         item:
  1243.           material: DYE
  1244.           quantity: 1
  1245.           damage: 4
  1246.         buyPrice: 47
  1247.         sellPrice: 0
  1248.         slot: 4
  1249.       6:
  1250.         type: item
  1251.         item:
  1252.           material: DYE
  1253.           quantity: 1
  1254.           damage: 5
  1255.         buyPrice: 47
  1256.         sellPrice: 0
  1257.         slot: 5
  1258.       7:
  1259.         type: item
  1260.         item:
  1261.           material: DYE
  1262.           quantity: 1
  1263.           damage: 6
  1264.         buyPrice: 47
  1265.         sellPrice: 0
  1266.         slot: 6
  1267.       8:
  1268.         type: item
  1269.         item:
  1270.           material: DYE
  1271.           quantity: 1
  1272.           damage: 7
  1273.         buyPrice: 47
  1274.         sellPrice: 0
  1275.         slot: 7
  1276.       9:
  1277.         type: item
  1278.         item:
  1279.           material: DYE
  1280.           quantity: 1
  1281.           damage: 8
  1282.         buyPrice: 47
  1283.         sellPrice: 0
  1284.         slot: 8
  1285.       10:
  1286.         type: item
  1287.         item:
  1288.           material: DYE
  1289.           quantity: 1
  1290.           damage: 9
  1291.         sellPrice: 0
  1292.         slot: 9
  1293.       11:
  1294.         type: item
  1295.         item:
  1296.           material: DYE
  1297.           quantity: 1
  1298.           damage: 10
  1299.         buyPrice: 47
  1300.         sellPrice: 0
  1301.         slot: 10
  1302.       12:
  1303.         type: item
  1304.         item:
  1305.           material: DYE
  1306.           quantity: 1
  1307.           damage: 11
  1308.         buyPrice: 47
  1309.         sellPrice: 0
  1310.         slot: 11
  1311.       13:
  1312.         type: item
  1313.         item:
  1314.           material: DYE
  1315.           quantity: 1
  1316.           damage: 12
  1317.         buyPrice: 47
  1318.         sellPrice: 0
  1319.         slot: 12
  1320.       14:
  1321.         type: item
  1322.         item:
  1323.           material: DYE
  1324.           quantity: 1
  1325.           damage: 13
  1326.         buyPrice: 47
  1327.         sellPrice: 0
  1328.         slot: 13
  1329.       15:
  1330.         type: item
  1331.         item:
  1332.           material: DYE
  1333.           quantity: 1
  1334.           damage: 14
  1335.         buyPrice: 47
  1336.         sellPrice: 0
  1337.         slot: 14
  1338.       16:
  1339.         type: item
  1340.         item:
  1341.           material: DYE
  1342.           quantity: 1
  1343.           damage: 15
  1344.         buyPrice: 47
  1345.         sellPrice: 0
  1346.         slot: 15
  1347.   Miscellaneous:
  1348.     name: "&bMiscellaneous"
  1349.     items:
  1350.       1:
  1351.         type: item
  1352.         item:
  1353.           material: BUCKET
  1354.           quantity: 1
  1355.         buyPrice: 200
  1356.         sellPrice: 0
  1357.         slot: 0
  1358.       2:
  1359.         type: item
  1360.         item:
  1361.           material: WATER_BUCKET
  1362.           quantity: 1
  1363.         buyPrice: 500
  1364.         sellPrice: 0
  1365.         slot: 1
  1366.       3:
  1367.         type: item
  1368.         item:
  1369.           material: LAVA_BUCKET
  1370.           quantity: 1
  1371.         buyPrice: 1000
  1372.         sellPrice: 0
  1373.         slot: 2
  1374.       4:
  1375.         type: item
  1376.         item:
  1377.           material: DIODE
  1378.           quantity: 1
  1379.         buyPrice: 500
  1380.         sellPrice: 0
  1381.         slot: 3
  1382.       5:
  1383.         type: item
  1384.         item:
  1385.           material: HOPPER
  1386.           quantity: 1
  1387.         buyPrice: 1000
  1388.         sellPrice: 0
  1389.         slot: 4
  1390.       6:
  1391.         type: item
  1392.         item:
  1393.           material: REDSTONE_TORCH_ON
  1394.           quantity: 1
  1395.         buyPrice: 95
  1396.         sellPrice: 0
  1397.         slot: 5
  1398.       7:
  1399.         type: item
  1400.         item:
  1401.           material: EXP_BOTTLE
  1402.           quantity: 1
  1403.         buyPrice: 32
  1404.         sellPrice: 0
  1405.         slot: 6
  1406.       8:
  1407.         type: item
  1408.         item:
  1409.           material: QUARTZ
  1410.           quantity: 1
  1411.         buyPrice: 25
  1412.         sellPrice: 0
  1413.         slot: 7
  1414.       9:
  1415.         type: item
  1416.         item:
  1417.           material: WEB
  1418.           quantity: 1
  1419.         buyPrice: 62.5
  1420.         sellPrice: 0
  1421.         slot: 8
  1422.       10:
  1423.         type: item
  1424.         item:
  1425.           material: REDSTONE_COMPARATOR
  1426.           quantity: 1
  1427.         buyPrice: 500
  1428.         sellPrice: 0
  1429.         slot: 9
  1430.       11:
  1431.         type: item
  1432.         item:
  1433.           material: CHEST
  1434.           quantity: 1
  1435.         buyPrice: 100
  1436.         sellPrice: 0
  1437.         slot: 10
  1438.       12:
  1439.         type: item
  1440.         item:
  1441.           material: TRAPPED_CHEST
  1442.           quantity: 1
  1443.         buyPrice: 100
  1444.         sellPrice: 0
  1445.         slot: 11
  1446.       13:
  1447.         type: item
  1448.         item:
  1449.           material: ENDER_CHEST
  1450.           quantity: 1
  1451.         buyPrice: 5000
  1452.         sellPrice: 0
  1453.         slot: 12
  1454.       14:
  1455.         type: item
  1456.         item:
  1457.           material: BOOKSHELF
  1458.           quantity: 1
  1459.         buyPrice: 250
  1460.         sellPrice: 0
  1461.         slot: 13
  1462.       15:
  1463.         type: item
  1464.         item:
  1465.           material: BEACON
  1466.           quantity: 1
  1467.         buyPrice: 65000
  1468.         sellPrice: 0
  1469.         slot: 14
  1470.       16:
  1471.         type: item
  1472.         item:
  1473.           material: ENCHANTMENT_TABLE
  1474.           quantity: 1
  1475.         buyPrice: 5000
  1476.         sellPrice: 0
  1477.         slot: 15
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement