Guest User

Untitled

a guest
Jan 16th, 2020
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.66 KB | None | 0 0
  1. armor:
  2.   name: "&4&lArmor (page %page%)"
  3.   fillItem:
  4.     material: BLACK_STAINED_GLASS_PANE
  5.     name: " "
  6.   items:
  7.     1:
  8.       type: item
  9.       item:
  10.         material: LEATHER_HELMET
  11.         quantity: 1
  12.       buyPrice: 40
  13.       sellPrice: 8
  14.       slot: 10
  15.     2:
  16.       type: item
  17.       item:
  18.         material: GOLDEN_HELMET
  19.         quantity: 1
  20.       buyPrice: 160
  21.       sellPrice: 32
  22.       slot: 11
  23.     3:
  24.       type: item
  25.       item:
  26.         material: IRON_HELMET
  27.         quantity: 1
  28.       buyPrice: 480
  29.       sellPrice: 96
  30.       slot: 12
  31.     4:
  32.       type: item
  33.       item:
  34.         material: DIAMOND_HELMET
  35.         quantity: 1
  36.       buyPrice: 800
  37.       sellPrice: 160
  38.       slot: 13
  39.     5:
  40.       type: item
  41.       item:
  42.         material: LEATHER_CHESTPLATE
  43.         quantity: 1
  44.       buyPrice: 50
  45.       sellPrice: 10
  46.       slot: 19
  47.     6:
  48.       type: item
  49.       item:
  50.         material: GOLDEN_CHESTPLATE
  51.         quantity: 1
  52.       buyPrice: 200
  53.       sellPrice: 40
  54.       slot: 20
  55.     7:
  56.       type: item
  57.       item:
  58.         material: IRON_CHESTPLATE
  59.         quantity: 1
  60.       buyPrice: 600
  61.       sellPrice: 120
  62.       slot: 21
  63.     8:
  64.       type: item
  65.       item:
  66.         material: DIAMOND_CHESTPLATE
  67.         quantity: 1
  68.       buyPrice: 1000
  69.       sellPrice: 200
  70.       slot: 22
  71.     9:
  72.       type: item
  73.       item:
  74.         material: LEATHER_LEGGINGS
  75.         quantity: 1
  76.       buyPrice: 50
  77.       sellPrice: 10
  78.       slot: 28
  79.     10:
  80.       type: item
  81.       item:
  82.         material: GOLDEN_LEGGINGS
  83.         quantity: 1
  84.       buyPrice: 200
  85.       sellPrice: 40
  86.       slot: 29
  87.     11:
  88.       type: item
  89.       item:
  90.         material: IRON_LEGGINGS
  91.         quantity: 1
  92.       buyPrice: 600
  93.       sellPrice: 120
  94.       slot: 30
  95.     12:
  96.       type: item
  97.       item:
  98.         material: DIAMOND_LEGGINGS
  99.         quantity: 1
  100.       buyPrice: 1000
  101.       sellPrice: 200
  102.       slot: 31
  103.     13:
  104.       type: item
  105.       item:
  106.         material: LEATHER_BOOTS
  107.         quantity: 1
  108.       buyPrice: 30
  109.       sellPrice: 6
  110.       slot: 37
  111.     14:
  112.       type: item
  113.       item:
  114.         material: GOLDEN_BOOTS
  115.         quantity: 1
  116.       buyPrice: 120
  117.       sellPrice: 24
  118.       slot: 38
  119.     15:
  120.       type: item
  121.       item:
  122.         material: IRON_BOOTS
  123.         quantity: 1
  124.       buyPrice: 360
  125.       sellPrice: 72
  126.       slot: 39
  127.     16:
  128.       type: item
  129.       item:
  130.         material: DIAMOND_BOOTS
  131.         quantity: 1
  132.       buyPrice: 600
  133.       sellPrice: 120
  134.       slot: 40
  135.     17:
  136.       type: item
  137.       item:
  138.         material: WOODEN_SWORD
  139.         quantity: 1
  140.       buyPrice: 20
  141.       sellPrice: 4
  142.       slot: 15
  143.     18:
  144.       type: item
  145.       item:
  146.         material: GOLDEN_SWORD
  147.         quantity: 1
  148.       buyPrice: 50
  149.       sellPrice: 10
  150.       slot: 24
  151.     19:
  152.       type: item
  153.       item:
  154.         material: IRON_SWORD
  155.         quantity: 1
  156.       buyPrice: 100
  157.       sellPrice: 20
  158.       slot: 33
  159.     20:
  160.       type: item
  161.       item:
  162.         material: DIAMOND_SWORD
  163.         quantity: 1
  164.       buyPrice: 1000
  165.       sellPrice: 200
  166.       slot: 42
  167.     21:
  168.       type: item
  169.       item:
  170.         material: BOW
  171.         quantity: 1
  172.       buyPrice: 100
  173.       sellPrice: 20
  174.       slot: 16
  175.     22:
  176.       type: item
  177.       item:
  178.         material: ARROW
  179.         quantity: 10
  180.       buyPrice: 50
  181.       sellPrice: 10
  182.       slot: 25
  183.     23:
  184.       type: item
  185.       item:
  186.         material: SNOWBALL
  187.         quantity: 16
  188.       buyPrice: 30
  189.       sellPrice: 5
  190.       slot: 34
  191.     24:
  192.       type: item
  193.       item:
  194.         material: FIRE_CHARGE
  195.         quantity: 1
  196.       buyPrice: 50
  197.       sellPrice: 5
  198.       slot: 43
Add Comment
Please, Sign In to add comment