Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.01 KB | None | 0 0
  1. items:
  2.  
  3. 1:
  4.  
  5. type: item
  6.  
  7. item:
  8.  
  9. material: ROTTEN_FLESH
  10.  
  11. quantity: 16
  12.  
  13. buyPrice: 500
  14.  
  15. sellPrice: 50
  16.  
  17. slot: 0
  18.  
  19. 2:
  20.  
  21. type: item
  22.  
  23. item:
  24.  
  25. material: BONE
  26.  
  27. quantity: 16
  28.  
  29. buyPrice: 500
  30.  
  31. sellPrice: 50
  32.  
  33. slot: 1
  34.  
  35. 3:
  36.  
  37. type: item
  38.  
  39. item:
  40.  
  41. material: SULPHUR
  42.  
  43. quantity: 16
  44.  
  45. buyPrice: 500
  46.  
  47. sellPrice: 0
  48.  
  49. slot: 2
  50.  
  51. 4:
  52.  
  53. type: item
  54.  
  55. item:
  56.  
  57. material: STRING
  58.  
  59. quantity: 16
  60.  
  61. buyPrice: 500
  62.  
  63. sellPrice: 50
  64.  
  65. slot: 3
  66.  
  67. 5:
  68.  
  69. type: item
  70.  
  71. item:
  72.  
  73. material: SPIDER_EYE
  74.  
  75. quantity: 16
  76.  
  77. buyPrice: 500
  78.  
  79. sellPrice: 50
  80.  
  81. slot: 4
  82.  
  83. 6:
  84.  
  85. type: item
  86.  
  87. item:
  88.  
  89. material: ENDER_PEARL
  90.  
  91. quantity: 16
  92.  
  93. buyPrice: 1000
  94.  
  95. sellPrice: 100
  96.  
  97. slot: 5
  98.  
  99. 7:
  100.  
  101. type: item
  102.  
  103. item:
  104.  
  105. material: SLIME_BALL
  106.  
  107. quantity: 16
  108.  
  109. buyPrice: 1000
  110.  
  111. sellPrice: 4
  112.  
  113. slot: 6
  114.  
  115. 8:
  116.  
  117. type: item
  118.  
  119. item:
  120.  
  121. material: PRISMARINE_CRYSTALS
  122.  
  123. quantity: 16
  124.  
  125. buyPrice: 50
  126.  
  127. sellPrice: 5
  128.  
  129. slot: 7
  130.  
  131. 9:
  132.  
  133. type: item
  134.  
  135. item:
  136.  
  137. material: PRISMARINE_SHARD
  138.  
  139. quantity: 16
  140.  
  141. buyPrice: 500
  142.  
  143. sellPrice: 160
  144.  
  145. slot: 8
  146.  
  147. 10:
  148.  
  149. type: item
  150.  
  151. item:
  152.  
  153. material: BLAZE_ROD
  154.  
  155. quantity: 16
  156.  
  157. buyPrice: 500
  158.  
  159. sellPrice: 160
  160.  
  161. slot: 9
  162.  
  163. 11:
  164.  
  165. type: item
  166.  
  167. item:
  168.  
  169. material: MAGMA_CREAM
  170.  
  171. quantity: 16
  172.  
  173. buyPrice: 400
  174.  
  175. sellPrice: 40
  176.  
  177. slot: 10
  178.  
  179. 12:
  180.  
  181. type: item
  182.  
  183. item:
  184.  
  185. material: LEATHER
  186.  
  187. quantity: 16
  188.  
  189. buyPrice: 500
  190.  
  191. sellPrice: 50
  192.  
  193. slot: 11
  194.  
  195. 13:
  196.  
  197. type: item
  198.  
  199. item:
  200.  
  201. material: RABBIT_HIDE
  202.  
  203. quantity: 16
  204.  
  205. buyPrice: 200
  206.  
  207. sellPrice: 20
  208.  
  209. slot: 12
  210.  
  211. 14:
  212.  
  213. type: item
  214.  
  215. item:
  216.  
  217. material: RABBIT_FOOT
  218.  
  219. quantity: 16
  220.  
  221. buyPrice: 50
  222.  
  223. sellPrice: 5
  224.  
  225. slot: 13
  226.  
  227. 15:
  228.  
  229. type: item
  230.  
  231. item:
  232.  
  233. material: INK_SACK
  234.  
  235. quantity: 16
  236.  
  237. buyPrice: 50
  238.  
  239. sellPrice: 5
  240.  
  241. slot: 14
  242.  
  243. 16:
  244.  
  245. type: item
  246.  
  247. item:
  248.  
  249. material: FEATHER
  250.  
  251. quantity: 16
  252.  
  253. buyPrice: 20
  254.  
  255. sellPrice: 2
  256.  
  257. slot: 15
  258.  
  259. 17:
  260.  
  261. type: item
  262.  
  263. item:
  264.  
  265. material: RED_FLOWER
  266.  
  267. quantity: 16
  268.  
  269. buyPrice: 200
  270.  
  271. sellPrice: 20
  272.  
  273. slot: 16
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement