Advertisement
gizmobrat

SHOPS

Oct 28th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 99.10 KB | None | 0 0
  1. shops:
  2.   blocks:  
  3.     name: "&9&lBlocks (page %page%)"
  4.     items:
  5.       1:  
  6.         type: item
  7.         item:  
  8.           material: COBBLESTONE
  9.           quantity: 1
  10.         buyPrice: 0.20
  11.         sellPrice: 0.14
  12.         slot: 0
  13.       2:  
  14.         type: item
  15.         item:  
  16.           material: STONE
  17.           quantity: 1
  18.         buyPrice: 1.00
  19.         sellPrice: 0.7
  20.         slot: 1
  21.       3:  
  22.         type: item
  23.         item:  
  24.           material: GRANITE
  25.           quantity: 1
  26.         buyPrice: 1.5
  27.         sellPrice: 1.05
  28.         slot: 2
  29.       4:  
  30.         type: item
  31.         item:  
  32.           material: POLISHED_GRANITE
  33.           quantity: 1
  34.         buyPrice: 1.5
  35.         sellPrice: 1.05
  36.         slot: 3
  37.       5:  
  38.         type: item
  39.         item:  
  40.           material: DIORITE
  41.           quantity: 1
  42.         buyPrice: 1.50
  43.         sellPrice: 1.05
  44.         slot: 4
  45.       6:  
  46.         type: item
  47.         item:  
  48.           material: POLISHED_DIORITE
  49.           quantity: 1
  50.         buyPrice: 1.5
  51.         sellPrice: 1.05
  52.         slot: 5
  53.       7:      
  54.         type: item
  55.         item:  
  56.           material: ANDESITE
  57.           quantity: 1
  58.           damage: 5
  59.         buyPrice: 1.5
  60.         sellPrice: 1.05
  61.         slot: 6
  62.       8:  
  63.         type: item
  64.         item:  
  65.           material: Grass
  66.           quantity: 1
  67.         buyPrice: 0.75
  68.         sellPrice: 0.52
  69.         slot: 8
  70.       9:  
  71.         type: item
  72.         item:  
  73.           material: DIRT
  74.           quantity: 1
  75.         buyPrice: 0.10
  76.         sellPrice: 0.07
  77.         slot: 9
  78.       10:  
  79.         type: item
  80.         item:  
  81.           material: COARSE_DIRT
  82.           quantity: 1
  83.         buyPrice: 0.2
  84.         sellPrice: 0.14
  85.         slot: 10
  86.       11:  
  87.         type: item
  88.         item:  
  89.           material: PODZOL
  90.           quantity: 1
  91.         buyPrice: 0.2
  92.         sellPrice: 0.14
  93.         slot: 11
  94.       12:
  95.         type: item
  96.         item:  
  97.           material: OAK_PLANKS
  98.           quantity: 1
  99.         buyPrice: 0.25
  100.         sellPrice: 0.18
  101.         slot: 12
  102.       13:  
  103.         type: item
  104.         item:  
  105.           material: SPRUCE_PLANKS
  106.           quantity: 1
  107.           damage: 1
  108.         buyPrice: 0.25
  109.         sellPrice: 0.18
  110.         slot: 13
  111.       14:
  112.         type: item
  113.         item:  
  114.           material: BIRCH_PLANKS
  115.           quantity: 1
  116.           damage: 2
  117.         buyPrice: 0.25
  118.         sellPrice: 0.18
  119.         slot: 14
  120.       15:  
  121.         type: item
  122.         item:  
  123.           material: JUNGLE_PLANKS
  124.           quantity: 1
  125.           damage: 3
  126.         buyPrice: 0.25
  127.         sellPrice: 0.18
  128.         slot: 15
  129.       16:  
  130.         type: item
  131.         item:  
  132.           material: ACACIA_PLANKS
  133.           quantity: 1
  134.           damage: 4
  135.         buyPrice: 0.25
  136.         sellPrice: 0.18
  137.         slot: 16
  138.       17:  
  139.         type: item
  140.         item:  
  141.           material: DARK_OAK_PLANKS
  142.           quantity: 1
  143.           damage: 5
  144.         buyPrice: 0.25
  145.         sellPrice: 0.18
  146.         slot: 17
  147.       18:  
  148.         type: item
  149.         item:  
  150.           material: SAND
  151.           quantity: 1
  152.         buyPrice: 0.3
  153.         sellPrice: 0.21
  154.         slot: 18
  155.       19:  
  156.         type: item
  157.         item:  
  158.           material: REDSTONE
  159.           damage: 1
  160.         buyPrice: 0.3
  161.         sellPrice: 0.21
  162.         slot: 19
  163.       20:  
  164.         type: item
  165.         item:  
  166.           material: GRAVEL
  167.           quantity: 1
  168.         buyPrice: 0.3
  169.         sellPrice: 0.21
  170.         slot: 20
  171.       21:  
  172.         type: item
  173.         item:  
  174.           material: OAK_LOG
  175.           quantity: 1
  176.         buyPrice: 1
  177.         sellPrice: 0.7
  178.         slot: 21
  179.       22:  
  180.         type: item
  181.         item:  
  182.           material: SPRUCE_LOG
  183.         buyPrice: 1
  184.         sellPrice: 0.7
  185.         slot: 22
  186.       23:
  187.         type: item
  188.         item:  
  189.           material: BIRCH_LOG
  190.           quantity: 1
  191.         buyPrice: 1
  192.         sellPrice: 0.7
  193.         slot: 23
  194.       24:  
  195.         type: item
  196.         item:  
  197.           material: JUNGLE_LOG
  198.           quantity: 1
  199.         buyPrice: 1
  200.         sellPrice: 0.7
  201.         slot: 24
  202.       25:  
  203.         type: item
  204.         item:  
  205.           material: ACACIA_LOG
  206.           quantity: 1
  207.         buyPrice: 1
  208.         sellPrice: 0.7
  209.         slot: 25
  210.       26:  
  211.         type: item
  212.         item:  
  213.           material: DARK_OAK_LOG
  214.           quantity: 1
  215.         buyPrice: 1
  216.         sellPrice: 0.7
  217.         slot: 26
  218.       27:  
  219.         type: item
  220.         item:  
  221.           material: SPONGE
  222.           quantity: 1
  223.         buyPrice: 50.0
  224.         sellPrice: 35
  225.         slot: 27
  226.       28:  
  227.         type: item
  228.         item:  
  229.           material: WET_SPONGE
  230.           quantity: 1
  231.         buyPrice: 50
  232.         sellPrice: 35
  233.         slot: 28
  234.       29:  
  235.         type: item
  236.         item:  
  237.           material: SANDSTONE
  238.           quantity: 1
  239.         buyPrice: 1.2
  240.         sellPrice: 0.84
  241.         slot: 29
  242.       30:  
  243.         type: item
  244.         item:  
  245.           material: CHISELED_SANDSTONE
  246.           quantity: 1
  247.         buyPrice: 1.2
  248.         sellPrice: 0.84
  249.         slot: 30
  250.       31:  
  251.         type: item
  252.         item:  
  253.           material: SMOOTH_SANDSTONE
  254.           quantity: 1
  255.         buyPrice: 1.2
  256.         sellPrice: 0.84
  257.         slot: 31
  258.       32:  
  259.         type: item
  260.         item:  
  261.           material: STONE_SLAB #stone slab
  262.         buyPrice: 0.5
  263.         sellPrice: 0.35
  264.         slot: 32
  265.       33:  
  266.         type: item
  267.         item:  
  268.           material: SANDSTONE_SLAB #sandstone slab
  269.         buyPrice: 0.6
  270.         sellPrice: 0.42
  271.         slot: 33
  272.       34:  
  273.         type: item
  274.         item:  
  275.           material: COBBLESTONE_SLAB #cobble slab
  276.         buyPrice: 0.25
  277.         sellPrice: 0.17
  278.         slot: 34
  279.       35:  
  280.         type: item
  281.         item:  
  282.           material: BRICK_SLAB #brick slab
  283.         buyPrice: 6.5
  284.         sellPrice: 2.27
  285.         slot: 35
  286.       36:  
  287.         type: item
  288.         item:  
  289.           material: STONE_BRICK_SLAB #stonebrick slab
  290.         sellPrice: 1
  291.         buyPrice: 0.07
  292.         slot: 36
  293.       37:  
  294.         type: item
  295.         item:  
  296.           material: NETHER_BRICK_SLAB #nether brick slab
  297.         buyPrice: 2.7
  298.         sellPrice: 1.89
  299.         slot: 37
  300.       38:  
  301.         type: item
  302.         item:  
  303.           material: QUARTZ_SLAB #quartz slab
  304.         buyPrice: 6.00
  305.         sellPrice: 4.2
  306.         slot: 38
  307.       39:  
  308.         type: item
  309.         item:  
  310.           material: BRICK # Brick
  311.         buyPrice: 6.5
  312.         sellPrice: 4.55
  313.         slot: 39
  314.       40:  
  315.         type: item
  316.         item:  
  317.           material: BOOKSHELF #Bookshelf
  318.         buyPrice: 34.5
  319.         sellPrice: 24.15
  320.         slot: 40
  321.       41:  
  322.         type: item
  323.         item:  
  324.           material: MOSSY_COBBLESTONE # Moss Stone
  325.         buyPrice: 5.5
  326.         sellPrice: 3.85
  327.         slot: 41
  328.       42:  
  329.         type: item
  330.         item:  
  331.           material: OBSIDIAN # Obby
  332.         buyPrice: 80
  333.         sellPrice: 56
  334.         slot: 42
  335.       43:  
  336.         type: item
  337.         item:  
  338.           material: OAK_STAIRS
  339.         buyPrice: .37
  340.         sellPrice: 0.26
  341.         slot: 43
  342.       44:  
  343.         type: item
  344.         item:  
  345.           material: COBBLESTONE_STAIRS
  346.         buyPrice: 0.3
  347.         sellPrice: 0.21
  348.         slot: 44
  349.       45:  
  350.         type: item #refine price
  351.         item:  
  352.           material: ICE
  353.         buyPrice: 1.50
  354.         sellPrice: 1.20
  355.         slot: 7
  356.         page: 3
  357.       46:  
  358.         type: item
  359.         item:  
  360.           material: SNOW
  361.         buyPrice: 4
  362.         sellPrice: 2.8
  363.         slot: 0
  364.         page: 2
  365.       47:  
  366.         type: item
  367.         item:  
  368.           material: NETHER_BRICK
  369.         buyPrice: 0.10
  370.         sellPrice: 0.08
  371.         slot: 1
  372.         page: 2
  373.       48:  
  374.         type: item
  375.         item:  
  376.           material: SOUL_SAND
  377.         buyPrice: 1.50
  378.         sellPrice: 1.05
  379.         slot: 2
  380.         page: 2
  381.       49:  
  382.         type: item
  383.         item:  
  384.           material: GLOWSTONE
  385.         buyPrice: 4
  386.         sellPrice: 2.8
  387.         slot: 3
  388.         page: 2
  389.       50:  
  390.         type: item
  391.         item:  
  392.           material: STONE_BRICKS
  393.         buyPrice: 1
  394.         sellPrice: .7
  395.         slot: 4
  396.         page: 2
  397.       51:  
  398.         type: item
  399.         item:  
  400.           material: MOSSY_STONE_BRICKS
  401.         buyPrice: 5.5
  402.         sellPrice: 3.85
  403.         slot: 5
  404.         page: 2
  405.       52:  
  406.         type: item
  407.         item:  
  408.           material: CRACKED_STONE_BRICKS
  409.         buyPrice: 2.25
  410.         sellPrice: 1.57
  411.         slot: 6
  412.         page: 2
  413.       53:  
  414.         type: item
  415.         item:  
  416.           material: CHISELED_STONE_BRICKS
  417.         buyPrice: 2
  418.         sellPrice: 1.4
  419.         slot: 7
  420.         page: 2
  421.       54:  
  422.         type: item
  423.         item:  
  424.           material:BRICK_STAIRS
  425.         buyPrice: 9.75
  426.         sellPrice: 6.82
  427.         slot: 8
  428.         page: 2
  429.       55:  
  430.         type: item
  431.         item:  
  432.           material: STONE_BRICK_STAIRS
  433.         buyPrice: 1.5
  434.         sellPrice: 1.05
  435.         slot: 9
  436.         page: 2
  437.       56:  
  438.         type: item
  439.         item:  
  440.           material: MYCELIUM
  441.         buyPrice: 0.20
  442.         sellPrice: 0.14
  443.         slot: 10
  444.         page: 2
  445.       57:  
  446.         type: item
  447.         item:  
  448.           material: NETHER_BRICK
  449.         buyPrice: 5.40
  450.         sellPrice: 3.78
  451.         slot: 11
  452.         page: 2
  453.       58:  
  454.         type: item
  455.         item:  
  456.           material: NETHER_BRICK_STAIRS
  457.         buyPrice: 8.10
  458.         sellPrice: 5.67
  459.         slot: 12
  460.         page: 2
  461.       59:  
  462.         type: item
  463.         item:  
  464.           material: END_STONE
  465.         buyPrice: 2.00
  466.         sellPrice: 1.4
  467.         slot: 13
  468.         page: 2
  469.       60:  
  470.         type: item
  471.         item:  
  472.           material: OAK_SLAB
  473.         buyPrice: 0.37
  474.         sellPrice: 0.26
  475.         slot: 14
  476.         page: 2
  477.       61:  
  478.         type: item
  479.         item:  
  480.           material: SPRUCE_SLAB
  481.         buyPrice: 0.37
  482.         sellPrice: 0.26
  483.         slot: 15
  484.         page: 2
  485.       62:  
  486.         type: item
  487.         item:  
  488.           material: BIRCH_SLAB
  489.         buyPrice: 0.37
  490.         sellPrice: 0.26
  491.         slot: 16
  492.         page: 2
  493.       63:  
  494.         type: item
  495.         item:  
  496.           material: JUNGLW_SLAB
  497.         buyPrice: 0.37
  498.         sellPrice: 0.26
  499.         slot: 17
  500.         page: 2
  501.       64:  
  502.         type: item
  503.         item:  
  504.           material: ACACIA_SLAB
  505.         buyPrice: 0.37
  506.         sellPrice: 0.26
  507.         slot: 18
  508.         page: 2
  509.       65:  
  510.         type: item
  511.         item:  
  512.           material: DARK_OAK_SLAB
  513.         buyPrice: 0.37
  514.         sellPrice: 0.26
  515.         slot: 19
  516.         page: 2
  517.       66:  
  518.         type: item
  519.         item:  
  520.           material: SANDSTONE_STAIRS
  521.         buyPrice: 1.8
  522.         sellPrice: 1.26
  523.         slot: 20
  524.         page: 2
  525.       67:  
  526.         type: item
  527.         item:  
  528.           material: SPRUCE_STAIRS
  529.         buyPrice: 0.37
  530.         sellPrice: 0.26
  531.         slot: 21
  532.         page: 2
  533.       68:  
  534.         type: item
  535.         item:  
  536.           material: BIRCH_STAIRS
  537.         buyPrice: 0.37
  538.         sellPrice: 0.26
  539.         slot: 22
  540.         page: 2
  541.       69:  
  542.         type: item
  543.         item:  
  544.           material: JUNGLE_STAIRS
  545.         buyPrice: 0.37
  546.         sellPrice: 0.26
  547.         slot: 23
  548.         page: 2
  549.       70:  
  550.         type: item
  551.         item:  
  552.           material: COBBLESTONE_WALL
  553.         buyPrice: 0.2
  554.         sellPrice: 0.14
  555.         slot: 24
  556.         page: 2
  557.       71:  
  558.         type: item
  559.         item:  
  560.           material: MOSSY_COBBLESTONE_WALL
  561.         buyPrice: 5.5
  562.         sellPrice: 3.85
  563.         slot: 25
  564.         page: 2
  565.       72:  
  566.         type: item
  567.         item:  
  568.           material: QUARTZ_BLOCK
  569.         buyPrice: 12
  570.         sellPrice: 8.4
  571.         slot: 26
  572.         page: 2
  573.       73:  
  574.         type: item
  575.         item:  
  576.           material: CHISELED_QUARTZ_BLOCK
  577.         buyPrice: 12
  578.         sellPrice: 8.4
  579.         slot: 27
  580.         page: 2
  581.       74:  
  582.         type: item
  583.         item:  
  584.           material: QUARTZ_PILLAR
  585.         buyPrice: 12.00
  586.         sellPrice: 8.4
  587.         slot: 28
  588.         page: 2
  589.       75:  
  590.         type: item
  591.         item:  
  592.           material: QUARTZ_STAIRS
  593.         buyPrice: 18
  594.         sellPrice: 12.6
  595.         slot: 29
  596.         page: 2
  597.       76:  
  598.         type: item
  599.         item:  
  600.           material: ACACIA_STAIRS
  601.         buyPrice: .37
  602.         sellPrice: .26
  603.         slot: 30
  604.         page: 2
  605.       78:  
  606.         type: item
  607.         item:  
  608.           material: DARK_OAK_STAIRS
  609.         buyPrice: .37
  610.         sellPrice: .26
  611.         slot: 31
  612.         page: 2
  613.       79:  
  614.         type: item
  615.         item:  
  616.           material: PRISMARINE
  617.         buyPrice: 4
  618.         sellPrice: 2.80
  619.         slot: 32
  620.         page: 2
  621.       80:  
  622.         type: item #need price
  623.         item:  
  624.           material: PRISMARINE_BRICKS
  625.         buyPrice: 9
  626.         sellPrice: 7.2
  627.         slot: 33
  628.         page: 2
  629.       81:  
  630.         type: item #need price
  631.         item:  
  632.           material: DARK_PRISMARINE
  633.         buyPrice: 18
  634.         sellPrice: 12.6
  635.         slot: 34
  636.         page: 2
  637.       82:  
  638.         type: item #need price
  639.         item:  
  640.           material: SEA_LANTERN
  641.         buyPrice: 16.5
  642.         sellPrice: 11.55
  643.         slot: 35
  644.         page: 2
  645.       83:  
  646.         type: item
  647.         item:  
  648.           material: HAY_BLOCK
  649.         buyPrice: 54
  650.         sellPrice: 37.8
  651.         slot: 36
  652.         page: 2
  653.       84:  
  654.         type: item
  655.         item:  
  656.           material: PACKED_ICE
  657.         buyPrice: 5.00
  658.         sellPrice: 3.5
  659.         slot: 37
  660.         page: 2
  661.       85:  
  662.         type: item
  663.         item:  
  664.           material: RED_SANDSTONE
  665.         buyPrice: 1.2
  666.         sellPrice: 0.84
  667.         slot: 38
  668.         page: 2
  669.       86:  
  670.         type: item
  671.         item:  
  672.           material: CHISELED_RED_SANDSTONE
  673.           damage: 1
  674.         buyPrice: 1.20
  675.         sellPrice: 0.84
  676.         slot: 39
  677.         page: 2
  678.       87:  
  679.         type: item
  680.         item:  
  681.           material: SMOOTH_RED_SANDSTONE
  682.         buyPrice: 1.20
  683.         sellPrice: 0.84
  684.         slot: 40
  685.         page: 2
  686.       88:  
  687.         type: item
  688.         item:  
  689.           material: RED_SANDSTONE_STAIRS
  690.         buyPrice: 1.8
  691.         sellPrice: 1.26
  692.         slot: 41
  693.         page: 2
  694.       89:  
  695.         type: item
  696.         item:  
  697.           material: RED_SANDSTONE_SLAB
  698.         buyPrice: 0.6
  699.         sellPrice: 0.42
  700.         slot: 42
  701.         page: 2
  702.       90:  
  703.         type: item
  704.         item:  
  705.           material: PURPUR_BLOCK
  706.         buyPrice: 6.25
  707.         sellPrice: 4.37
  708.         slot: 43
  709.         page: 2
  710.       91:  
  711.         type: item
  712.         item:  
  713.           material: PURPUR_PILLAR
  714.         buyPrice: 6.25
  715.         sellPrice: 4.37
  716.         slot: 44
  717.         page: 2
  718.       92:  
  719.         type: item
  720.         item:  
  721.           material: PURPUR_STAIRS
  722.         buyPrice: 9.37
  723.         sellPrice: 6.5
  724.         slot: 0
  725.         page: 3
  726.       93:  
  727.         type: item
  728.         item:  
  729.           material: PURPUR_SLAB
  730.         buyPrice: 3.12
  731.         sellPrice: 2.18
  732.         slot: 1
  733.         page: 3
  734.       94:  
  735.         type: item
  736.         item:
  737.           material: END_STONE_BRICKS
  738.         buyPrice: 2.00
  739.         sellPrice: 1.4
  740.         slot: 2
  741.         page: 3
  742.       95:  
  743.         type: item
  744.         item:  
  745.           material: MAGMA_BLOCK
  746.         buyPrice: 1.5
  747.         sellPrice: 1.05
  748.         slot: 3
  749.         page: 3
  750.       96:  
  751.         type: item
  752.         item:  
  753.           material: NETHER_WART_BLOCK
  754.         buyPrice: 180
  755.         sellPrice: 126
  756.         slot: 4
  757.         page: 3
  758.       98:  
  759.         type: item
  760.         item:  
  761.           material: RED_NETHER_BRICKS
  762.         buyPrice: 42.7
  763.         sellPrice: 29.89
  764.         slot: 5
  765.         page: 3
  766.       99:  
  767.         type: item
  768.         item:  
  769.           material:BONE_BLOCK
  770.         buyPrice: 4.5
  771.         sellPrice: 3.15
  772.         slot: 6
  773.         page: 3
  774.       100:  
  775.         type: item
  776.         item:  
  777.           material: POLISHED_ANDESITE
  778.         buyPrice: 1.5
  779.         sellPrice: 1.05
  780.         slot: 7
  781.   color:
  782.     name: "&aC&9o&dl&bo&cr &aS&9h&do&bp &c(&ap&9a&dg&ce &9%page%&d)"
  783.     items:  
  784.       1:  
  785.         type: item
  786.         item:  
  787.           material: INK_SAC
  788.         buyPrice: 10
  789.         sellPrice: 7
  790.         slot: 0
  791.       2:  
  792.         type: item
  793.         item:  
  794.           material: ROSE_RED
  795.           damage: 1
  796.         buyPrice: 2.50
  797.         sellPrice: 1.75
  798.         slot: 1
  799.       3:  
  800.         type: item
  801.         item:  
  802.           material: CACTUS_GREEN
  803.         buyPrice: 4.25
  804.         sellPrice: 2.97
  805.         slot: 2
  806.       4:  
  807.         type: item
  808.         item:  
  809.           material: COCO_BEANS
  810.         buyPrice: 5.00
  811.         sellPrice: 3.5
  812.         slot: 3
  813.       5:  
  814.         type: item
  815.         item:  
  816.           material: LAPIS_LAZULI
  817.         buyPrice: 15
  818.         sellPrice: 10.5
  819.         slot: 4
  820.       6:  
  821.         type: item
  822.         item:  
  823.           material: PURPLE_DYE
  824.         buyPrice: 8.75
  825.         sellPrice: 6.12
  826.         slot: 5
  827.       7:  
  828.         type: item
  829.         item:  
  830.           material: CYAN_DYE
  831.         buyPrice: 9.62
  832.         sellPrice: 6.73
  833.         slot: 6
  834.       8:  
  835.         type: item
  836.         item:  
  837.           material: LIGHT_GRAY_DYE
  838.         buyPrice: 2.87
  839.         sellPrice: 2.00
  840.         slot: 7
  841.       9:  
  842.         type: item
  843.         item:  
  844.           material: GRAY_DYE
  845.         buyPrice: 5.25
  846.         sellPrice: 3.67
  847.         slot: 8
  848.       10:  
  849.         type: item
  850.         item:  
  851.           material: PINK_DYE
  852.         buyPrice: 1.50
  853.         sellPrice: 1.05
  854.         slot: 9
  855.       11:  
  856.         type: item
  857.         item:  
  858.           material: lIME_DYE
  859.         buyPrice: 2.37
  860.         sellPrice: 1.66
  861.         slot: 10
  862.       12:  
  863.         type: item
  864.         item:  
  865.           material: YELLOW_DYE
  866.         buyPrice: 2.50
  867.         sellPrice: 1.75
  868.         slot: 11
  869.       13:  
  870.         type: item
  871.         item:  
  872.           material: LIGHT_BLUE_DYE
  873.           damage: 12
  874.         buyPrice: 7.75
  875.         sellPrice: 5.42
  876.         slot: 12
  877.       14:  
  878.         type: item
  879.         item:  
  880.           material: MAGENTA_DYE
  881.         buyPrice: 5.12
  882.         sellPrice: 3.58
  883.         slot: 13
  884.       15:  
  885.         type: item
  886.         item:  
  887.           material: ORANGE_DYE
  888.           damage: 14
  889.         buyPrice: 2.50
  890.         sellPrice: 1.75
  891.         slot: 14
  892.       16:  
  893.         type: item
  894.         item:  
  895.           material: BONE_MEAL
  896.           damage: 15
  897.         buyPrice: 0.50
  898.         sellPrice: 0.35
  899.         slot: 15
  900.       17:  
  901.         type: item
  902.         item:  
  903.           material: WHITE_WOOL
  904.           quantity: 1
  905.         buyPrice: 4
  906.         sellPrice: 2.8
  907.         slot: 0
  908.         page: 3
  909.       18:  
  910.         type: item
  911.         item:  
  912.           material: ORANGE_WOOL
  913.           quantity: 1
  914.           damage: 1
  915.         buyPrice: 6.5
  916.         sellPrice: 4.55
  917.         slot: 1
  918.         page: 3
  919.       19:  
  920.         type: item
  921.         item:  
  922.           material: MAGENTA_WOOL
  923.           quantity: 1
  924.         buyPrice: 9.13
  925.         sellPrice: 6.39
  926.         slot: 2
  927.         page: 3
  928.       20:  
  929.         type: item
  930.         item:  
  931.           material: LIGHT_BLUE_WOOL
  932.           quantity: 1
  933.         buyPrice: 11.75
  934.         sellPrice: 8.22
  935.         slot: 3
  936.         page: 3
  937.       21:  
  938.         type: item
  939.         item:  
  940.           material: YELLOW_WOOL
  941.           quantity: 1
  942.         buyPrice: 5.5
  943.         sellPrice: 4.55
  944.         slot: 4
  945.         page: 3
  946.       22:  
  947.         type: item
  948.         item:  
  949.           material: LIME_WOOL
  950.           quantity: 1
  951.         buyPrice: 6.37
  952.         sellPrice: 4.45
  953.         slot: 5
  954.         page: 3
  955.       23:  
  956.         type: item
  957.         item:  
  958.           material: PINK_WOOL
  959.           quantity: 1
  960.         buyPrice: 5.5
  961.         sellPrice: 3.85
  962.         slot: 6
  963.         page: 3
  964.       24:  
  965.         type: item
  966.         item:  
  967.           material: GRAY_WOOL
  968.           quantity: 1
  969.         buyPrice: 9.25
  970.         sellPrice: 6.47
  971.         slot: 7
  972.         page: 3
  973.       25:  
  974.         type: item
  975.         item:  
  976.           material: LIGHT_GRAY_WOOL
  977.           quantity: 1
  978.         buyPrice: 6.87
  979.         sellPrice: 4.80
  980.         slot: 8
  981.         page: 3
  982.       26:  
  983.         type: item
  984.         item:  
  985.           material: CYAN_WOOL
  986.           quantity: 1
  987.         buyPrice: 13.62
  988.         sellPrice: 9.53
  989.         slot: 9
  990.         page: 3
  991.       27:  
  992.         type: item
  993.         item:  
  994.           material: PURPLE_WOOL
  995.           quantity: 1
  996.         buyPrice: 12.75
  997.         sellPrice: 8.92
  998.         slot: 10
  999.         page: 3
  1000.       28:  
  1001.         type: item
  1002.         item:  
  1003.           material: BLUE_WOOL
  1004.           quantity: 1
  1005.         buyPrice: 19
  1006.         sellPrice: 13.3
  1007.         slot: 11
  1008.         page: 3
  1009.       29:  
  1010.         type: item
  1011.         item:  
  1012.           material: BROWN_WOOL
  1013.           quantity: 1
  1014.         buyPrice: 9
  1015.         sellPrice: 6.3
  1016.         slot: 12
  1017.         page: 3
  1018.       30:  
  1019.         type: item
  1020.         item:  
  1021.           material: GREEN_WOOL
  1022.           quantity: 1
  1023.         buyPrice: 8.25
  1024.         sellPrice: 5.77
  1025.         slot: 13
  1026.         page: 3
  1027.       31:  
  1028.         type: item
  1029.         item:  
  1030.           material: RED_WOOL
  1031.           quantity: 1
  1032.         buyPrice: 6.5
  1033.         sellPrice: 4.55
  1034.         slot: 14
  1035.         page: 3
  1036.       32:  
  1037.         type: item
  1038.         item:  
  1039.           material: BLACK_WOOL
  1040.           quantity: 1
  1041.         buyPrice: 14
  1042.         sellPrice: 9.8
  1043.         slot: 15
  1044.         page: 3
  1045.       33:  
  1046.         type: item
  1047.         item:  
  1048.           material: WHITE_CARPET
  1049.           quantity: 1
  1050.         buyPrice: 2.66
  1051.         sellPrice: 1.86
  1052.         slot: 16
  1053.         page: 3
  1054.       34:  
  1055.         type: item
  1056.         item:  
  1057.           material: ORANGE_CARPET
  1058.           quantity: 1
  1059.           damage: 1
  1060.         buyPrice: 4.3
  1061.         sellPrice: 3.03
  1062.         slot: 17
  1063.         page: 3
  1064.       35:  
  1065.         type: item
  1066.         item:  
  1067.           material: MAGENTA_CARPET
  1068.           quantity: 1
  1069.           damage: 2
  1070.         buyPrice: 6.08
  1071.         sellPrice: 4.25
  1072.         slot: 18
  1073.         page: 3
  1074.       36:  
  1075.         type: item
  1076.         item:  
  1077.           material: LIGHT_BLUE_CARPET
  1078.           quantity: 1
  1079.           damage: 3
  1080.         buyPrice: 7.83
  1081.         sellPrice: 5.48
  1082.         slot: 19
  1083.         page: 3
  1084.       37:  
  1085.         type: item
  1086.         item:  
  1087.           material: YELLOW_CARPET
  1088.           quantity: 1
  1089.           damage: 4
  1090.         buyPrice: 3.66
  1091.         sellPrice: 2.56
  1092.         slot: 20
  1093.         page: 3
  1094.       38:  
  1095.         type: item
  1096.         item:  
  1097.           material: LIME_CARPET
  1098.           quantity: 1
  1099.           damage: 5
  1100.         buyPrice: 4.24
  1101.         sellPrice: 2.96
  1102.         slot: 21
  1103.         page: 3
  1104.       39:  
  1105.         type: item
  1106.         item:  
  1107.           material: PINK_CARPET
  1108.           quantity: 1
  1109.           damage: 6
  1110.         buyPrice: 3.66
  1111.         sellPrice: 5.84
  1112.         slot: 22
  1113.         page: 3
  1114.       40:  
  1115.         type: item
  1116.         item:  
  1117.           material: GRAY_CARPET
  1118.           quantity: 1
  1119.           damage: 7
  1120.         buyPrice: 6.16
  1121.         sellPrice: 4.31
  1122.         slot: 23
  1123.         page: 3
  1124.       41:  
  1125.         type: item
  1126.         item:  
  1127.           material: LIGHT_GRAY_CARPET
  1128.           quantity: 1
  1129.           damage: 8
  1130.         buyPrice: 4.58
  1131.         sellPrice: 3.20
  1132.         slot: 24
  1133.         page: 3
  1134.       42:  
  1135.         type: item
  1136.         item:  
  1137.           material: CYAN_CARPET
  1138.           quantity: 1
  1139.           damage: 9
  1140.         buyPrice: 9.08
  1141.         sellPrice: 6.35
  1142.         slot: 25
  1143.         page: 3
  1144.       43:  
  1145.         type: item
  1146.         item:  
  1147.           material: PURPLE_CARPET
  1148.           quantity: 1
  1149.           damage: 10
  1150.         buyPrice: 8.5
  1151.         sellPrice: 5.95
  1152.         slot: 26
  1153.         page: 3
  1154.       44:  
  1155.         type: item
  1156.         item:  
  1157.           material: BLUE_CARPET
  1158.           quantity: 1
  1159.           damage: 11
  1160.         buyPrice: 12.66
  1161.         sellPrice: 8.86
  1162.         slot: 27
  1163.         page: 3
  1164.       45:  
  1165.         type: item
  1166.         item:  
  1167.           material: BROWN_CARPET
  1168.           quantity: 1
  1169.           damage: 12
  1170.         buyPrice: 6
  1171.         sellPrice: 4.2
  1172.         slot: 28
  1173.         page: 3
  1174.       46:  
  1175.         type: item
  1176.         item:  
  1177.           material: GREEN_CARPET
  1178.           quantity: 1
  1179.           damage: 13
  1180.         buyPrice: 5.5
  1181.         sellPrice: 3.85
  1182.         slot: 29
  1183.         page: 3
  1184.       47:  
  1185.         type: item
  1186.         item:  
  1187.           material: RED_CARPET
  1188.           quantity: 1
  1189.           damage: 14
  1190.         buyPrice: 4.33
  1191.         sellPrice: 3.03
  1192.         slot: 30
  1193.         page: 3
  1194.       48:  
  1195.         type: item
  1196.         item:  
  1197.           material: BLACK_CARPET
  1198.           quantity: 1
  1199.           damage: 15
  1200.         buyPrice: 9.33
  1201.         sellPrice: 6.53
  1202.         slot: 31
  1203.         page: 3
  1204.       49:  
  1205.         type: item
  1206.         item:  
  1207.           material: GLASS
  1208.           quantity: 1
  1209.         buyPrice: 1.55
  1210.         sellPrice: 1.08
  1211.         slot: 0
  1212.         page: 2
  1213.       50:  
  1214.         type: item
  1215.         item:  
  1216.           material: WHITE_STAINED_GLASS #white glass
  1217.           quantity: 1
  1218.         buyPrice: 1.61
  1219.         sellPrice: 1.12
  1220.         slot: 1
  1221.         page: 2
  1222.       51:  
  1223.         type: item
  1224.         item:  
  1225.           material: ORANGE_STAINED_GLASS # Orange glass
  1226.           quantity: 1
  1227.           damage: 1
  1228.         buyPrice: 1.86
  1229.         sellPrice: 1.3
  1230.         slot: 2
  1231.         page: 2
  1232.       52:  
  1233.         type: item
  1234.         item:  
  1235.           material: MAGENTA_STAINED_GLASS # magaenta glass
  1236.           quantity: 1
  1237.           damage: 2
  1238.         buyPrice: 2.19
  1239.         sellPrice: 1.53
  1240.         slot: 3
  1241.         page: 2
  1242.       53:  
  1243.         type: item
  1244.         item:  
  1245.           material: LIGHT_BLUE_STAINED_GLASS # light blue glass
  1246.           quantity: 1
  1247.           damage: 3
  1248.         buyPrice: 2.51
  1249.         sellPrice: 1.75
  1250.         slot: 4
  1251.         page: 2
  1252.       54:  
  1253.         type: item
  1254.         item:  
  1255.           material: YELLOW_STAINED_GLASS # yellow glass
  1256.           quantity: 1
  1257.           damage: 4
  1258.         buyPrice: 1.86
  1259.         sellPrice: 1.3
  1260.         slot: 5
  1261.         page: 2
  1262.       55:  
  1263.         type: item
  1264.         item:  
  1265.           material: LIME_STAINED_GLASS # lime glass
  1266.           quantity: 1
  1267.           damage: 5
  1268.         buyPrice: 1.84
  1269.         sellPrice: 1.28
  1270.         slot: 6
  1271.         page: 2
  1272.       56:  
  1273.         type: item
  1274.         item:  
  1275.           material: PINK_STAINED_GLASS # pink glass
  1276.           quantity: 1
  1277.           damage: 6
  1278.         buyPrice: 1.73
  1279.         sellPrice: 1.21
  1280.         slot: 7
  1281.         page: 2
  1282.       57:  
  1283.         type: item
  1284.         item:  
  1285.           material: GRAY_STAINED_GLASS # gray glass
  1286.           quantity: 1
  1287.           damage: 7
  1288.         buyPrice: 2.20
  1289.         sellPrice: 1.54
  1290.         slot: 8
  1291.         page: 2
  1292.       58:  
  1293.         type: item
  1294.         item:  
  1295.           material: LIGHT_GRAY_STAINED_GLASS # light gray glass
  1296.           quantity: 1
  1297.           damage: 8
  1298.         buyPrice: 1.9
  1299.         sellPrice: 1.33
  1300.         slot: 9
  1301.         page: 2
  1302.       59:  
  1303.         type: item
  1304.         item:  
  1305.           material: CYAN_STAINED_GLASS # cyan glass
  1306.           quantity: 1
  1307.           damage: 9
  1308.         buyPrice: 2.75
  1309.         sellPrice: 1.92
  1310.         slot: 10
  1311.         page: 2
  1312.       60:  
  1313.         type: item
  1314.         item:  
  1315.           material: PURPLE_STAINED_GLASS #Purple glass
  1316.           quantity: 1
  1317.           damage: 10
  1318.         buyPrice: 2.64
  1319.         sellPrice: 1.85
  1320.         slot: 11
  1321.         page: 2
  1322.       61:  
  1323.         type: item
  1324.         item:  
  1325.           material: BLUE_STAINED_GLASS # Blue glass
  1326.           quantity: 1
  1327.           damage: 11
  1328.         buyPrice: 3.42
  1329.         sellPrice: 2.39
  1330.         slot: 12
  1331.         page: 2
  1332.       62:  
  1333.         type: item
  1334.         item:  
  1335.           material: BROWN_STAINED_GLASS # brown GLASS
  1336.           quantity: 1
  1337.           damage: 12
  1338.         buyPrice: 2.17
  1339.         sellPrice: 1.52
  1340.         slot: 13
  1341.         page: 2
  1342.       63:  
  1343.         type: item
  1344.         item:  
  1345.           material: GREEN_STAINED_GLASS # Green glass
  1346.           quantity: 1
  1347.           damage: 13
  1348.         buyPrice: 2.08
  1349.         sellPrice: 1.45
  1350.         slot: 14
  1351.         page: 2
  1352.       64:  
  1353.         type: item
  1354.         item:  
  1355.           material: RED_STAINED_GLASS # red glass
  1356.           quantity: 1
  1357.           damage: 14
  1358.         buyPrice: 1.86
  1359.         sellPrice: 1.30
  1360.         slot: 15
  1361.         page: 2
  1362.       65:  
  1363.         type: item
  1364.         item:  
  1365.           material: BLACK_STAINED_GLASS #black glass
  1366.           quantity: 1
  1367.           damage: 15
  1368.         buyPrice: 2.2
  1369.         sellPrice: 1.96
  1370.         slot: 16
  1371.         page: 2
  1372.       66:  
  1373.         type: item
  1374.         item:  
  1375.           material: GLASS_PANE
  1376.           quantity: 1
  1377.         buyPrice: 0.58
  1378.         sellPrice: 0.40
  1379.         slot: 17
  1380.         page: 2
  1381.       67:  
  1382.         type: item
  1383.         item:  
  1384.           material: WHITE_STAINED_GLASS_PANE
  1385.           quantity: 1
  1386.         buyPrice: 0.6
  1387.         sellPrice: 0.42
  1388.         slot: 18
  1389.         page: 2
  1390.       68:  
  1391.         type: item
  1392.         item:  
  1393.           material: ORANGE_STAINED_GLASS_PANE
  1394.           quantity: 1
  1395.           damage: 1
  1396.         buyPrice: 0.69
  1397.         sellPrice: 0.48
  1398.         slot: 19
  1399.         page: 2
  1400.       69:  
  1401.         type: item
  1402.         item:  
  1403.           material: MAGENTA_STAINED_GLASS_PANE # magaenta glass pane
  1404.           quantity: 1
  1405.           damage: 2
  1406.         buyPrice: 0.82
  1407.         sellPrice: 0.57
  1408.         slot: 20
  1409.         page: 2
  1410.       70:  
  1411.         type: item
  1412.         item:  
  1413.           material: LIGHT_BLUE_STAINED_GLASS_PANE # light blue glass pane
  1414.           quantity: 1
  1415.           damage: 3
  1416.         buyPrice: 0.94
  1417.         sellPrice: 0.65
  1418.         slot: 21
  1419.         page: 2
  1420.       71:  
  1421.         type: item
  1422.         item:  
  1423.           material: STAINED_GLASS_PANE # yellow glass pane
  1424.           quantity: 1
  1425.           damage: 4
  1426.         buyPrice: 0.69
  1427.         sellPrice: 0.48
  1428.         slot: 22
  1429.         page: 2
  1430.       72:  
  1431.         type: item
  1432.         item:  
  1433.           material: LIME_STAINED_GLASS_PANE # lime glass pane
  1434.           quantity: 1
  1435.           damage: 5
  1436.         buyPrice: 0.69
  1437.         sellPrice: 0.48
  1438.         slot: 23
  1439.         page: 2
  1440.       73:  
  1441.         type: item
  1442.         item:  
  1443.           material: PINK_STAINED_GLASS_PANE # Pink glass pane
  1444.           quantity: 1
  1445.           damage: 6
  1446.         buyPrice: 0.64
  1447.         sellPrice: 0.45
  1448.         slot: 24
  1449.         page: 2
  1450.       74:  
  1451.         type: item
  1452.         item:  
  1453.           material: GRAY_STAINED_GLASS_PANE # gray glass pane
  1454.           quantity: 1
  1455.           damage: 7
  1456.         buyPrice: 0.71
  1457.         sellPrice: 0.49
  1458.         slot: 25
  1459.         page: 2
  1460.       75:  
  1461.         type: item
  1462.         item:  
  1463.           material: LIGHT_GRAY_STAINED_GLASS_PANE #light gray glass pane
  1464.           quantity: 1
  1465.           damage: 8
  1466.         buyPrice: 0.71
  1467.         sellPrice: 0.49
  1468.         slot: 26
  1469.         page: 2
  1470.       76:  
  1471.         type: item
  1472.         item:  
  1473.           material: CYAN_STAINED_GLASS_PANE # cyan glass pane
  1474.           quantity: 1
  1475.           damage: 9
  1476.         buyPrice: 1.03
  1477.         sellPrice: 0.72
  1478.         slot: 28
  1479.         page: 2
  1480.       77:  
  1481.         type: item
  1482.         item:  
  1483.           material: PURPLE_STAINED_GLASS_PANE # Purple glass pane
  1484.           quantity: 1
  1485.           damage: 10
  1486.         buyPrice: 0.99
  1487.         sellPrice: 0.69
  1488.         slot: 29
  1489.         page: 2
  1490.       78:  
  1491.         type: item
  1492.         item:  
  1493.           material: BLUE_STAINED_GLASS_PANE # Blue glass pane
  1494.           quantity: 1
  1495.           damage: 11
  1496.         buyPrice: 1.28
  1497.         sellPrice: 0.89
  1498.         slot: 30
  1499.         page: 2
  1500.       79:  
  1501.         type: item
  1502.         item:  
  1503.           material: BROWN_STAINED_GLASS_PANE # Brown glass pane
  1504.           quantity: 1
  1505.           damage: 12
  1506.         buyPrice: 0.81
  1507.         sellPrice: 0.56
  1508.         slot: 31
  1509.         page: 2
  1510.       80:  
  1511.         type: item
  1512.         item:  
  1513.           material: GREEN_STAINED_GLASS_PANE # Green glass pane
  1514.           quantity: 1
  1515.           damage: 13
  1516.         buyPrice: 0.78
  1517.         sellPrice: 0.54
  1518.         slot: 32
  1519.         page: 2
  1520.       81:  
  1521.         type: item
  1522.         item:  
  1523.           material: RED_STAINED_GLASS_PANE # Red glass pane
  1524.           quantity: 1
  1525.           damage: 14
  1526.         buyPrice: 0.69
  1527.         sellPrice: 0.48
  1528.         slot: 33
  1529.         page: 2
  1530.       82:  
  1531.         type: item
  1532.         item:  
  1533.           material: BLACK_STAINED_GLASS_PANE # black
  1534.           quantity: 1
  1535.           damage: 15
  1536.         buyPrice: 0.82
  1537.         sellPrice: 0.57
  1538.         slot: 34
  1539.         page: 2
  1540.       83:  
  1541.         type: item
  1542.         item:  
  1543.           material: CLAY_BALL
  1544.           quantity: 1
  1545.         buyPrice: 0.37
  1546.         sellPrice: 0.26
  1547.         slot: 0
  1548.         page: 4
  1549.       84:  
  1550.         type: item
  1551.         item:  
  1552.           material: CLAY
  1553.           quantity: 1
  1554.         buyPrice: 1.5
  1555.         sellPrice: 1.05
  1556.         slot: 1
  1557.         page: 4
  1558.       85:  
  1559.         type: item
  1560.         item:  
  1561.           material: TERRACOTTA # Terracotta
  1562.           quantity: 1
  1563.         buyPrice: 2.75
  1564.         sellPrice: 1.92
  1565.         slot: 2
  1566.         page: 4
  1567.       86:  
  1568.         type: item
  1569.         item:  
  1570.           material: WHITE_TERRACOTTA #white Terracotta
  1571.           quantity: 1
  1572.         buyPrice: 2.81
  1573.         sellPrice: 1.96
  1574.         slot: 3
  1575.         page: 4
  1576.       87:  
  1577.         type: item
  1578.         item:  
  1579.           material: ORANGE_TERRACOTTA # Orange Terracotta
  1580.           quantity: 1
  1581.           damage: 1
  1582.         buyPrice: 3.06
  1583.         sellPrice: 2.14
  1584.         slot: 4
  1585.         page: 4
  1586.       88:  
  1587.         type: item
  1588.         item:  
  1589.           material: MAGENTA_TERRACOTTA # magaenta Terracotta
  1590.           quantity: 1
  1591.           damage: 2
  1592.         buyPrice: 3.39
  1593.         sellPrice: 2.37
  1594.         slot: 5
  1595.         page: 4
  1596.       89:  
  1597.         type: item
  1598.         item:  
  1599.           material: LIGHT_BLUE_TERRACOTTA # light blue Terracotta
  1600.           quantity: 1
  1601.           damage: 3
  1602.         buyPrice: 3.71
  1603.         sellPrice: 2.06
  1604.         slot: 6
  1605.         page: 4
  1606.       90:  
  1607.         type: item
  1608.         item:  
  1609.           material: YELLOW_TERRACOTTA # yellow Terracotta
  1610.           quantity: 1
  1611.           damage: 4
  1612.         buyPrice: 3.06
  1613.         sellPrice: 2.14
  1614.         slot: 7
  1615.         page: 4
  1616.       91:  
  1617.         type: item
  1618.         item:  
  1619.           material: LIME_TERRACOTTA # Lime Terracotta
  1620.           quantity: 1
  1621.           damage: 5
  1622.         buyPrice: 3.04
  1623.         sellPrice: 2.13
  1624.         slot: 8
  1625.         page: 4
  1626.       92:  
  1627.         type: item
  1628.         item:  
  1629.           material: PINK_TERRACOTTA  #pink Terracotta
  1630.           quantity: 1
  1631.           damage: 6
  1632.         buyPrice: 2.93
  1633.         sellPrice: 2.05
  1634.         slot: 9
  1635.         page: 4
  1636.       93:  
  1637.         type: item
  1638.         item:  
  1639.           material: GRAY_TERRACOTTA #Gray Terracotta
  1640.           quantity: 1
  1641.           damage: 7
  1642.         buyPrice: 3.4
  1643.         sellPrice: 2.38
  1644.         slot: 10
  1645.         page: 4
  1646.       94:  
  1647.         type: item
  1648.         item:  
  1649.           material: LIGHT_GRAY_TERRACOTTA # Light gray Terracotta
  1650.           quantity: 1
  1651.           damage: 8
  1652.         buyPrice: 3.1
  1653.         sellPrice: 2.48
  1654.         slot: 11
  1655.         page: 4
  1656.       95:  
  1657.         type: item
  1658.         item:  
  1659.           material: CYAN_TERRACOTTA # Cyan Terracotta
  1660.           quantity: 1
  1661.           damage: 9
  1662.         buyPrice: 3.95
  1663.         sellPrice: 2.76
  1664.         slot: 12
  1665.         page: 4
  1666.       96:  
  1667.         type: item
  1668.         item:  
  1669.           material: PURPLE_TERRACOTTA # Purple Terracotta
  1670.           quantity: 1
  1671.           damage: 10
  1672.         buyPrice: 3.84
  1673.         sellPrice: 2.69
  1674.         slot: 13
  1675.         page: 4
  1676.       97:  
  1677.         type: item
  1678.         item:  
  1679.           material: BLUE_TERRACOTTA   # Blue Terracotta
  1680.           quantity: 1
  1681.           damage: 11
  1682.         buyPrice: 4.62
  1683.         sellPrice: 3.23
  1684.         slot: 14
  1685.         page: 4
  1686.       98:  
  1687.         type: item
  1688.         item:  
  1689.           material: BROWN_TERRACOTTA # Brown Terracotta
  1690.           quantity: 1
  1691.           damage: 12
  1692.         buyPrice: 3.37
  1693.         sellPrice: 2.36
  1694.         slot: 15
  1695.         page: 4
  1696.       99:  
  1697.         type: item
  1698.         item:  
  1699.           material: GREEN_TERRACOTTA #green Terracotta
  1700.           quantity: 1
  1701.           damage: 13
  1702.         buyPrice: 3.28
  1703.         sellPrice: 2.29
  1704.         slot: 16
  1705.         page: 4
  1706.       100:  
  1707.         type: item
  1708.         item:  
  1709.           material: RED_TERRACOTTA #red Terracotta
  1710.           quantity: 1
  1711.           damage: 14
  1712.         buyPrice: 3.06
  1713.         sellPrice: 2.14
  1714.         slot: 17
  1715.         page: 4
  1716.       101:  
  1717.         type: item
  1718.         item:  
  1719.           material: BLACK_TERRACOTTA # black Terracotta
  1720.           quantity: 1
  1721.           damage: 15
  1722.         buyPrice: 4
  1723.         sellPrice: 2.8
  1724.         slot: 18
  1725.         page: 4
  1726.       102:  
  1727.         type: item
  1728.         item:
  1729.           material: WHITE_GLAZED_TERRACOTTA
  1730.           quantity: 1
  1731.         buyPrice: 4.06
  1732.         sellPrice: 2.84
  1733.         slot: 19
  1734.         page: 4
  1735.       103:  
  1736.         type: item
  1737.         item:  
  1738.           material: ORANGE_GLAZED_TERRACOTTA
  1739.           quantity: 1
  1740.         buyPrice: 4.31
  1741.         sellPrice: 3.01
  1742.         slot: 20
  1743.         page: 4
  1744.       104:
  1745.         type: item
  1746.         item:  
  1747.           material: MAGENTA_GLAZED_TERRACOTTA # Magenta Glazed Terracotta
  1748.           quantity: 1
  1749.         buyPrice: 4.64
  1750.         sellPrice: 3.24
  1751.         slot: 21
  1752.         page: 4
  1753.       105:  
  1754.         type: item
  1755.         item:
  1756.           material: LIGHT_BLUE_GLAZED_TERRACOTTA # light blue Glazed Terracotta
  1757.           quantity: 1
  1758.         buyPrice: 4.96
  1759.         sellPrice: 3.47
  1760.         slot: 22
  1761.         page: 4
  1762.       106:  
  1763.         type: item
  1764.         item:  
  1765.           material: YELLOW_GLAZED_TERRACOTTA
  1766.           quantity: 1
  1767.         buyPrice: 4.31
  1768.         sellPrice: 3.01
  1769.         slot: 23
  1770.         page: 4
  1771.       107:  
  1772.         type: item
  1773.         item:  
  1774.           material: LIME_GLAZED_TERRACOTTA
  1775.           quantity: 1
  1776.         buyPrice: 4.29
  1777.         sellPrice: 3
  1778.         slot: 24
  1779.         page: 4
  1780.       108:  
  1781.         type: item
  1782.         item:  
  1783.           material: PINK_GLAZED_TERRACOTTA
  1784.           quantity: 1
  1785.         buyPrice: 4.18
  1786.         sellPrice: 2.92
  1787.         slot: 25
  1788.         page: 4
  1789.       109:  
  1790.         type: item
  1791.         item:  
  1792.           material: GRAY_GLAZED_TERRACOTTA
  1793.           quantity: 1
  1794.         buyPrice: 4.65
  1795.         sellPrice: 3.25
  1796.         slot: 26
  1797.         page: 4
  1798.       110:  
  1799.         type: item
  1800.         item:  
  1801.           material: LIGHT_GRAY_GLAZED_TERRACOTTA
  1802.           quantity: 1
  1803.         buyPrice: 4.35
  1804.         sellPrice: 3.04
  1805.         slot: 27
  1806.         page: 4
  1807.       111:  
  1808.         type: item
  1809.         item:  
  1810.           material: CYAN_GLAZED_TERRACOTTA
  1811.           quantity: 1
  1812.         buyPrice: 5.2
  1813.         sellPrice: 3.64
  1814.         slot: 28
  1815.         page: 4
  1816.       112:  
  1817.         type: item
  1818.         item:  
  1819.           material: PURPLE_GLAZED_TERRACOTTA
  1820.           quantity: 1
  1821.         buyPrice: 5.87
  1822.         sellPrice: 4.10
  1823.         slot: 29
  1824.         page: 4
  1825.       113:  
  1826.         type: item
  1827.         item:  
  1828.           material: BLUE_GLAZED_TERRACOTTA
  1829.           quantity: 1
  1830.         buyPrice: 5.87
  1831.         sellPrice: 4.10
  1832.         slot: 30
  1833.         page: 4
  1834.       114:  
  1835.         type: item
  1836.         item:  
  1837.           material: BROWN_GLAZED_TERRACOTTA
  1838.           quantity: 1
  1839.         buyPrice: 4.62
  1840.         sellPrice: 3.23
  1841.         slot: 31
  1842.         page: 4
  1843.       115:  
  1844.         type: item
  1845.         item:  
  1846.           material: GREEN_GLAZED_TERRACOTTA
  1847.           quantity: 1
  1848.         buyPrice: 4.53
  1849.         sellPrice: 3.17
  1850.         slot: 32
  1851.         page: 4
  1852.       116:  
  1853.         type: item
  1854.         item:  
  1855.           material: RED_GLAZED_TERRACOTTA
  1856.           quantity: 1
  1857.         buyPrice: 4.31
  1858.         sellPrice: 3.01
  1859.         slot: 33
  1860.         page: 4
  1861.       117:  
  1862.         type: item
  1863.         item:  
  1864.           material: BLACK_GLAZED_TERRACOTTA
  1865.           quantity: 1
  1866.         buyPrice: 5.25
  1867.         sellPrice: 3.67
  1868.         slot: 34
  1869.         page: 4
  1870.       118:  
  1871.         type: item
  1872.         item:  
  1873.           material: WHITE_CONCRETE_POWDER
  1874.           quantity: 1
  1875.           damage: 0
  1876.         buyPrice: 0.36
  1877.         sellPrice: 0.25
  1878.         slot: 0
  1879.         page: 5
  1880.       119:  
  1881.         type: item
  1882.         item:  
  1883.           material: ORANGE_CONCRETE_POWDER
  1884.           quantity: 1
  1885.           damage: 1
  1886.         buyPrice: .61
  1887.         sellPrice: .42
  1888.         slot: 1
  1889.         page: 5
  1890.       220:
  1891.         type: item
  1892.         item:  
  1893.           material: MAGENTA_CONCRETE_POWDER
  1894.           quantity: 1
  1895.           damage: 2
  1896.         buyPrice: 0.94
  1897.         sellPrice: .75
  1898.         slot: 2
  1899.         page: 5
  1900.       221:  
  1901.         type: item
  1902.         item:  
  1903.           material: LIGHT_BLUE_CONCRETE_POWDER
  1904.           quantity: 1
  1905.           damage: 3
  1906.         buyPrice: 1.26
  1907.         sellPrice: 0.88
  1908.         slot: 3
  1909.         page: 5
  1910.       222:  
  1911.         type: item
  1912.         item:  
  1913.           material: YELLOW_CONCRETE_POWDER
  1914.           quantity: 1
  1915.           damage: 4
  1916.         buyPrice: 0.61
  1917.         sellPrice: 0.42
  1918.         slot: 4
  1919.         page: 5
  1920.       223:  
  1921.         type: item
  1922.         item:  
  1923.           material: LIME_CONCRETE_POWDER
  1924.           quantity: 1
  1925.           damage: 5
  1926.         buyPrice: 0.59
  1927.         sellPrice: 0.41
  1928.         slot: 5
  1929.         page: 5
  1930.       224:  
  1931.         type: item
  1932.         item:  
  1933.           material: PINK_CONCRETE_POWDER
  1934.           quantity: 1
  1935.           damage: 6
  1936.         buyPrice: 0.48
  1937.         sellPrice: 0.34
  1938.         slot: 6
  1939.         page: 5
  1940.       225:  
  1941.         type: item
  1942.         item:  
  1943.           material: GRAY_CONCRETE_POWDER
  1944.           quantity: 1
  1945.           damage: 7
  1946.         buyPrice: 0.95
  1947.         sellPrice: 0.66
  1948.         slot: 7
  1949.         page: 5
  1950.       226:  
  1951.         type: item
  1952.         item:  
  1953.           material: LIGHT_GRAY_CONCRETE_POWDER
  1954.           quantity: 1
  1955.           damage: 8
  1956.         buyPrice: 0.65
  1957.         sellPrice: 0.46
  1958.         slot: 8
  1959.         page: 5
  1960.       227:  
  1961.         type: item
  1962.         item:  
  1963.           material: CYAN_CONCRETE_POWDER
  1964.           quantity: 1
  1965.           damage: 9
  1966.         buyPrice: 1.5
  1967.         sellPrice: 1.05
  1968.         slot: 10
  1969.         page: 5
  1970.       228:  
  1971.         type: item
  1972.         item:  
  1973.           material: PURPLE_CONCRETE_POWDER
  1974.           quantity: 1
  1975.           damage: 10
  1976.         buyPrice: 1.39
  1977.         sellPrice: 0.97
  1978.         slot: 11
  1979.         page: 5
  1980.       229:  
  1981.         type: item
  1982.         item:  
  1983.           material: BLUE_CONCRETE_POWDER
  1984.           quantity: 1
  1985.           damage: 11
  1986.         buyPrice: 2.17
  1987.         sellPrice: 1.25
  1988.         slot: 12
  1989.         page: 5
  1990.       230:  
  1991.         type: item
  1992.         item:  
  1993.           material: BROWN_CONCRETE_POWDER
  1994.           quantity: 1
  1995.           damage: 12
  1996.         buyPrice: 0.92
  1997.         sellPrice: 0.64
  1998.         slot: 13
  1999.         page: 5
  2000.       231:  
  2001.         type: item
  2002.         item:  
  2003.           material: GREEN_CONCRETE_POWDER
  2004.           quantity: 1
  2005.           damage: 13
  2006.         buyPrice: 0.83
  2007.         sellPrice: 0.58
  2008.         slot: 14
  2009.         page: 5
  2010.       232:  
  2011.         type: item
  2012.         item:  
  2013.           material: RED_CONCRETE_POWDER
  2014.           quantity: 1
  2015.           damage: 14
  2016.         buyPrice: 0.61
  2017.         sellPrice: 0.42
  2018.         slot: 15
  2019.         page: 5
  2020.       233:  
  2021.         type: item
  2022.         item:  
  2023.           material: BLACK_CONCRETE_POWDER
  2024.           quantity: 1
  2025.           damage: 15
  2026.         buyPrice: 1.55
  2027.         sellPrice: 1.08
  2028.         slot: 16
  2029.         page: 5    
  2030.  
  2031.       234:
  2032.         type: item
  2033.         item:  
  2034.           material: WHITE_CONCRETE
  2035.           quantity: 1
  2036.           damage: 0
  2037.         buyPrice: 0.36
  2038.         sellPrice: 0.25
  2039.         slot: 18
  2040.         page: 5
  2041.       235:  
  2042.         type: item
  2043.         item:  
  2044.           material: ORANGE_CONCRETE
  2045.           quantity: 1
  2046.           damage: 1
  2047.         buyPrice: .61
  2048.         sellPrice: .42
  2049.         slot: 19
  2050.         page: 5
  2051.       236:
  2052.         type: item
  2053.         item:  
  2054.           material: MAGENTA__CONCRETE
  2055.           quantity: 1
  2056.           damage: 2
  2057.         buyPrice: 0.94
  2058.         sellPrice: .75
  2059.         slot: 20
  2060.         page: 5
  2061.       237:  
  2062.         type: item
  2063.         item:  
  2064.           material: LIGHT_BLUE_CONCRETE
  2065.           quantity: 1
  2066.           damage: 3
  2067.         buyPrice: 1.26
  2068.         sellPrice: 0.88
  2069.         slot: 21
  2070.         page: 5
  2071.       238:  
  2072.         type: item
  2073.         item:  
  2074.           material: YELLOW_CONCRETE
  2075.           quantity: 1
  2076.           damage: 4
  2077.         buyPrice: 0.61
  2078.         sellPrice: 0.42
  2079.         slot: 22
  2080.         page: 5
  2081.       239:  
  2082.         type: item
  2083.         item:  
  2084.           material: LIME_CONCRETE
  2085.           quantity: 1
  2086.           damage: 5
  2087.         buyPrice: 0.59
  2088.         sellPrice: 0.41
  2089.         slot: 23
  2090.         page: 5
  2091.       240:  
  2092.         type: item
  2093.         item:  
  2094.           material: PINK_CONCRETE
  2095.           quantity: 1
  2096.           damage: 6
  2097.         buyPrice: 0.48
  2098.         sellPrice: 0.34
  2099.         slot: 24
  2100.         page: 5
  2101.       241:  
  2102.         type: item
  2103.         item:  
  2104.           material: GRAY_CONCRETE
  2105.           quantity: 1
  2106.           damage: 7
  2107.         buyPrice: 0.95
  2108.         sellPrice: 0.66
  2109.         slot: 25
  2110.         page: 5
  2111.       242:  
  2112.         type: item
  2113.         item:  
  2114.           material: LIGHT_GRAY_CONCRETE
  2115.           quantity: 1
  2116.           damage: 8
  2117.         buyPrice: 0.65
  2118.         sellPrice: 0.46
  2119.         slot: 26
  2120.         page: 5
  2121.       243:  
  2122.         type: item
  2123.         item:  
  2124.           material: CYAN_CONCRETE
  2125.           quantity: 1
  2126.           damage: 9
  2127.         buyPrice: 1.5
  2128.         sellPrice: 1.05
  2129.         slot: 28
  2130.         page: 5
  2131.       244:  
  2132.         type: item
  2133.         item:  
  2134.           material: PURPLE_CONCRETE
  2135.           quantity: 1
  2136.           damage: 10
  2137.         buyPrice: 1.39
  2138.         sellPrice: 0.97
  2139.         slot: 29
  2140.         page: 5
  2141.       245:  
  2142.         type: item
  2143.         item:  
  2144.           material: BLUE_CONCRETE
  2145.           quantity: 1
  2146.           damage: 11
  2147.         buyPrice: 2.17
  2148.         sellPrice: 1.25
  2149.         slot: 30
  2150.         page: 5
  2151.       246:  
  2152.         type: item
  2153.         item:  
  2154.           material: BROWN_CONCRETE
  2155.           quantity: 1
  2156.           damage: 12
  2157.         buyPrice: 0.92
  2158.         sellPrice: 0.64
  2159.         slot: 31
  2160.         page: 5
  2161.       247:  
  2162.         type: item
  2163.         item:  
  2164.           material: GREEN_CONCRETE
  2165.           quantity: 1
  2166.           damage: 13
  2167.         buyPrice: 0.83
  2168.         sellPrice: 0.58
  2169.         slot: 32
  2170.         page: 5
  2171.       248:  
  2172.         type: item
  2173.         item:  
  2174.           material: RED_CONCRETE
  2175.           quantity: 1
  2176.           damage: 14
  2177.         buyPrice: 0.61
  2178.         sellPrice: 0.42
  2179.         slot: 33
  2180.         page: 5
  2181.       249:  
  2182.         type: item
  2183.         item:  
  2184.           material: BLACK_CONCRETE
  2185.           quantity: 1
  2186.           damage: 15
  2187.         buyPrice: 1.55
  2188.         sellPrice: 1.08
  2189.         slot: 34
  2190.         page: 5
  2191.   combat:
  2192.     name: "&4&lCombat"
  2193.     items:  
  2194.       1:  
  2195.         type: item
  2196.         item:  
  2197.           material: LEATHER_HELMET
  2198.           quantity: 1
  2199.         buyPrice: 10
  2200.         sellPrice: 7
  2201.         slot: 1
  2202.         unstack: true
  2203.       2:  
  2204.         type: item
  2205.         item:  
  2206.           material: GOLD_HELMET
  2207.           quantity: 1
  2208.         buyPrice: 1006.25
  2209.         sellPrice: 704.37
  2210.         slot: 2
  2211.         unstack: true
  2212.       3:  
  2213.         type: item
  2214.         item:  
  2215.           material: IRON_HELMET
  2216.           quantity: 1
  2217.         buyPrice: 506.25
  2218.         sellPrice: 354.37
  2219.         slot: 3
  2220.         unstack: true
  2221.       4:  
  2222.         type: item
  2223.         item:  
  2224.           material: DIAMOND_HELMET
  2225.           quantity: 1
  2226.         buyPrice: 2000
  2227.         sellPrice: 1400
  2228.         slot: 4
  2229.         unstack: true
  2230.       5:  
  2231.         type: item
  2232.         item:  
  2233.           material: LEATHER_CHESTPLATE
  2234.           quantity: 1
  2235.         buyPrice: 16
  2236.         sellPrice: 11.2
  2237.         slot: 10
  2238.         unstack: true
  2239.       6:  
  2240.         type: item
  2241.         item:  
  2242.           material: GOLD_CHESTPLATE
  2243.           quantity: 1
  2244.         buyPrice: 1610
  2245.         sellPrice: 1127
  2246.         slot: 11
  2247.         unstack: true
  2248.       7:  
  2249.         type: item
  2250.         item:  
  2251.           material: IRON_CHESTPLATE
  2252.           quantity: 1
  2253.         buyPrice: 810
  2254.         sellPrice: 567
  2255.         slot: 12
  2256.         unstack: true
  2257.       8:  
  2258.         type: item
  2259.         item:  
  2260.           material: DIAMOND_CHESTPLATE
  2261.           quantity: 1
  2262.         buyPrice: 3200
  2263.         sellPrice: 2240
  2264.         slot: 13
  2265.         unstack: true
  2266.       9:  
  2267.         type: item
  2268.         item:  
  2269.           material: LEATHER_LEGGINGS
  2270.           quantity: 1
  2271.         buyPrice: 14
  2272.         sellPrice: 9.8
  2273.         slot: 19
  2274.         unstack: true
  2275.       10:  
  2276.         type: item
  2277.         item:  
  2278.           material: GOLD_LEGGINGS
  2279.           quantity: 1
  2280.         buyPrice: 1480.75
  2281.         sellPrice: 986.12
  2282.         slot: 20
  2283.         unstack: true
  2284.       11:  
  2285.         type: item
  2286.         item:  
  2287.           material: IRON_LEGGINGS
  2288.           quantity: 1
  2289.         buyPrice: 708.75
  2290.         sellPrice: 496.12
  2291.         slot: 21
  2292.         unstack: true
  2293.       12:  
  2294.         type: item
  2295.         item:  
  2296.           material: DIAMOND_LEGGINGS
  2297.           quantity: 1
  2298.         buyPrice: 2800
  2299.         sellPrice: 1960
  2300.         slot: 22
  2301.         unstack: true
  2302.       13:  
  2303.         type: item
  2304.         item:  
  2305.           material: LEATHER_BOOTS
  2306.           quantity: 1
  2307.         buyPrice: 8
  2308.         sellPrice: 5.6
  2309.         slot: 28
  2310.         unstack: true
  2311.       14:  
  2312.         type: item
  2313.         item:  
  2314.           material: GOLD_BOOTS
  2315.           quantity: 1
  2316.         buyPrice: 805
  2317.         sellPrice: 563.5
  2318.         slot: 29
  2319.         unstack: true
  2320.       15:  
  2321.         type: item
  2322.         item:  
  2323.           material: IRON_BOOTS
  2324.           quantity: 1
  2325.         buyPrice: 405
  2326.         sellPrice: 283.5
  2327.         slot: 30
  2328.         unstack: true
  2329.       16:  
  2330.         type: item
  2331.         item:  
  2332.           material: DIAMOND_BOOTS
  2333.           quantity: 1
  2334.         buyPrice: 1600
  2335.         sellPrice: 1120
  2336.         slot: 31
  2337.         unstack: true
  2338.       17:  
  2339.         type: item
  2340.         item:  
  2341.           material: WOOD_SWORD
  2342.           quantity: 1
  2343.         buyPrice: 0.62
  2344.         sellPrice: 0.43
  2345.         slot: 6
  2346.         unstack: true
  2347.       18:  
  2348.         type: item
  2349.         item:  
  2350.           material: GOLD_SWORD
  2351.           quantity: 1
  2352.         buyPrice: 402.62
  2353.         sellPrice: 281.83
  2354.         slot: 15
  2355.         unstack: true
  2356.       19:  
  2357.         type: item
  2358.         item:  
  2359.           material: IRON_SWORD
  2360.           quantity: 1
  2361.         buyPrice: 202.62
  2362.         sellPrice: 141.83
  2363.         slot: 24
  2364.         unstack: true
  2365.       20:  
  2366.         type: item
  2367.         item:  
  2368.           material: DIAMOND_SWORD
  2369.           quantity: 1
  2370.         buyPrice: 800.12
  2371.         sellPrice: 560.08
  2372.         slot: 33
  2373.         unstack: true
  2374.       21:  
  2375.         type: item
  2376.         item:  
  2377.           material: BOW
  2378.           quantity: 1
  2379.         buyPrice: 10
  2380.         sellPrice: 2.35
  2381.         slot: 7
  2382.         unstack: true
  2383.       22:  
  2384.         type: item
  2385.         item:  
  2386.           material: ARROW
  2387.           quantity: 1
  2388.         buyPrice: 0.28
  2389.         sellPrice: 0.19
  2390.         slot: 16
  2391.       23:  
  2392.         type: item
  2393.         item:  
  2394.           material: TNT
  2395.           quantity: 1
  2396.         buyPrice: 201.2
  2397.         sellPrice: 140.84
  2398.         slot: 25
  2399.       24:  
  2400.         type: item
  2401.         item:  
  2402.           material: FLINT_AND_STEEL
  2403.           quantity: 1
  2404.         buyPrice: 102.25
  2405.         sellPrice: 71.57
  2406.         slot: 34
  2407.         unstack: true
  2408.       25:  
  2409.         type: item
  2410.         item:  
  2411.           material: SHIELD
  2412.           quantity: 1
  2413.         buyPrice: 102.75
  2414.         sellPrice: 71.92
  2415.         slot: 40
  2416.         unstack: true
  2417.   brewing:  
  2418.     name: "&7&lBrewing"
  2419.     items:  
  2420.       1:  
  2421.         type: item
  2422.         item:  
  2423.           material: BREWING_STAND
  2424.           quantity: 1
  2425.         buyPrice: 40.6
  2426.         sellPrice: 28.42
  2427.         slot: 0
  2428.       2:  
  2429.         type: item
  2430.         item:  
  2431.           material: GLASS_BOTTLE
  2432.           quantity: 1
  2433.         buyPrice: 1.55
  2434.         sellPrice: 1.08
  2435.         slot: 1
  2436.       3:  
  2437.         type: item
  2438.         item:  
  2439.           material: POTION
  2440.           quantity: 1
  2441.           potion:  
  2442.             type: WATER
  2443.             level: 1
  2444.             extended: false
  2445.         buyPrice: 2
  2446.         sellPrice: 1.08
  2447.         slot: 2
  2448.       4:  
  2449.         type: item
  2450.         item:  
  2451.           material: GHAST_TEAR
  2452.           quantity: 1
  2453.         buyPrice: 40
  2454.         sellPrice: 28
  2455.         slot: 3
  2456.       5:  
  2457.         type: item
  2458.         item:  
  2459.           material: FERMENTED_SPIDER_EYE
  2460.           quantity: 1
  2461.         buyPrice: 11
  2462.         sellPrice: 7.7
  2463.         slot: 4
  2464.       6:  
  2465.         type: item
  2466.         item:  
  2467.           material: MAGMA_CREAM
  2468.           quantity: 1
  2469.         buyPrice: 90
  2470.         sellPrice: 63
  2471.         slot: 5
  2472.       7:  
  2473.         type: item
  2474.         item:  
  2475.           material: CAULDRON
  2476.           quantity: 1
  2477.         buyPrice: 708.75
  2478.         sellPrice: 496.12
  2479.         slot: 6
  2480.       8:  
  2481.         type: item
  2482.         item:  
  2483.           material: GOLDEN_CARROT
  2484.           quantity: 1
  2485.         buyPrice: 184.88
  2486.         sellPrice: 129.41
  2487.         slot: 7
  2488.       9:  
  2489.         type: item
  2490.         item:  
  2491.           material: GLISTERING_MELON_SLICE #Glistering MELON
  2492.           quantity: 1
  2493.         buyPrice: 180.38
  2494.         sellPrice: 126.26
  2495.         slot: 8
  2496.       10:  
  2497.         type: item
  2498.         item:  
  2499.           material: RABBIT_FOOT
  2500.           quantity: 1
  2501.         buyPrice: 30
  2502.         sellPrice: 21
  2503.         slot: 9
  2504.       11:  
  2505.         type: item
  2506.         item:  
  2507.           material: BLAZE_POWDER
  2508.           quantity: 1
  2509.         buyPrice: 20
  2510.         sellPrice: 14
  2511.         slot: 10
  2512.       12:  
  2513.         type: item
  2514.         item:  
  2515.           material: BLAZE_ROD
  2516.           quantity: 1
  2517.         buyPrice: 40
  2518.         sellPrice: 28
  2519.         slot: 11
  2520.       13:  
  2521.         type: item
  2522.         item:  
  2523.           material: NETHER_WART
  2524.           quantity: 1
  2525.         buyPrice: 20
  2526.         sellPrice: 14
  2527.         slot: 12
  2528.   food:  
  2529.     name: "&d&lFood"
  2530.     items:  
  2531.       1:  
  2532.         type: item
  2533.         item:    
  2534.           material: BREAD
  2535.           quantity: 1
  2536.         buyPrice: 18
  2537.         sellPrice: 12.6
  2538.         slot: 0
  2539.       2:  
  2540.         type: item
  2541.         item:  
  2542.           material: BEEF
  2543.           quantity: 1
  2544.         buyPrice: 10
  2545.         sellPrice: 7
  2546.         slot: 1
  2547.       3:
  2548.         type: item
  2549.         item:  
  2550.           material: COOKED_BEEF
  2551.           quantity: 1
  2552.         buyPrice: 11.25
  2553.         sellPrice: 7.87
  2554.         slot: 2
  2555.       4:  
  2556.         type: item
  2557.         item:  
  2558.           material: PORKCHOP
  2559.           quantity: 1
  2560.         buyPrice: 7.50
  2561.         sellPrice: 5.25
  2562.         slot: 3
  2563.       5:  
  2564.         type: item
  2565.         item:  
  2566.           material: COOKED_PORKCHOP
  2567.           quantity: 1
  2568.         buyPrice: 8.75
  2569.         sellPrice: 6.12
  2570.         slot: 4
  2571.       6:  
  2572.         type: item
  2573.         item:  
  2574.           material: RAW_COD
  2575.           quantity: 1
  2576.         buyPrice: 10
  2577.         sellPrice: 7
  2578.         slot: 5
  2579.       7:  
  2580.         type: item
  2581.         item:  
  2582.           material: CAKE
  2583.           quantity: 1
  2584.         buyPrice: 82.75
  2585.         sellPrice: 57.92
  2586.         slot: 6
  2587.       8:  
  2588.         type: item
  2589.         item:  
  2590.           material: COOKIE
  2591.           quantity: 1
  2592.         buyPrice: 2.12
  2593.         sellPrice: 1.48
  2594.         slot: 7
  2595.       9:  
  2596.         type: item
  2597.         item:  
  2598.           material: MELON
  2599.           quantity: 1
  2600.         buyPrice: 1.50
  2601.         sellPrice: 1.05
  2602.         slot: 8
  2603.       10:  
  2604.         type: item
  2605.         item:  
  2606.           material: CHICKEN
  2607.           quantity: 1
  2608.         buyPrice: 7.50
  2609.         sellPrice: 5.25
  2610.         slot: 9
  2611.       11:  
  2612.         type: item
  2613.         item:  
  2614.           material: COOKED_CHICKEN
  2615.           quantity: 1
  2616.         buyPrice: 8.75
  2617.         sellPrice: 6.12
  2618.         slot: 10
  2619.       12:  
  2620.         type: item
  2621.         item:  
  2622.           material: CARROT
  2623.           quantity: 1
  2624.         buyPrice: 6
  2625.         sellPrice: 4.2
  2626.         slot: 11
  2627.       13:  
  2628.         type: item
  2629.         item:  
  2630.           material: POTATO
  2631.           quantity: 1
  2632.         buyPrice: 6
  2633.         sellPrice: 4.2
  2634.         slot: 12
  2635.       14:  
  2636.         type: item
  2637.         item:  
  2638.           material: BAKED_POTATO
  2639.           quantity: 1
  2640.         buyPrice: 7.25
  2641.         sellPrice: 5.07
  2642.         slot: 13
  2643.       15:  
  2644.         type: item
  2645.         item:  
  2646.           material: PUMPKIN_PIE
  2647.           quantity: 1
  2648.         buyPrice: 19.00
  2649.         sellPrice: 13.3
  2650.         slot: 14
  2651.       16:  
  2652.         type: item
  2653.         item:  
  2654.           material: RABBIT
  2655.           quantity: 1
  2656.         buyPrice: 5.00
  2657.         sellPrice: 3.5
  2658.         slot: 15
  2659.       17:  
  2660.         type: item
  2661.         item:  
  2662.           material: COOKED_RABBIT
  2663.           quantity: 1
  2664.         buyPrice: 6.25
  2665.         sellPrice: 4.37
  2666.         slot: 16
  2667.       18:  
  2668.         type: item
  2669.         item:  
  2670.           material: RABBIT_STEW
  2671.           quantity: 1
  2672.         buyPrice: 18
  2673.         sellPrice: 12.6
  2674.         slot: 17
  2675.       19:  
  2676.         type: item
  2677.         item:  
  2678.           material: MUTTON
  2679.           quantity: 1
  2680.         buyPrice: 7.50
  2681.         sellPrice: 5.25
  2682.         slot: 18
  2683.       20:  
  2684.         type: item
  2685.         item:  
  2686.           material: COOKED_MUTTON
  2687.           quantity: 1
  2688.         buyPrice: 8.75
  2689.         sellPrice: 6.12
  2690.         slot: 19
  2691.       21:  
  2692.         type: item
  2693.         item:  
  2694.           material: BEETROOT
  2695.           quantity: 1
  2696.         buyPrice: 10
  2697.         sellPrice: 7
  2698.         slot: 20
  2699.       22:  
  2700.         type: item
  2701.         item:  
  2702.           material: BEETROOT_SOUP
  2703.           quantity: 1
  2704.         buyPrice: 60.75
  2705.         sellPrice: 45.52
  2706.         slot: 21
  2707.       23:  
  2708.         type: item
  2709.         item:
  2710.           material: APPLE
  2711.         buyPrice: 3
  2712.         sellPrice: 2.1
  2713.         slot: 22
  2714.   _tools:  
  2715.     name: "&a&lTools"
  2716.     items:  
  2717.       1:  
  2718.        type: item
  2719.        item:  
  2720.           material: WOOD_SHOVEL
  2721.           quantity: 1
  2722.        buyPrice: 0.50
  2723.        sellPrice: 0.35
  2724.        slot: 1
  2725.        unstack: true
  2726.       2:  
  2727.         type: item
  2728.         item:  
  2729.           material: WOOD_PICKAXE
  2730.           quantity: 1
  2731.         buyPrice: 1.25
  2732.         sellPrice: 0.87
  2733.         slot: 10
  2734.         unstack: true
  2735.       3:  
  2736.         type: item
  2737.         item:  
  2738.           material: WOOD_AXE
  2739.           quantity: 1
  2740.         buyPrice: 1.25
  2741.         sellPrice: 0.87
  2742.         slot: 19
  2743.         unstack: true
  2744.       4:  
  2745.         type: item
  2746.         item:  
  2747.           material: WOOD_HOE
  2748.           quantity: 1
  2749.         buyPrice: 0.75
  2750.         sellPrice: 0.52
  2751.         slot: 28
  2752.         unstack: true
  2753.       5:  
  2754.         type: item
  2755.         item:  
  2756.           material: STONE_SHOVEL
  2757.           quantity: 1
  2758.         buyPrice: 0.7
  2759.         sellPrice: 0.49
  2760.         slot: 2
  2761.         unstack: true
  2762.       6:  
  2763.         type: item
  2764.         item:  
  2765.           material: STONE_PICKAXE
  2766.           quantity: 1
  2767.         buyPrice: 0.85
  2768.         sellPrice: 0.59
  2769.         slot: 11
  2770.         unstack: true
  2771.       7:  
  2772.         type: item
  2773.         item:  
  2774.           material: STONE_AXE
  2775.           quantity: 1
  2776.         buyPrice: 0.85
  2777.         sellPrice: 0.59
  2778.         slot: 20
  2779.         unstack: true
  2780.       8:  
  2781.         type: item
  2782.         item:  
  2783.           material: STONE_HOE
  2784.           quantity: 1
  2785.         buyPrice: 0.65
  2786.         sellPrice: 0.45
  2787.         slot: 29
  2788.         unstack: true
  2789.       9:  
  2790.         type: item
  2791.         item:  
  2792.           material: IRON_SHOVEL
  2793.           quantity: 1
  2794.         buyPrice: 101.50
  2795.         sellPrice: 71.05
  2796.         slot: 3
  2797.         unstack: true
  2798.       10:  
  2799.         type: item
  2800.         item:  
  2801.           material: IRON_PICKAXE
  2802.           quantity: 1
  2803.         buyPrice: 304
  2804.         sellPrice: 212.8
  2805.         slot: 12
  2806.         unstack: true
  2807.       11:  
  2808.         type: item
  2809.         item:  
  2810.           material: IRON_AXE
  2811.           quantity: 1
  2812.         buyPrice: 304
  2813.         sellPrice: 212.8
  2814.         slot: 21
  2815.         unstack: true
  2816.       12:  
  2817.         type: item
  2818.         item:  
  2819.           material: IRON_HOE
  2820.           quantity: 1
  2821.         buyPrice: 202.75
  2822.         sellPrice: 141.92
  2823.         slot: 30
  2824.         unstack: true
  2825.       13:  
  2826.         type: item
  2827.         item:  
  2828.           material: GOLD_SHOVEL
  2829.           quantity: 1
  2830.         buyPrice: 201.50
  2831.         sellPrice: 141.05
  2832.         slot: 4
  2833.         unstack: true
  2834.       14:  
  2835.         type: item
  2836.         item:  
  2837.           material: GOLD_PICKAXE
  2838.           quantity: 1
  2839.         buyPrice: 604
  2840.         sellPrice: 422.8
  2841.         slot: 13
  2842.         unstack: true
  2843.       15:  
  2844.         type: item
  2845.         item:  
  2846.           material: GOLD_AXE
  2847.           quantity: 1
  2848.         buyPrice: 604
  2849.         sellPrice: 422.8
  2850.         slot: 22
  2851.         unstack: true
  2852.       16:  
  2853.         type: item
  2854.         item:  
  2855.           material: GOLD_HOE
  2856.           quantity: 1
  2857.         buyPrice: 402.75
  2858.         sellPrice: 281.92
  2859.         slot: 31
  2860.         unstack: true
  2861.       17:  
  2862.         type: item
  2863.         item:  
  2864.           material: DIAMOND_SHOVEL
  2865.           quantity: 1
  2866.         buyPrice: 400.25
  2867.         sellPrice: 280.17
  2868.         slot: 5
  2869.         unstack: true
  2870.       18:  
  2871.         type: item
  2872.         item:  
  2873.           material: DIAMOND_PICKAXE
  2874.           quantity: 1
  2875.         buyPrice: 1200.25
  2876.         sellPrice: 840.17
  2877.         slot: 14
  2878.         unstack: true
  2879.       19:  
  2880.         type: item
  2881.         item:  
  2882.           material: DIAMOND_AXE
  2883.           quantity: 1
  2884.         buyPrice: 1200.25
  2885.         sellPrice: 840.17
  2886.         slot: 23
  2887.         unstack: true
  2888.       20:  
  2889.         type: item
  2890.         item:  
  2891.           material: DIAMOND_HOE
  2892.           quantity: 1
  2893.         buyPrice: 800.25
  2894.         sellPrice: 560.17
  2895.         slot: 32
  2896.         unstack: true
  2897.       21:  
  2898.         type: item
  2899.         item:  
  2900.           material: LEAD
  2901.           quantity: 1
  2902.         buyPrice: 27
  2903.         sellPrice: 18.9
  2904.         slot: 7
  2905.         unstack: true
  2906.       22:  
  2907.         type: item
  2908.         item:  
  2909.           material: FLINT_AND_STEEL
  2910.           quantity: 1
  2911.         buyPrice: 102.25
  2912.         sellPrice: 71.57
  2913.         slot: 16
  2914.         unstack: true
  2915.       23:  
  2916.         type: item
  2917.         item:  
  2918.           material: SHEARS
  2919.           quantity: 1
  2920.         buyPrice: 202.50
  2921.         sellPrice: 141.75
  2922.         slot: 25
  2923.         unstack: true
  2924.       24:  
  2925.         type: item
  2926.         item:  
  2927.           material: FISHING_ROD
  2928.           quantity: 1
  2929.         buyPrice: 2.75
  2930.         sellPrice: 1.92
  2931.         slot: 34
  2932.         unstack: true
  2933.   redstone:  
  2934.     name: "&c&lRedstone"
  2935.     items:  
  2936.       1:  
  2937.         type: item
  2938.         item:  
  2939.           material: REDSTONE_WIRE
  2940.           quantity: 1
  2941.         buyPrice: 15
  2942.         sellPrice: 10.5
  2943.         slot: 0
  2944.       2:  
  2945.         type: item
  2946.         item:  
  2947.           material: REPEATER #repeater
  2948.           quantity: 1
  2949.         buyPrice: 48.25
  2950.         sellPrice: 33.77
  2951.         slot: 1
  2952.       3:  
  2953.         type: item
  2954.         item:  
  2955.           material: COMPARATOR
  2956.           quantity: 1
  2957.         buyPrice: 51.36
  2958.         sellPrice: 35.95
  2959.         slot: 2
  2960.       4:  
  2961.         type: item
  2962.         item:  
  2963.           material: REDSTONE_TORCH
  2964.           quantity: 1
  2965.         buyPrice: 15.12
  2966.         sellPrice: 10.64
  2967.         slot: 3
  2968.       5:  
  2969.         type: item
  2970.         item:  
  2971.           material: REDSTONE_BLOCK
  2972.           quantity: 1
  2973.         buyPrice: 135
  2974.         sellPrice: 94.5
  2975.         slot: 4
  2976.       6:  
  2977.         type: item
  2978.         item:  
  2979.           material: TRIPWIRE_HOOK
  2980.           quantity: 1
  2981.         buyPrice: 50.81
  2982.         sellPrice: 35.56
  2983.         slot: 5
  2984.       7:  
  2985.         type: item
  2986.         item:  
  2987.           material: HOPPER
  2988.           quantity: 1
  2989.         buyPrice: 508.25
  2990.         sellPrice: 355.77
  2991.         slot: 6
  2992.       8:  
  2993.         type: item
  2994.         item:  
  2995.           material: STONE_BUTTON
  2996.           quantity: 1
  2997.         buyPrice: 1
  2998.         sellPrice: 0.7
  2999.         slot: 7
  3000.       9:  
  3001.         type: item
  3002.         item:  
  3003.           material: OAK_BUTTON
  3004.           quantity: 1
  3005.         buyPrice: 0.25
  3006.         sellPrice: 0.18
  3007.         slot: 8
  3008.       10:  
  3009.         type: item
  3010.         item:  
  3011.           material: STONE_PLATE
  3012.           quantity: 1
  3013.         buyPrice: 2
  3014.         sellPrice: 1.4
  3015.         slot: 9
  3016.       11:  
  3017.         type: item
  3018.         item:  
  3019.           material: OAK_PRESSURE_PLATE
  3020.           quantity: 1
  3021.         buyPrice: 0.50
  3022.         sellPrice: 0.35
  3023.         slot: 10
  3024.       12:  
  3025.         type: item
  3026.         item:  
  3027.           material: LEVER
  3028.           quantity: 1
  3029.         buyPrice: 0.32
  3030.         sellPrice: 0.22
  3031.         slot: 11
  3032.       13:
  3033.         type: item
  3034.         item:  
  3035.           material: PISTON #piston
  3036.           quantity: 1
  3037.         buyPrice: 117.8
  3038.         sellPrice: 82.46
  3039.         slot: 12
  3040.       14:
  3041.         type: item
  3042.         item:  
  3043.           material: STICKY_BASE
  3044.           quantity: 1
  3045.         buyPrice: 167.80
  3046.         sellPrice: 117.46
  3047.         slot: 13
  3048.       15:  
  3049.         type: item
  3050.         item:  
  3051.           material: DISPENSER
  3052.           quantity: 1
  3053.         buyPrice: 11.6
  3054.         sellPrice: 8.12
  3055.         slot: 14
  3056.       16:  
  3057.         type: item
  3058.         item:  
  3059.           material: DROPPER
  3060.           quantity: 1
  3061.         buyPrice: 16.4
  3062.         sellPrice: 11.48
  3063.         slot: 15
  3064.       17:  
  3065.         type: item
  3066.         item:  
  3067.           material: NOTE_BLOCK
  3068.           quantity: 1
  3069.         buyPrice: 17
  3070.         sellPrice: 11.9
  3071.         slot: 17
  3072.       18:  
  3073.         type: item
  3074.         item:  
  3075.           material: TRAPPED_CHEST
  3076.           quantity: 1
  3077.         buyPrice: 52.81
  3078.         sellPrice: 36.96
  3079.         slot: 18
  3080.       19:  
  3081.         type: item
  3082.         item:  
  3083.           material: REDSTONE_LAMP
  3084.           quantity: 1
  3085.         buyPrice: 64
  3086.         sellPrice: 44.8
  3087.         slot: 19
  3088.       20:  
  3089.         type: item
  3090.         item:  
  3091.           material: DAYLIGHT_DETECTOR
  3092.           quantity: 1
  3093.         buyPrice: 14.76
  3094.         sellPrice: 10.33
  3095.         slot: 20
  3096.       21:  
  3097.         type: item
  3098.         item:  
  3099.           material: TRAP_DOOR
  3100.           quantity: 1
  3101.         buyPrice: 0.75
  3102.         sellPrice: 0.52
  3103.         slot: 21
  3104.       22:  
  3105.         type: item
  3106.         item:  
  3107.           material: OAK_IRON_TRAPDOOR
  3108.           quantity: 1
  3109.         buyPrice: 405
  3110.         sellPrice: 283.5
  3111.         slot: 22
  3112.       23:  
  3113.         type: item
  3114.         item:  
  3115.           material: OAK_WOOD_DOOR
  3116.           quantity: 1
  3117.         buyPrice: 0.50
  3118.         sellPrice: 0.35
  3119.         slot: 23
  3120.       24:  
  3121.         type: item
  3122.         item:  
  3123.           material: SPRUCE_DOOR
  3124.           quantity: 1
  3125.         buyPrice: 0.50
  3126.         sellPrice: 0.35
  3127.         slot: 24
  3128.       25:  
  3129.         type: item
  3130.         item:  
  3131.           material: BIRCH_DOOR
  3132.           quantity: 1
  3133.         buyPrice: 0.50
  3134.         sellPrice: 0.35
  3135.         slot: 25
  3136.       26:  
  3137.         type: item
  3138.         item:  
  3139.           material: JUNGLE_DOOR
  3140.           quantity: 1
  3141.         buyPrice: 0.50
  3142.         sellPrice: 0.35
  3143.         slot: 26
  3144.       27:  
  3145.         type: item
  3146.         item:  
  3147.           material: ACACIA_DOOR
  3148.           quantity: 1
  3149.         buyPrice: 0.50
  3150.         sellPrice: 0.35
  3151.         slot: 27
  3152.       28:  
  3153.         type: item
  3154.         item:  
  3155.           material: DARK_OAK_DOOR
  3156.           quantity: 1
  3157.         buyPrice: 0.50
  3158.         sellPrice: 0.35
  3159.         slot: 28
  3160.       29:  
  3161.         type: item
  3162.         item:  
  3163.           material: IRON_DOOR
  3164.           quantity: 1
  3165.         buyPrice: 202.50
  3166.         sellPrice: 141.75
  3167.         slot: 29
  3168.       30:  
  3169.         type: item
  3170.         item:  
  3171.           material: OAK_FENCE_GATE
  3172.           quantity: 1
  3173.         buyPrice: 1
  3174.         sellPrice: 0.70
  3175.         slot: 30
  3176.       31:  
  3177.         type: item
  3178.         item:  
  3179.           material: SPRUCE_FENCE_GATE
  3180.           quantity: 1
  3181.         buyPrice: 1
  3182.         sellPrice: 0.70
  3183.         slot: 31
  3184.       32:  
  3185.         type: item
  3186.         item:  
  3187.           material: BIRCH_FENCE_GATE
  3188.           quantity: 1
  3189.         buyPrice: 1
  3190.         sellPrice: 0.70
  3191.         slot: 32
  3192.       33:  
  3193.         type: item
  3194.         item:  
  3195.           material: JUNGLE_FENCE_GATE
  3196.           quantity: 1
  3197.         buyPrice: 1
  3198.         sellPrice: 0.70
  3199.         slot: 33
  3200.       34:  
  3201.         type: item
  3202.         item:  
  3203.           material: DARK_OAK_FENCE_GATE
  3204.           quantity: 1
  3205.         buyPrice: 1
  3206.         sellPrice: 0.70
  3207.         slot: 34
  3208.       35:  
  3209.         type: item
  3210.         item:  
  3211.           material: ACACIA_FENCE_GATE
  3212.           quantity: 1
  3213.         buyPrice: 1
  3214.         slot: 0.7
  3215.         slot: 35
  3216.       36:  
  3217.         type: item
  3218.         item:  
  3219.           material: OBSERVER
  3220.           quantity: 1
  3221.         buyPrice: 34.2
  3222.         sellPrice: 23.94
  3223.         slot: 16
  3224.   farming:
  3225.     name: "&a&lFarming"
  3226.     items:  
  3227.       1:  
  3228.         type: item
  3229.         item:  
  3230.           material: WHEAT_SEEDS
  3231.           quantity: 1
  3232.         buyPrice: 2.00
  3233.         sellPrice: 1.4
  3234.       2:  
  3235.         type: item
  3236.         item:  
  3237.           material: WHEAT
  3238.           quantity: 1
  3239.         buyPrice: 6.00
  3240.         sellPrice: 4.20
  3241.         slot: 1
  3242.       3:  
  3243.         type: item
  3244.         item:  
  3245.           material: POTATO
  3246.           quantity: 1
  3247.         buyPrice: 6.00
  3248.         sellPrice: 4.2
  3249.         slot: 2
  3250.       4:  
  3251.         type: item
  3252.         item:  
  3253.           material: CARROT
  3254.           quantity: 1
  3255.         buyPrice: 6.00
  3256.         sellPrice: 4.20
  3257.         slot: 3
  3258.       5:  
  3259.         type: item
  3260.         item:  
  3261.           material: PUMPKIN_SEEDS
  3262.           quantity: 1
  3263.         buyPrice: 2.00
  3264.         sellPrice: 1.40
  3265.         slot: 4
  3266.       6:  
  3267.         type: item
  3268.         item:  
  3269.           material: PUMPKIN
  3270.           quantity: 1
  3271.         buyPrice: 6.00
  3272.         sellPrice: 4.20
  3273.         slot: 5
  3274.       7:  
  3275.         type: item
  3276.         item:  
  3277.           material: MELON_SEEDS
  3278.           quantity: 1
  3279.         buyPrice: 2.00
  3280.         sellPrice: 1.40
  3281.         slot: 6
  3282.       8:  
  3283.         type: item
  3284.         item:  
  3285.           material: MELON
  3286.           quantity: 1
  3287.         buyPrice: 1.50
  3288.         sellPrice: 1.05
  3289.         slot: 7
  3290.       9:  
  3291.         type: item
  3292.         item:  
  3293.           material: BEETROOT_SEEDS
  3294.           quantity: 1
  3295.         buyPrice: 10
  3296.         sellPrice: 7
  3297.         slot: 8
  3298.       10:  
  3299.         type: item
  3300.         item:  
  3301.           material: BEETROOT
  3302.           quantity: 1
  3303.         buyPrice: 10
  3304.         sellPrice: 7
  3305.         slot: 9
  3306.       11:  
  3307.         type: item
  3308.         item:  
  3309.           material: CACTUS
  3310.           quantity: 1
  3311.         buyPrice: 3.00
  3312.         sellPrice: 2.1
  3313.         slot: 10
  3314.       12:  
  3315.         type: item
  3316.         item:  
  3317.           material: SUGAR_CANE
  3318.           quantity: 1
  3319.         buyPrice: 3.00
  3320.         sellPrice: 2.10
  3321.         slot: 11
  3322.       13:  
  3323.         type: item
  3324.         item:  
  3325.           material: SUGAR
  3326.           quantity: 1
  3327.         buyPrice: 3.00
  3328.         sellPrice: 2.10
  3329.         slot: 12
  3330.       14:  
  3331.         type: item
  3332.         item:  
  3333.           material: BONE_MEAL
  3334.         buyPrice: 0.50
  3335.         sellPrice: 0.35
  3336.         slot: 13
  3337.   good:  
  3338.     name: "&5&lGood Stuff"
  3339.     items:  
  3340.       1:  
  3341.         type: item
  3342.         item:  
  3343.           material: ELYTRA
  3344.           quantity: 1
  3345.         buyPrice: 1000000
  3346.         sellPrice: -1
  3347.         slot: 21
  3348.       # 2:    
  3349.         # type: item
  3350.         # item:    
  3351.           # spawner: true
  3352.           # quantity: 1
  3353.           # mob: creeper
  3354.           # name: "&dCreeper Spawner"
  3355.         # buyPrice: 200000
  3356.         # sellPrice: -1
  3357.         # slot: 2
  3358.       # 3:    
  3359.         # type: item
  3360.         # item:    
  3361.           # spawner: true
  3362.           # quantity: 1
  3363.           # mob: blaze
  3364.           # name: "&dBlaze Spawner"
  3365.         # buyPrice: 100000
  3366.         # sellPrice: -1
  3367.         # slot: 3
  3368.       # 4:    
  3369.         # type: item
  3370.         # item:    
  3371.           # spawner: true
  3372.           # quantity: 1
  3373.           # mob: zombie_pigman
  3374.           # name: "&dZombie Pigman Spawner"
  3375.         # buyPrice: 150000
  3376.         # sellPrice: -1
  3377.         # slot: 4
  3378.       # 5:    
  3379.         # type: item
  3380.         # item:    
  3381.           # spawner: true
  3382.           # quantity: 1
  3383.           # mob: zombie_villager
  3384.           # name: "&dZombie Villager Spawner"
  3385.         # buyPrice: 100000
  3386.         # sellPrice: -1
  3387.         # slot: 5
  3388.       # 6:    
  3389.         # type: item
  3390.         # item:    
  3391.           # spawner: true
  3392.           # quantity: 1
  3393.           # mob: skeleton
  3394.           # name: "&dSkelly Spawner"
  3395.         # buyPrice: 210000
  3396.         # sellPrice: -1
  3397.         # slot: 6
  3398.       # 7:    
  3399.         # type: item
  3400.         # item:    
  3401.           # spawner: true
  3402.           # quantity: 1
  3403.           # mob: spider
  3404.           # name: "&dSpider Spawner"
  3405.         # buyPrice: 210000
  3406.         # sellPrice: -1
  3407.         # slot: 15
  3408.       # 8:    
  3409.         # type: item
  3410.         # item:    
  3411.           # spawner: true
  3412.           # quantity: 1
  3413.           # mob: cow
  3414.           # name: "&dCow Spawner"
  3415.         # buyPrice: 11000
  3416.         # sellPrice: -1
  3417.         # slot: 11
  3418.       # 9:    
  3419.         # type: item
  3420.         # item:    
  3421.           # spawner: true
  3422.           # quantity: 1
  3423.           # mob: pig
  3424.           # name: "&dPig Spawner"
  3425.         # buyPrice: 10000
  3426.         # sellPrice: -1
  3427.         # slot: 29
  3428.       # 10:    
  3429.         # type: item
  3430.         # item:
  3431.           # spawner: true
  3432.           # quantity: 1
  3433.           # mob: chicken
  3434.           # name: "&dChicken Spawner"
  3435.         # buyPrice: 11000
  3436.         # sellPrice: -1
  3437.         # slot: 33
  3438.       # 11:    
  3439.         # type: item
  3440.         # item:
  3441.           # spawner: true
  3442.           # quantity: 1
  3443.           # mob: mooshroom
  3444.           # name: "&dMushroom Spawner"
  3445.         # buyPrice: 16000
  3446.         # sellPrice: -1
  3447.         # slot: 38
  3448.       # 12:    
  3449.         # type: item
  3450.         # item:
  3451.           # spawner: true
  3452.           # quantity: 1
  3453.           # mob: guardian
  3454.           # name: "&dGuardian Spawner"
  3455.         # buyPrice: 40000
  3456.         # sellPrice: -1
  3457.         # slot: 39
  3458.       # 13:    
  3459.         # type: item
  3460.         # item:
  3461.           # spawner: true
  3462.           # quantity: 1
  3463.           # mob: sheep
  3464.           # name: "&dSheep Spawner"
  3465.         # buyPrice: 40000
  3466.         # sellPrice: -1
  3467.         # slot: 40
  3468.       # 14:    
  3469.         # type: item
  3470.         # item:
  3471.           # spawner: true
  3472.           # quantity: 1
  3473.           # mob: zombie
  3474.           # name: "Zombie Spawner"
  3475.         # buyPrice: 50000
  3476.         # sellPrice: -1
  3477.         # slot: 41
  3478.       # 15:    
  3479.         # type: item
  3480.         # item:
  3481.           # spawner: true
  3482.           # quantity: 1
  3483.           # mob: squid
  3484.           # name: "&dSquid Spawner"
  3485.         # buyPrice: 16000
  3486.         # sellPrice: -1
  3487.         # slot: 42
  3488.       16:  
  3489.         type: item
  3490.         item:  
  3491.           material: RED_SHULKER_BOX
  3492.           quantity: 1
  3493.         buyPrice: 5000000
  3494.         sellPrice: -1
  3495.         slot: 13
  3496.       17:  
  3497.         type: item
  3498.         item:  
  3499.           material: BLACK_SHULKER_BOX
  3500.           quantity: 1
  3501.         buyPrice: 5000000
  3502.         sellPrice: -1
  3503.         slot: 31
  3504.       18:  
  3505.         type: item
  3506.         item:  
  3507.           material: DRAGON_HEAD
  3508.           quantity: 1
  3509.           damage: 5
  3510.         buyPrice: 1000000
  3511.         sellPrice: -1
  3512.         slot: 23
  3513.       19:  
  3514.         type: item
  3515.         item:
  3516.             material: NETHER_STAR
  3517.             quantity: 1
  3518.         buyPrice: 80000
  3519.         sellPrice: 56000
  3520.         slot: 22
  3521.   drops:  
  3522.     name: "&9&lMob Drops"
  3523.     items:  
  3524.       1:  
  3525.         type: item
  3526.         item:  
  3527.           material: ROTTEN_FLESH
  3528.           quantity: 1
  3529.         buyPrice: 0.50
  3530.         sellPrice: 0.35
  3531.         slot: 0
  3532.       2:  
  3533.         type: item
  3534.         item:  
  3535.           material: STRING
  3536.           quantity: 1
  3537.         buyPrice: 1
  3538.         sellPrice: .7
  3539.         slot: 1
  3540.       3:  
  3541.         type: item
  3542.         item:  
  3543.           material: SPIDER_EYE
  3544.           quantity: 1
  3545.         buyPrice: 3
  3546.         sellPrice: 2.1
  3547.         slot: 2
  3548.       4:  
  3549.         type: item
  3550.         item:  
  3551.           material: BONE
  3552.           quantity: 1
  3553.         buyPrice: 1.5
  3554.         sellPrice: 1.05
  3555.         slot: 3
  3556.       5:  
  3557.         type: item
  3558.         item:  
  3559.           material: ARROW
  3560.           quantity: 1
  3561.         buyPrice: 0.28
  3562.         sellPrice: 0.19
  3563.         slot: 4
  3564.       6:  
  3565.         type: item
  3566.         item:  
  3567.           material: GUNPOWDER
  3568.           quantity: 1
  3569.         buyPrice: 40
  3570.         sellPrice: 28
  3571.         slot: 5
  3572.       7:  
  3573.         type: item
  3574.         item:  
  3575.           material: BLAZE_ROD
  3576.           quantity: 1
  3577.         buyPrice: 40
  3578.         sellPrice: 28
  3579.         slot: 6
  3580.       8:  
  3581.         type: item
  3582.         item:  
  3583.           material: ENDER_PEARL
  3584.           quantity: 1
  3585.         buyPrice: 20
  3586.         sellPrice: 14
  3587.         slot: 7
  3588.       9:  
  3589.         type: item
  3590.         item:  
  3591.           material: SLIME_BALL
  3592.           quantity: 1
  3593.         buyPrice: 50
  3594.         sellPrice: 35
  3595.         slot: 8
  3596.       10:  
  3597.         type: item
  3598.         item:  
  3599.           material: MAGMA_CREAM
  3600.           quantity: 1
  3601.         buyPrice: 70
  3602.         sellPrice: 49
  3603.         slot: 9
  3604.       11:  
  3605.         type: item
  3606.         item:  
  3607.           material: PRISMARINE_SHARD
  3608.           quantity: 1
  3609.         buyPrice: 1
  3610.         sellPrice: 0.7
  3611.         slot: 10
  3612.       12:  
  3613.         type: item
  3614.         item:  
  3615.           material: PRISMARINE_CRYSTALS
  3616.           quantity: 1
  3617.         buyPrice: 2.5
  3618.         sellPrice: 1.75
  3619.         slot: 11
  3620.       13:  
  3621.         type: item
  3622.         item:  
  3623.           material: FEATHER
  3624.           quantity: 1
  3625.         buyPrice: 2
  3626.         sellPrice: 1.4
  3627.         slot: 12
  3628.       14:  
  3629.         type: item
  3630.         item:  
  3631.           material: INK_SACK
  3632.           quantity: 1
  3633.         buyPrice: 10
  3634.         sellPrice: 7
  3635.         slot: 13
  3636.       15:  
  3637.         type: item
  3638.         item:  
  3639.           material: LEATHER
  3640.           quantity: 1
  3641.         buyPrice: 2
  3642.         sellPrice: 1.40
  3643.         slot: 14
  3644.       16:  
  3645.         type: item
  3646.         item:  
  3647.           material: RABBIT_HIDE
  3648.           quantity: 1
  3649.         buyPrice: 0.50
  3650.         sellPrice: 0.35
  3651.         slot: 15
  3652.       17:  
  3653.         type: item
  3654.         item:  
  3655.           material: WITHER_SKELETON_SKULL
  3656.           quantity: 1
  3657.         buyPrice: 25000
  3658.         sellPrice: 17500
  3659.         slot: 16
  3660.       18:  
  3661.         type: item
  3662.         item:  
  3663.           material: NETHER_STAR
  3664.           quantity: 1
  3665.         buyPrice: 80000
  3666.         sellPrice: 56000
  3667.         slot: 17
  3668.   move:  
  3669.     name: "&l&8Transportation"
  3670.     items:  
  3671.       1:  
  3672.         type: item
  3673.         item:  
  3674.           material: POWERED_RAIL
  3675.           quantity: 1
  3676.         buyPrice: 203.77
  3677.         sellPrice: 142.63
  3678.       2:  
  3679.         type: item
  3680.         item:  
  3681.           material: DETECTOR_RAIL
  3682.           quantity: 1
  3683.         buyPrice: 104.08
  3684.         sellPrice: 72.85
  3685.         slot: 1
  3686.       3:  
  3687.         type: item
  3688.         item:      
  3689.           material: RAIL
  3690.           quantity: 1
  3691.         buyPrice: 37.97
  3692.         sellPrice: 26.58
  3693.         slot: 2
  3694.       4:  
  3695.         type: item
  3696.         item:  
  3697.           material: ACTIVATOR_RAIL
  3698.           quantity: 1
  3699.         buyPrice: 103.81
  3700.         sellPrice: 72.66
  3701.         slot: 3
  3702.       5:  
  3703.         type: item
  3704.         item:  
  3705.           material: MINECART
  3706.           quantity: 1
  3707.         buyPrice: 506.25
  3708.         sellPrice: 354.37
  3709.         slot: 4
  3710.       6:  
  3711.         type: item
  3712.         item:  
  3713.           material: SADDLE
  3714.           quantity: 1
  3715.         buyPrice: 250
  3716.         sellPrice: 175
  3717.         slot: 5
  3718.       7:  
  3719.         type: item
  3720.         item:  
  3721.           material: OAK_BOAT
  3722.           quantity: 1
  3723.         buyPrice: 1.25
  3724.         sellPrice: 0.87
  3725.         slot: 6
  3726.       8:  
  3727.         type: item
  3728.         item:  
  3729.           material: CARROT_ON_A_STICK
  3730.           quantity: 1
  3731.         buyPrice: 8.75
  3732.         sellPrice: 6.12
  3733.         slot: 7
  3734.       9:  
  3735.         type: item
  3736.         item:  
  3737.           material: HOPPER_MINECART
  3738.           quantity: 1
  3739.         buyPrice: 1014.50
  3740.         sellPrice: 710.15
  3741.         slot: 8
  3742.       10:  
  3743.         type: item
  3744.         item:  
  3745.           material: ELYTRA
  3746.           quantity: 1
  3747.         buyPrice: 1750000
  3748.         sellPrice: -1
  3749.         slot: 9
  3750.       11:  
  3751.         type: item
  3752.         item:  
  3753.           material: ENDER_PEARL
  3754.         buyPrice: 20
  3755.         sellPrice: 14
  3756.         slot: 10
  3757.       12:  
  3758.         type: item
  3759.         item:
  3760.           material: FIREWORK_ROCKET
  3761.           amount: 32
  3762.           damage: 0
  3763.           fireworkPower: 3
  3764.         buyPrice: 40
  3765.         sellPrice: -1
  3766.         slot: 11
  3767.   mine:  
  3768.     name: "&eThe Mineshaft"
  3769.     items:  
  3770.       1:  
  3771.         type: item
  3772.         item:  
  3773.           material: REDSTONE_WIRE
  3774.           quantity: 1
  3775.         buyPrice: 15
  3776.         sellPrice: 10.5
  3777.         slot: 1
  3778.       2:  
  3779.         type: item
  3780.         item:  
  3781.           material: LAPIS_LAZULI
  3782.           quantity: 1
  3783.         buyPrice: 15
  3784.         sellPrice: 10.5
  3785.         slot: 2
  3786.       3:  
  3787.         type: item
  3788.         item:          
  3789.           material: QUARTZ
  3790.           quantity: 1
  3791.         buyPrice: 3.00
  3792.         sellPrice: 2.10
  3793.         slot: 3
  3794.       4:  
  3795.         type: item
  3796.         item:  
  3797.           material: IRON_INGOT
  3798.           quantity: 1
  3799.         buyPrice: 101.25
  3800.         sellPrice: 70.87
  3801.         slot: 4
  3802.       5:  
  3803.         type: item
  3804.         item:  
  3805.           material: GOLD_INGOT
  3806.           quantity: 1
  3807.         buyPrice: 201.25
  3808.         sellPrice: 104.87
  3809.         slot: 5
  3810.       6:  
  3811.         type: item
  3812.         item:  
  3813.           material: EMERALD
  3814.           quantity: 1
  3815.         buyPrice: 400
  3816.         sellPrice: 50
  3817.         slot: 6
  3818.       7:  
  3819.         type: item
  3820.         item:  
  3821.           material: DIAMOND
  3822.           quantity: 1
  3823.         buyPrice: 400
  3824.         sellPrice: 208
  3825.         slot: 7
  3826.       8:  
  3827.         type: item
  3828.         item:  
  3829.           material: REDSTONE_BLOCK
  3830.           quantity: 1
  3831.         buyPrice: 135
  3832.         sellPrice: 94.7
  3833.         slot: 10
  3834.       9:  
  3835.         type: item
  3836.         item:  
  3837.           material: LAPIS_BLOCK
  3838.         buyPrice: 135
  3839.         sellPrice: 97.5
  3840.         slot: 11
  3841.       10:  
  3842.         type: item
  3843.         item:  
  3844.           material: QUARTZ_BLOCK
  3845.         buyPrice: 12
  3846.         sellPrice: 8.4
  3847.         slot: 12
  3848.       11:  
  3849.         type: item
  3850.         item:  
  3851.           material: IRON_BLOCK
  3852.         buyPrice: 911.25
  3853.         sellPrice: 637.87
  3854.         slot: 13
  3855.       12:  
  3856.         type: item
  3857.         item:  
  3858.           material: GOLD_BLOCK
  3859.         buyPrice: 1811.25
  3860.         sellPrice: 1267.87
  3861.         slot: 14
  3862.       13:  
  3863.         type: item
  3864.         item:  
  3865.           material: EMERALD_BLOCK
  3866.         buyPrice: 3600
  3867.         sellPrice: 450
  3868.         slot: 15
  3869.       14:  
  3870.         type: item
  3871.         item:  
  3872.           material: DIAMOND_BLOCK
  3873.         buyPrice: 3600
  3874.         sellPrice: 1872
  3875.         slot: 16
  3876.       15:  
  3877.         type: item
  3878.         item:  
  3879.           material: REDSTONE_ORE
  3880.         buyPrice: 220
  3881.         sellPrice: 80
  3882.         slot: 19
  3883.       16:  
  3884.         type: item
  3885.         item:  
  3886.           material: LAPIS_ORE
  3887.         buyPrice: 220
  3888.         sellPrice: 80
  3889.         slot: 20
  3890.       17:  
  3891.         type: item
  3892.         item:  
  3893.           material: QUARTZ_ORE
  3894.         buyPrice: 6.60
  3895.         sellPrice: 2.40
  3896.         slot: 21
  3897.       18:  
  3898.         type: item
  3899.         item:  
  3900.           material: IRON_ORE
  3901.         buyPrice: 120
  3902.         sellPrice: 60
  3903.         slot: 22
  3904.       19:  
  3905.         type: item
  3906.         item:  
  3907.           material: GOLD_ORE
  3908.         buyPrice: 240
  3909.         sellPrice: 160
  3910.         slot: 23
  3911.       20:  
  3912.         type: item
  3913.         item:  
  3914.           material: EMERALD_ORE
  3915.         buyPrice: 880
  3916.         sellPrice: 320
  3917.         slot: 24
  3918.       21:  
  3919.         type: item
  3920.         item:  
  3921.           material: DIAMOND_ORE
  3922.         buyPrice: 880
  3923.         sellPrice: 320
  3924.         slot: 25
  3925.       22:  
  3926.         type: item
  3927.         item:  
  3928.           material: COAL
  3929.         buyPrice: 10
  3930.         sellPrice: 7
  3931.         slot: 0
  3932.       23:  
  3933.         type: item
  3934.         item:  
  3935.           material: COAL_BLOCK
  3936.         buyPrice: 90
  3937.         sellPrice: 63
  3938.         slot: 9
  3939.       24:  
  3940.         type: item
  3941.         item:  
  3942.           material: COAL_ORE
  3943.         buyPrice: 22
  3944.         sellPrice: 8
  3945.         slot: 18
  3946.       25:  
  3947.         type: item
  3948.         item:  
  3949.           material: TORCH
  3950.         buyPrice: 2.53
  3951.         sellPrice: 1.77
  3952.         slot: 31
  3953.       26:  
  3954.         type: item
  3955.         item:  
  3956.           material: BUCKET
  3957.         buyPrice: 303.75
  3958.         sellPrice: 212.62
  3959.         slot: 8
  3960.       27:  
  3961.         type: item
  3962.         item:  
  3963.           material: WATER_BUCKET
  3964.         buyPrice: 310
  3965.         sellPrice: 217
  3966.         slot: 17
  3967.         unstack: true
  3968.       28:  
  3969.         type: item
  3970.         item:  
  3971.           material: LAVA_BUCKET
  3972.         buyPrice: 350
  3973.         sellPrice: 245
  3974.         slot: 26
  3975.         unstack: true
  3976.       29:  
  3977.         type: item
  3978.         item:  
  3979.           material: FLINT
  3980.         buyPrice: 1.00
  3981.         sellPrice: 0.70
  3982.         slot: 27
  3983.       30:  
  3984.         type: item
  3985.         item:  
  3986.           material: GOLD_NUGGET
  3987.         buyPrice: 22.36
  3988.         sellPrice: 15.62
  3989.         slot: 35
  3990.       31:  
  3991.         type: item
  3992.         item:  
  3993.           material: IRON_NUGGET
  3994.         buyPrice: 11.25
  3995.         sellPrice: 7.86
  3996.   decorations:  
  3997.     name: "&l&5Decorations (page %page%)"
  3998.     items:  
  3999.       1:  
  4000.         type: item
  4001.         item:          
  4002.           material: OAK_SAPLING
  4003.         buyPrice: 5
  4004.         sellPrice: 3.5
  4005.         slot: 0
  4006.       2:  
  4007.         type: item
  4008.         item:  
  4009.           material: SPRUCE_SAPLING
  4010.         buyPrice: 5
  4011.         sellPrice: 3.5
  4012.         slot: 1
  4013.       3:  
  4014.         type: item
  4015.         item:  
  4016.           material: BIRCH_SAPLING
  4017.         buyPrice: 5
  4018.         sellPrice: 3.5
  4019.         slot: 2
  4020.       4:  
  4021.         type: item # SAPLING
  4022.         item:  
  4023.           material: JUNGLE_SAPLING
  4024.         buyPrice: 5
  4025.         sellPrice: 3.5
  4026.         slot: 3
  4027.       5:  
  4028.         type: item
  4029.         item:  
  4030.           material: ACACIA_SAPLING
  4031.         buyPrice: 5
  4032.         sellPrice: 3.5
  4033.         slot: 4
  4034.       6:  
  4035.         type: item
  4036.         item:  
  4037.           material: DARK_OAK_SAPLING
  4038.         buyPrice: 5
  4039.         sellPrice: 3.5
  4040.         slot: 5
  4041.       7:  
  4042.         type: item
  4043.         item:  
  4044.           material: OAK_LEAVES #Leaves
  4045.         buyPrice: 1.5
  4046.         sellPrice: 1.05
  4047.         slot: 6
  4048.       8:  
  4049.         type: item
  4050.         item:
  4051.           material: SPRUCE_LEAVES
  4052.         buyPrice: 1.5
  4053.         sellPrice: 1.05
  4054.         slot: 7
  4055.       9:  
  4056.         type: item
  4057.         item:  
  4058.           material: BIRCH_LEAVES
  4059.         buyPrice: 1.5
  4060.         sellPrice: 1.05
  4061.         slot: 8
  4062.       10:  
  4063.         type: item
  4064.         item:  
  4065.           material: JUNGLE_LEAVES
  4066.         buyPrice: 1.5
  4067.         sellPrice: 1.05
  4068.         slot: 9
  4069.       11:  
  4070.         type: item
  4071.         item:  
  4072.           material: ACACIA_LEAVES
  4073.         buyPrice: 1.5
  4074.         sellPrice: 1.05
  4075.         slot: 10
  4076.       12:  
  4077.         type: item
  4078.         item:  
  4079.           material: DARK_OAK_LEAVES
  4080.         buyPrice: 1.5
  4081.         sellPrice: 1.05
  4082.         slot: 11
  4083.       13:  
  4084.         type: item
  4085.         item:  
  4086.           material: COBWEB
  4087.         buyPrice: 60
  4088.         sellPrice: 42
  4089.         slot: 12
  4090.       14:  
  4091.         type: item
  4092.         item:  
  4093.           material: DEAD_BUSH
  4094.         buyPrice: .25
  4095.         sellPrice: .1
  4096.         slot: 13
  4097.       15:  
  4098.         type: item
  4099.         item:  
  4100.           material: GRASS
  4101.         buyPrice: 5
  4102.         sellPrice: 3.5
  4103.         slot: 14
  4104.       16:  
  4105.         type: item
  4106.         item:  
  4107.           material: SEAGRASS
  4108.         buyPrice: .25
  4109.         sellPrice: .17
  4110.         slot: 15
  4111.       17:  
  4112.         type: item
  4113.         item:  
  4114.           material: DANDELION
  4115.         buyPrice: 6
  4116.         sellPrice: 4.2
  4117.         slot: 16
  4118.       18:  
  4119.         type: item
  4120.         item:  
  4121.           material: POPPY
  4122.         buyPrice: 6
  4123.         sellPrice: 4.2
  4124.         slot: 17
  4125.       19:  
  4126.         type: item
  4127.         item:  
  4128.           material: BLUE_ORCHID
  4129.         buyPrice: 6
  4130.         sellPrice: 4.2
  4131.         slot: 18
  4132.       20:  
  4133.         type: item
  4134.         item:  
  4135.           material: ALLIUM
  4136.         buyPrice:
  4137.         sellPrice: 4.2
  4138.         slot: 19
  4139.       21:  
  4140.         type: item
  4141.         item:  
  4142.           material: AZURE_BLUET
  4143.         buyPrice: 6
  4144.         sellPrice: 4.2
  4145.         slot: 20
  4146.       22:  
  4147.         type: item
  4148.         item:  
  4149.           material: RED_TULIP
  4150.         buyPrice: 6
  4151.         sellPrice: 4.2
  4152.         slot: 21
  4153.       23:  
  4154.         type: item
  4155.         item:  
  4156.           material: ORANGE_TULIP
  4157.         buyPrice: 6
  4158.         sellPrice: 4.2
  4159.         slot: 22
  4160.       24:  
  4161.         type: item
  4162.         item:  
  4163.           material: WHITE_TULIP
  4164.           damage: 6
  4165.         buyPrice: 6
  4166.         sellPrice: 4.2
  4167.         slot: 23
  4168.       25:  
  4169.         type: item
  4170.         item:  
  4171.           material: PINK_TULIP
  4172.         buyPrice: 6
  4173.         sellPrice: 4.2
  4174.         slot: 24
  4175.       26:  
  4176.         type: item
  4177.         item:  
  4178.           material: OXEYE_DAISY
  4179.         buyPrice: 6
  4180.         sellPrice: 4.2
  4181.         slot: 25
  4182.       27:  
  4183.         type: item
  4184.         item:  
  4185.           material: BROWN_MUSHROOM
  4186.         buyPrice: 5
  4187.         sellPrice: 3.5
  4188.         slot: 26
  4189.       28:  
  4190.         type: item
  4191.         item:  
  4192.           material: RED_MUSHROOM
  4193.         buyPrice: 5
  4194.         sellPrice: 3.5
  4195.         slot: 27
  4196.       29:  
  4197.         type: item
  4198.         item:  
  4199.           material: CHEST
  4200.         buyPrice: 2
  4201.         sellPrice: 1.4
  4202.         slot: 28
  4203.       30:  
  4204.         type: item
  4205.         item:  
  4206.           material: CRAFTING_TABLE
  4207.         buyPrice: 1
  4208.         sellPrice: 0.70
  4209.         slot: 29
  4210.       31:  
  4211.         type: item
  4212.         item:  
  4213.           material: FURNACE
  4214.         buyPrice: 1.6
  4215.         sellPrice: 1.12
  4216.         slot: 30
  4217.       32:  
  4218.         type: item
  4219.         item:  
  4220.           material: LADDER
  4221.         buyPrice: 0.84
  4222.         sellPrice: 0.58
  4223.         slot: 31
  4224.       33:  
  4225.         type: item
  4226.         item:  
  4227.           material: SNOW
  4228.         buyPrice: 2
  4229.         sellPrice: 1.4
  4230.         slot: 32
  4231.       34:  
  4232.         type: item
  4233.         item:  
  4234.           material: JUKEBOX
  4235.         buyPrice: 402
  4236.         sellPrice: 281.4
  4237.         slot: 33
  4238.       35:  
  4239.         type: item
  4240.         item:  
  4241.           material: OAK_FENCE
  4242.         buyPrice: 0.41
  4243.         sellPrice: 0.28
  4244.         slot: 34
  4245.       36:  
  4246.         type: item
  4247.         item:  
  4248.           material: IRON_BARS
  4249.         buyPrice: 37.97
  4250.         sellPrice: 26.57
  4251.         slot: 35
  4252.       37:  
  4253.         type: item
  4254.         item:  
  4255.           material: VINE
  4256.         buyPrice: 5
  4257.         sellPrice: 3.5
  4258.         slot: 36
  4259.       38:  
  4260.         type: item
  4261.         item:  
  4262.           material: 1LILY_PAD
  4263.         buyPrice: 5
  4264.         sellPrice: 3.51
  4265.         slot: 37
  4266.       39:  
  4267.         type: item
  4268.         item:  
  4269.           material: NETHER_BRICK_FENCE
  4270.         buyPrice: 5.4
  4271.         sellPrice: 3.78
  4272.         slot: 38
  4273.       40:  
  4274.         type: item
  4275.         item:  
  4276.           material: ENCHANTING_TABLE
  4277.         buyPrice: 1131
  4278.         sellPrice: 791.7
  4279.         slot: 39
  4280.       41:  
  4281.         type: item
  4282.         item:  
  4283.           material: ENDER_CHEST
  4284.         buyPrice: 720
  4285.         sellPrice: 504
  4286.         slot: 40
  4287.       42:  
  4288.         type: item
  4289.         item:  
  4290.           material: ANVIL
  4291.         buyPrice: 3138.75
  4292.         sellPrice: 2197.12
  4293.         slot: 41
  4294.       43:  
  4295.         type: item
  4296.         item:  
  4297.           material: SLIME_BLOCK
  4298.         buyPrice: 450
  4299.         sellPrice: 315
  4300.         slot: 42
  4301.       44:  
  4302.         type: item
  4303.         item:  
  4304.           material: SUNFLOWER
  4305.         buyPrice: 6
  4306.         sellPrice: 4.2
  4307.         slot: 43
  4308.       45:  
  4309.         type: item
  4310.         item:  
  4311.           material: LILAC
  4312.           damage: 1
  4313.         buyPrice: 6
  4314.         sellPrice: 4.2
  4315.         slot: 44
  4316.       46:  
  4317.         type: item
  4318.         item:  
  4319.           material: TALL_GRASS
  4320.         buyPrice: 5
  4321.         sellPrice: 3.5
  4322.         slot: 0
  4323.         page: 2
  4324.       47:  
  4325.         type: item
  4326.         item:  
  4327.           material: LARGE_FERN
  4328.         buyPrice: 5
  4329.         sellPrice: 3.5
  4330.         slot: 1
  4331.         page: 2
  4332.       48:  
  4333.         type: item
  4334.         item:  
  4335.           material: ROSE_BUSH
  4336.         buyPrice: 6
  4337.         sellPrice: 1.5
  4338.         slot: 2
  4339.         page: 2
  4340.       49:  
  4341.         type: item
  4342.         item:  
  4343.           material: PEONY
  4344.         buyPrice: 5
  4345.         sellPrice: 1.5
  4346.         slot: 3
  4347.         page: 2
  4348.       50:  
  4349.         type: item # FENCE
  4350.         item:  
  4351.           material: OAK_FENCE
  4352.         buyPrice: 0.41
  4353.         sellPrice: 0.28
  4354.         slot: 4
  4355.         page: 2
  4356.       51:  
  4357.         type: item
  4358.         item:  
  4359.           material: SPRUCE_FENCE
  4360.         buyPrice: 0.41
  4361.         sellPrice: 0.28
  4362.         slot: 5
  4363.         page: 2
  4364.       52:  
  4365.         type: item
  4366.         item:  
  4367.           material: BIRCH_FENCE
  4368.         buyPrice: 0.41
  4369.         sellPrice: 0.28
  4370.         slot: 6
  4371.         page: 2
  4372.       53:  
  4373.         type: item
  4374.         item:  
  4375.           material: DARK_OAK_FENCE
  4376.         buyPrice: 0.41
  4377.         sellPrice: 0.28
  4378.         slot: 7
  4379.         page: 2
  4380.       54:  
  4381.         type: item
  4382.         item:  
  4383.           material: ACACIA_FENCE
  4384.         buyPrice: 0.41
  4385.         sellPrice: 0.28
  4386.         slot: 8
  4387.         page: 2
  4388.       55:  
  4389.         type: item
  4390.         item:  
  4391.           material: END_ROD
  4392.         buyPrice: 21.56
  4393.         sellPrice: 15.09
  4394.         slot: 9
  4395.         page: 2
  4396.       56:  
  4397.         type: item
  4398.         item:  
  4399.           material: CHORUS_FLOWER
  4400.         buyPrice: 100
  4401.         sellPrice: 80
  4402.         slot: 10
  4403.         page: 2
  4404.       57:  
  4405.         type: item
  4406.         item:  
  4407.           material: PAINTING
  4408.         buyPrice: 4.96
  4409.         sellPrice: 3.47
  4410.         slot: 11
  4411.         page: 2
  4412.       58:  
  4413.         type: item
  4414.         item:  
  4415.           material: SIGN
  4416.         buyPrice: 2.04
  4417.         sellPrice: 1.42
  4418.         slot: 12
  4419.         page: 2
  4420.       59:  
  4421.         type: item
  4422.         item:  
  4423.           material: RED_BED
  4424.         buyPrice: 12.17
  4425.         sellPrice: 8.92
  4426.         slot: 13
  4427.         page: 2
  4428.       60:  
  4429.         type: item
  4430.         item:
  4431.           material: ITEM_FRAME
  4432.         buyPrice: 2.96
  4433.         sellPrice: 2.72
  4434.         slot: 14
  4435.         page: 2
  4436.       61:  
  4437.         type: item
  4438.         item:  
  4439.           material: FLOWER_POT
  4440.         buyPrice: 4.87
  4441.         sellPrice: 3.41
  4442.         slot: 15
  4443.         page: 2
  4444.       62:  
  4445.         type: item
  4446.         item:  
  4447.           material: ARMOR_STAND
  4448.         buyPrice: 1.22
  4449.         sellPrice: 0.84
  4450.         slot: 16
  4451.         page: 2
  4452.   misc:  
  4453.     name: "&3&lMiscellaneous"
  4454.     items:  
  4455.       1:  
  4456.         type: item
  4457.         item:  
  4458.           material: BEACON
  4459.         buyPrice: 80244.65
  4460.         sellPrice: 56171.25
  4461.       2:  
  4462.         type: item
  4463.         item:  
  4464.           material: SNOWBALL
  4465.         buyPrice: 1
  4466.         sellPrice: 0.70
  4467.         slot: 1
  4468.       3:  
  4469.         type: item #milk
  4470.         item:  
  4471.           material: MILK_BUCKET
  4472.         buyPrice: 320
  4473.         sellPrice: 224
  4474.         slot: 2
  4475.       4:  
  4476.         type: item
  4477.         item:  
  4478.           material: PAPER
  4479.         buyPrice: 3.00
  4480.         sellPrice: 2.1
  4481.         slot: 3
  4482.       5:  
  4483.         type: item
  4484.         item:  
  4485.           material: BOOK
  4486.         buyPrice: 11
  4487.         sellPrice: 7.7
  4488.         slot: 4
  4489.       6:
  4490.         type: item
  4491.         item:  
  4492.           material: EGG
  4493.           quantity: 1
  4494.         buyPrice: 10
  4495.         sellPrice: 7
  4496.         slot: 7
  4497.       7:  
  4498.        type: item
  4499.        item:  
  4500.          material: ENDER_EYE
  4501.        buyPrice: 40
  4502.        sellPrice: 28
  4503.        slot: 8
  4504.       8:  
  4505.         type: item
  4506.         item:  
  4507.           material: FIRE_CHARGE
  4508.         buyPrice: 23.33
  4509.         sellPrice: 16.33
  4510.         slot: 5
  4511.       9:  
  4512.         type: item
  4513.         item:  
  4514.           material: WRITABLE_BOOK
  4515.         buyPrice: 23
  4516.         sellPrice: 16.1
  4517.         slot: 6
  4518.       10:  
  4519.         type: item
  4520.         item:  
  4521.           material: MAP
  4522.         buyPrice: 318.75
  4523.         sellPrice: 247.12
  4524.         slot: 9
  4525.       11:  
  4526.         type: item
  4527.         item:  
  4528.           material: STICK
  4529.         buyPrice: 0.12
  4530.         sellPrice: 0.08
  4531.         slot: 10
  4532.       12:  
  4533.         type: item
  4534.         item:  
  4535.           material: BRICK
  4536.         buyPrice: 1.62
  4537.         sellPrice: 1.13
  4538.         slot: 11
  4539.       13:  
  4540.         type: item
  4541.         item:  
  4542.           material: NETHER_BRICK
  4543.         buyPrice: 1.35
  4544.         sellPrice: 0.94
  4545.         slot: 12
  4546.       14:  
  4547.         type: item
  4548.         item:  
  4549.           material: CHORUS_FRUIT
  4550.         buyPrice: 5
  4551.         sellPrice: 3.5
  4552.         slot: 13
  4553.       15:  
  4554.         type: item
  4555.         item:  
  4556.           material: POPPED_CHORUS_FRUIT
  4557.         buyPrice: 6.25
  4558.         sellPrice: 4.37
  4559.         slot: 14
  4560.       16:  
  4561.         type: item
  4562.         item:  
  4563.           material: GLOWSTONE_DUST
  4564.         buyPrice: 1
  4565.         sellPrice: 0.7
  4566.         slot: 15
  4567.       17:  
  4568.         type: item
  4569.         item:  
  4570.           material: NAME_TAG
  4571.         buyPrice: 200
  4572.         sellPrice: 140
  4573.         slot: 16
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement