Advertisement
Guest User

shop.yml BedWars1058

a guest
Feb 1st, 2018
1,469
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 13.24 KB | None | 0 0
  1. main:
  2.   invSize: 36
  3.   invContents:
  4.     favourites:
  5.       enable: true
  6.       slot: 16
  7.       material: NETHER_STAR
  8.       data: 0
  9.       amount: 1
  10.       enchanted: false
  11.     recommended:
  12.       enable: true
  13.       slot: 26
  14.       material: BOOK
  15.       data: 0
  16.       amount: 1
  17.       enchanted: true
  18.     armor:
  19.       invSize: 36
  20.       slot: 11
  21.       material: CHAINMAIL_BOOTS
  22.       data: 0
  23.       amount: 1
  24.       enchanted: false
  25.       invContents:
  26.         chainmail:
  27.           slot: 10
  28.           material: CHAINMAIL_BOOTS
  29.           data: 0
  30.           amount: 1
  31.           enchanted: false
  32.           cost: 40
  33.           currency: iron
  34.           buyItems:
  35.             boots:
  36.               material: CHAINMAIL_BOOTS
  37.               data: 0
  38.               amount: 1
  39.               auto-equip: true
  40.               permanent: true
  41.             leggins:
  42.               material: CHAINMAIL_LEGGINGS
  43.               data: 0
  44.               amount: 1
  45.               auto-equip: true
  46.               permanent: true
  47.         iron:
  48.           slot: 11
  49.           material: IRON_BOOTS
  50.           data: 0
  51.           amount: 1
  52.           enchanted: false
  53.           cost: 12
  54.           currency: gold
  55.           buyItems:
  56.             boots:
  57.               material: IRON_BOOTS
  58.               data: 0
  59.               amount: 1
  60.               auto-equip: true
  61.               permanent: true
  62.             leggins:
  63.               material: IRON_LEGGINGS
  64.               data: 0
  65.               amount: 1
  66.               auto-equip: true
  67.               permanent: true
  68.         diamond:
  69.           slot: 12
  70.           material: DIAMOND_BOOTS
  71.           data: 0
  72.           amount: 1
  73.           enchanted: false
  74.           cost: 6
  75.           currency: emerald
  76.           buyItems:
  77.             boots:
  78.               material: DIAMOND_BOOTS
  79.               data: 0
  80.               amount: 1
  81.               auto-equip: true
  82.               permanent: true
  83.             leggins:
  84.               material: DIAMOND_LEGGINGS
  85.               data: 0
  86.               amount: 1
  87.               auto-equip: true
  88.               permanent: true
  89.         back:
  90.           slot: 31
  91.           material: ARROW
  92.           data: 0
  93.           amount: 1
  94.           enchanted: false
  95.           cost: 0
  96.           currency: iron
  97.           buyItems: []
  98.     melee:
  99.       invSize: 36
  100.       slot: 12
  101.       material: GOLD_SWORD
  102.       data: 0
  103.       amount: 1
  104.       enchanted: false
  105.       invContents:
  106.         stone:
  107.           slot: 10
  108.           material: STONE_SWORD
  109.           data: 0
  110.           amount: 1
  111.           enchanted: false
  112.           cost: 10
  113.           currency: iron
  114.           buyItems:
  115.             sword:
  116.               material: STONE_SWORD
  117.               data: 0
  118.               amount: 1
  119.         iron:
  120.           slot: 11
  121.           material: IRON_SWORD
  122.           data: 0
  123.           amount: 1
  124.           enchanted: false
  125.           cost: 7
  126.           currency: gold
  127.           buyItems:
  128.             sword:
  129.               material: IRON_SWORD
  130.               data: 0
  131.               amount: 1
  132.         diamond:
  133.           slot: 12
  134.           material: DIAMOND_SWORD
  135.           data: 0
  136.           amount: 1
  137.           enchanted: false
  138.           cost: 4
  139.           currency: emerald
  140.           buyItems:
  141.             sword:
  142.               material: DIAMOND_SWORD
  143.               data: 0
  144.               amount: 1
  145.         stick:
  146.           slot: 13
  147.           material: STICK
  148.           data: 0
  149.           amount: 1
  150.           enchanted: true
  151.           cost: 10
  152.           currency: gold
  153.           buyItems:
  154.             stick:
  155.               material: STICK
  156.               data: 0
  157.               amount: 1
  158.               enchantments: KNOCKBACK 1
  159.         back:
  160.           slot: 31
  161.           material: ARROW
  162.           data: 0
  163.           amount: 1
  164.           enchanted: false
  165.           cost: 0
  166.           currency: iron
  167.           buyItems: []
  168.     blocks:
  169.       invSize: 36
  170.       slot: 13
  171.       material: STAINED_CLAY
  172.       data: 1
  173.       amount: 1
  174.       enchanted: false
  175.       invContents:
  176.         wool:
  177.           slot: 10
  178.           material: WOOL
  179.           data: 0
  180.           amount: 16
  181.           enchanted: false
  182.           cost: 4
  183.           currency: iron
  184.           buyItems:
  185.             wool:
  186.               material: WOOL
  187.               data: 0
  188.               amount: 16
  189.         clay:
  190.           slot: 11
  191.           material: STAINED_CLAY
  192.           data: 1
  193.           amount: 16
  194.           enchanted: false
  195.           cost: 12
  196.           currency: iron
  197.           buyItems:
  198.             clay:
  199.               material: STAINED_CLAY
  200.               data: 1
  201.               amount: 16
  202.         glass:
  203.           slot: 12
  204.           material: GLASS
  205.           data: 0
  206.           amount: 4
  207.           enchanted: false
  208.           cost: 12
  209.           currency: iron
  210.           buyItems:
  211.             glass:
  212.               material: GLASS
  213.               data: 0
  214.               amount: 4
  215.         stone:
  216.           slot: 13
  217.           material: ENDER_STONE
  218.           data: 0
  219.           amount: 16
  220.           enchanted: false
  221.           cost: 24
  222.           currency: iron
  223.           buyItems:
  224.             stone:
  225.               material: ENDER_STONE
  226.               data: 0
  227.               amount: 16
  228.         ladder:
  229.           slot: 14
  230.           material: LADDER
  231.           data: 0
  232.           amount: 16
  233.           enchanted: false
  234.           cost: 4
  235.           currency: iron
  236.           buyItems:
  237.             ladder:
  238.               material: LADDER
  239.               data: 0
  240.               amount: 16
  241.         wood:
  242.           slot: 15
  243.           material: WOOD
  244.           data: 0
  245.           amount: 16
  246.           enchanted: false
  247.           cost: 4
  248.           currency: gold
  249.           buyItems:
  250.             wood:
  251.               material: WOOD
  252.               data: 0
  253.               amount: 16
  254.         obsidian:
  255.           slot: 16
  256.           material: OBSIDIAN
  257.           data: 0
  258.           amount: 4
  259.           enchanted: false
  260.           cost: 4
  261.           currency: emerald
  262.           buyItems:
  263.             obsidian:
  264.               material: OBSIDIAN
  265.               data: 0
  266.               amount: 16
  267.         back:
  268.           slot: 31
  269.           material: ARROW
  270.           data: 0
  271.           amount: 1
  272.           enchanted: false
  273.           cost: 0
  274.           currency: iron
  275.           buyItems: []
  276.     ranged:
  277.       invSize: 36
  278.       slot: 14
  279.       material: BOW
  280.       data: 0
  281.       amount: 1
  282.       enchanted: false
  283.       invContents:
  284.         arrow:
  285.           slot: 10
  286.           material: ARROW
  287.           data: 0
  288.           amount: 8
  289.           enchanted: false
  290.           cost: 2
  291.           currency: gold
  292.           buyItems:
  293.             arrows:
  294.               material: ARROW
  295.               data: 0
  296.               amount: 6
  297.         bow:
  298.           slot: 11
  299.           material: BOW
  300.           data: 0
  301.           amount: 1
  302.           enchanted: false
  303.           cost: 12
  304.           currency: gold
  305.           buyItems:
  306.             bow:
  307.               material: BOW
  308.               data: 0
  309.               amount: 1
  310.         bow2:
  311.           slot: 12
  312.           material: BOW
  313.           data: 0
  314.           amount: 1
  315.           enchanted: true
  316.           cost: 24
  317.           currency: gold
  318.           buyItems:
  319.             bow:
  320.               material: BOW
  321.               data: 0
  322.               amount: 1
  323.               enchantments: ARROW_DAMAGE 1
  324.         bow3:
  325.           slot: 13
  326.           material: BOW
  327.           data: 0
  328.           amount: 1
  329.           enchanted: true
  330.           cost: 6
  331.           currency: emerald
  332.           buyItems:
  333.             bow:
  334.               material: BOW
  335.               data: 0
  336.               amount: 1
  337.               enchantments: ARROW_DAMAGE 1,ARROW_KNOCKBACK 1
  338.         back:
  339.           slot: 31
  340.           material: ARROW
  341.           data: 0
  342.           amount: 1
  343.           enchanted: false
  344.           cost: 0
  345.           currency: iron
  346.           buyItems: []
  347.     tools:
  348.       invSize: 36
  349.       slot: 20
  350.       material: STONE_PICKAXE
  351.       data: 0
  352.       amount: 1
  353.       enchanted: false
  354.       invContents:
  355.         shears:
  356.           slot: 10
  357.           material: SHEARS
  358.           data: 0
  359.           amount: 1
  360.           enchanted: false
  361.           cost: 30
  362.           currency: iron
  363.           buyItems:
  364.             shears:
  365.               material: SHEARS
  366.               data: 0
  367.               amount: 1
  368.         pick:
  369.           slot: 11
  370.           material: WOOD_PICKAXE
  371.           data: 0
  372.           amount: 1
  373.           enchanted: false
  374.           cost: 10
  375.           currency: iron
  376.           buyItems:
  377.             pick:
  378.               material: WOOD_PICKAXE
  379.               data: 0
  380.               amount: 1
  381.               enchantments: DIG_SPEED 1
  382.         axe:
  383.           slot: 12
  384.           material: WOOD_AXE
  385.           data: 0
  386.           amount: 1
  387.           enchanted: false
  388.           cost: 10
  389.           currency: iron
  390.           buyItems:
  391.             axe:
  392.               material: WOOD_AXE
  393.               data: 0
  394.               amount: 1
  395.               enchantments: DIG_SPEED 1
  396.         back:
  397.           slot: 31
  398.           material: ARROW
  399.           data: 0
  400.           amount: 1
  401.           enchanted: false
  402.           cost: 0
  403.           currency: iron
  404.           buyItems: []
  405.     potions:
  406.       invSize: 36
  407.       slot: 21
  408.       material: BREWING_STAND_ITEM
  409.       data: 0
  410.       amount: 1
  411.       enchanted: false
  412.       invContents:
  413.         potion1:
  414.           slot: 10
  415.           material: POTION
  416.           data: 0
  417.           amount: 1
  418.           enchanted: false
  419.           cost: 1
  420.           currency: emerald
  421.           buyItems:
  422.             potion:
  423.               material: POTION
  424.               data: 0
  425.               amount: 1
  426.               potionEffect: SPEED 30 2
  427.         potion2:
  428.           slot: 11
  429.           material: POTION
  430.           data: 0
  431.           amount: 1
  432.           enchanted: false
  433.           cost: 1
  434.           currency: emerald
  435.           buyItems:
  436.             potion:
  437.               material: POTION
  438.               data: 0
  439.               amount: 1
  440.               potionEffect: JUMP 30 5
  441.         potion3:
  442.           slot: 12
  443.           material: POTION
  444.           data: 0
  445.           amount: 1
  446.           enchanted: false
  447.           cost: 1
  448.           currency: emerald
  449.           buyItems:
  450.             potion:
  451.               material: POTION
  452.               data: 0
  453.               amount: 1
  454.               potionEffect: INVISIBILITY 45 1
  455.         back:
  456.           slot: 31
  457.           material: ARROW
  458.           data: 0
  459.           amount: 1
  460.           enchanted: false
  461.           cost: 0
  462.           currency: iron
  463.           buyItems: []
  464.     utility:
  465.       invSize: 36
  466.       slot: 22
  467.       material: TNT
  468.       data: 0
  469.       amount: 1
  470.       enchanted: false
  471.       invContents:
  472.         apple:
  473.           slot: 10
  474.           material: GOLDEN_APPLE
  475.           data: 0
  476.           amount: 1
  477.           enchanted: false
  478.           cost: 3
  479.           currency: gold
  480.           buyItems:
  481.             item:
  482.               material: GOLDEN_APPLE
  483.               data: 0
  484.               amount: 1
  485.         sball:
  486.           slot: 11
  487.           material: SNOW_BALL
  488.           data: 0
  489.           amount: 1
  490.           enchanted: false
  491.           cost: 50
  492.           currency: iron
  493.           buyItems:
  494.             item:
  495.               material: SNOW_BALL
  496.               data: 0
  497.               amount: 1
  498.         monsteregg:
  499.           slot: 12
  500.           material: MONSTER_EGG
  501.           data: 0
  502.           amount: 1
  503.           enchanted: false
  504.           cost: 120
  505.           currency: iron
  506.           buyItems:
  507.             item:
  508.               material: MONSTER_EGG
  509.               data: 0
  510.               amount: 1
  511.         fireball:
  512.           slot: 13
  513.           material: FIREBALL
  514.           data: 0
  515.           amount: 1
  516.           enchanted: false
  517.           cost: 50
  518.           currency: iron
  519.           buyItems:
  520.             item:
  521.               material: FIREBALL
  522.               data: 0
  523.               amount: 1
  524.         tnt:
  525.           slot: 14
  526.           material: TNT
  527.           data: 0
  528.           amount: 1
  529.           enchanted: false
  530.           cost: 8
  531.           currency: gold
  532.           buyItems:
  533.             item:
  534.               material: TNT
  535.               data: 0
  536.               amount: 1
  537.         enderpearl:
  538.           slot: 15
  539.           material: ENDER_PEARL
  540.           data: 0
  541.           amount: 1
  542.           enchanted: false
  543.           cost: 4
  544.           currency: emerald
  545.           buyItems:
  546.             item:
  547.               material: ENDER_PEARL
  548.               data: 0
  549.               amount: 1
  550.         bucket:
  551.           slot: 16
  552.           material: WATER_BUCKET
  553.           data: 0
  554.           amount: 1
  555.           enchanted: false
  556.           cost: 1
  557.           currency: emerald
  558.           buyItems:
  559.             item:
  560.               material: WATER_BUCKET
  561.               data: 0
  562.               amount: 1
  563.         egg:
  564.           slot: 19
  565.           material: EGG
  566.           data: 0
  567.           amount: 1
  568.           enchanted: false
  569.           cost: 4
  570.           currency: emerald
  571.           buyItems:
  572.             item:
  573.               material: EGG
  574.               data: 0
  575.               amount: 1
  576.         back:
  577.           slot: 31
  578.           material: ARROW
  579.           data: 0
  580.           amount: 1
  581.           enchanted: false
  582.           cost: 0
  583.           currency: iron
  584.           buyItems: []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement