Advertisement
Marcely99

Marcely's Bedwars shop-config

Mar 22nd, 2016 (edited)
4,187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 14.21 KB | None | 0 0
  1. # Wiki Page: https://s.marcely.de/mbww7
  2. ##### IMPORTANT #### #
  3. # Names surrounded with % will be taken from the messages file.
  4. # Make sure when creating something new to remove the %!
  5. #################### #
  6.  
  7. # Change the layout of the shop here
  8. # The purpose of a layout is to order and display all the pages & items
  9. # You are able to choose between:
  10. #  - Normal
  11. #  - Hypixel
  12. #  - HiveMC
  13. #  - GommeHD
  14. #  - Rewinside
  15. #  - Minesucht
  16. #  - BergwerkLabs
  17. #  - HypixelV2
  18. layout-name: Normal
  19.  
  20. # You may also display players playing Minecraft's Bedrock Edition a different layout
  21. # Use "equally" to display the same layout as with the "layout-name" config
  22. layout-name-bedrock: equally
  23.  
  24. # Specify here which buygroups should display in single slot Buygroups here will only display one
  25. # item at a time. You will need to purchase an item for the next one in line to be visiable
  26. stacked-buygroups: []
  27.  
  28. # Configure the pages, items, products and prices here
  29. pages:
  30.  '%Shop_Page_Block%':
  31.     icon: sandstone
  32.     items:
  33.     - name: '%Shop_Item_HardenedClay%'
  34.       icon: stained_clay
  35.       caps-multiply: 32
  36.       products:
  37.       - type: item
  38.         material: stained_clay
  39.         amount: 8
  40.       prices:
  41.       - type: spawner-item
  42.         spawner-id: iron
  43.         amount: 4
  44.      
  45.     - name: '%Shop_Item_Endstone%'
  46.       icon: ender_stone
  47.       caps-multiply: 6
  48.       products:
  49.       - type: item
  50.         material: ender_stone
  51.         amount: 4
  52.       prices:
  53.       - type: spawner-item
  54.         spawner-id: iron
  55.         amount: 8
  56.      
  57.     - name: '%Shop_Item_Chest%'
  58.       icon: chest
  59.       caps-multiply: 2
  60.       products:
  61.       - type: item
  62.         material: chest
  63.         amount: 1
  64.       prices:
  65.       - type: spawner-item
  66.         spawner-id: gold
  67.         amount: 1
  68.      
  69.     - name: '%Shop_Item_Enderchest%'
  70.       icon: ender_chest
  71.       products:
  72.       - type: item
  73.         material: ender_chest
  74.         amount: 1
  75.       prices:
  76.       - type: spawner-item
  77.         spawner-id: emerald
  78.         amount: 1
  79.      
  80.     - name: '%Shop_Item_Ladder%'
  81.       icon: ladder
  82.       caps-multiply: 3
  83.       products:
  84.       - type: item
  85.         material: ladder
  86.         amount: 6
  87.       prices:
  88.       - type: spawner-item
  89.         spawner-id: iron
  90.         amount: 1
  91.      
  92.     - name: '%Shop_Item_Web%'
  93.       icon: web
  94.       caps-multiply: 3
  95.       products:
  96.       - type: item
  97.         material: web
  98.         amount: 3
  99.       prices:
  100.       - type: spawner-item
  101.         spawner-id: iron
  102.         amount: 10
  103.      
  104.    
  105.   '%Shop_Page_Food%':
  106.     icon: apple
  107.     items:
  108.     - name: '%Shop_Item_Apple%'
  109.       icon: apple
  110.       caps-multiply: 8
  111.       products:
  112.       - type: item
  113.         material: apple
  114.         amount: 1
  115.       prices:
  116.       - type: spawner-item
  117.         spawner-id: iron
  118.         amount: 1
  119.      
  120.     - name: '%Shop_Item_GrilledPork%'
  121.       icon: grilled_pork
  122.       caps-multiply: 8
  123.       products:
  124.       - type: item
  125.         material: grilled_pork
  126.         amount: 1
  127.       prices:
  128.       - type: spawner-item
  129.         spawner-id: iron
  130.         amount: 4
  131.      
  132.     - name: '%Shop_Item_Cake%'
  133.       icon: cake
  134.       products:
  135.       - type: item
  136.         material: cake
  137.         amount: 1
  138.       prices:
  139.       - type: spawner-item
  140.         spawner-id: gold
  141.         amount: 3
  142.      
  143.     - name: '%Shop_Item_GoldenApple%'
  144.       icon: golden_apple
  145.       products:
  146.       - type: item
  147.         material: golden_apple
  148.         amount: 1
  149.       prices:
  150.       - type: spawner-item
  151.         spawner-id: emerald
  152.         amount: 1
  153.      
  154.    
  155.   '%Shop_Page_Armor%':
  156.     icon: iron_chestplate
  157.     items:
  158.     - name: '%Shop_Item_LeatherHelmet%'
  159.       icon: leather_helmet {ench:[{lvl:1s,id:0s}]}
  160.       products:
  161.       - type: item
  162.         material: leather_helmet {ench:[{lvl:1s,id:0s}]}
  163.         amount: 1
  164.       prices:
  165.       - type: spawner-item
  166.         spawner-id: iron
  167.         amount: 5
  168.      
  169.     - name: '%Shop_Item_LeatherLeggings%'
  170.       icon: leather_leggings {ench:[{lvl:1s,id:0s}]}
  171.       products:
  172.       - type: item
  173.         material: leather_leggings {ench:[{lvl:1s,id:0s}]}
  174.         amount: 1
  175.       prices:
  176.       - type: spawner-item
  177.         spawner-id: iron
  178.         amount: 5
  179.      
  180.     - name: '%Shop_Item_LeatherBoots%'
  181.       icon: leather_boots {ench:[{lvl:1s,id:0s}]}
  182.       products:
  183.       - type: item
  184.         material: leather_boots {ench:[{lvl:1s,id:0s}]}
  185.         amount: 1
  186.       prices:
  187.       - type: spawner-item
  188.         spawner-id: iron
  189.         amount: 5
  190.      
  191.     - name: '%Shop_Item_ChainmailChestplateLVL1%'
  192.       icon: chainmail_chestplate
  193.       products:
  194.       - type: item
  195.         material: chainmail_chestplate
  196.         amount: 1
  197.       prices:
  198.       - type: spawner-item
  199.         spawner-id: gold
  200.         amount: 1
  201.      
  202.     - name: '%Shop_Item_ChainmailChestplateLVL2%'
  203.       icon: chainmail_chestplate {ench:[{lvl:1s,id:0s}]}
  204.       products:
  205.       - type: item
  206.         material: chainmail_chestplate {ench:[{lvl:1s,id:0s}]}
  207.         amount: 1
  208.       prices:
  209.       - type: spawner-item
  210.         spawner-id: gold
  211.         amount: 3
  212.      
  213.     - name: '%Shop_Item_ChainmailChestplateLVL3%'
  214.       icon: chainmail_chestplate {ench:[{lvl:1s,id:0s},{lvl:1s,id:4s}]}
  215.       products:
  216.       - type: item
  217.         material: chainmail_chestplate {ench:[{lvl:1s,id:0s},{lvl:1s,id:4s}]}
  218.         amount: 1
  219.       prices:
  220.       - type: spawner-item
  221.         spawner-id: gold
  222.         amount: 7
  223.      
  224.     - name: '%Shop_Item_MagnetShoes%'
  225.       icon: chainmail_boots {marcelys-bedwars:{custom-type:"special-item",id:"MagnetShoes"}}
  226.       products:
  227.       - type: special-item
  228.         special-id: MagnetShoes
  229.         amount: 1
  230.       prices:
  231.       - type: spawner-item
  232.         spawner-id: emerald
  233.         amount: 5
  234.      
  235.    
  236.   '%Shop_Page_Sword%':
  237.     icon: wood_sword
  238.     items:
  239.     - name: '%Shop_Item_KnockbackStick%'
  240.       icon: stick {ench:[{lvl:1s,id:19s}]}
  241.       products:
  242.       - type: item
  243.         material: stick {ench:[{lvl:1s,id:19s}]}
  244.         amount: 1
  245.       prices:
  246.       - type: spawner-item
  247.         spawner-id: iron
  248.         amount: 30
  249.      
  250.     - name: '%Shop_Item_SwordLVL1%'
  251.       icon: wood_sword
  252.       products:
  253.       - type: item
  254.         material: wood_sword
  255.         amount: 1
  256.       prices:
  257.       - type: spawner-item
  258.         spawner-id: gold
  259.         amount: 2
  260.      
  261.     - name: '%Shop_Item_SwordLVL2%'
  262.       icon: stone_sword
  263.       products:
  264.       - type: item
  265.         material: stone_sword
  266.         amount: 1
  267.       prices:
  268.       - type: spawner-item
  269.         spawner-id: gold
  270.         amount: 5
  271.      
  272.     - name: '%Shop_Item_SwordLVL3%'
  273.       icon: iron_sword
  274.       products:
  275.       - type: item
  276.         material: iron_sword
  277.         amount: 1
  278.       prices:
  279.       - type: spawner-item
  280.         spawner-id: emerald
  281.         amount: 2
  282.      
  283.    
  284.   '%Shop_Page_Bow%':
  285.     icon: bow
  286.     items:
  287.     - name: '%Shop_Item_BowLVL1%'
  288.       icon: bow
  289.       products:
  290.       - type: item
  291.         material: bow
  292.         amount: 1
  293.       prices:
  294.       - type: spawner-item
  295.         spawner-id: gold
  296.         amount: 15
  297.      
  298.     - name: '%Shop_Item_BowLVL2%'
  299.       icon: bow {ench:[{lvl:1s,id:48s}]}
  300.       products:
  301.       - type: item
  302.         material: bow {ench:[{lvl:1s,id:48s}]}
  303.         amount: 1
  304.       prices:
  305.       - type: spawner-item
  306.         spawner-id: emerald
  307.         amount: 3
  308.      
  309.     - name: '%Shop_Item_BowLVL3%'
  310.       icon: bow {ench:[{lvl:1s,id:48s},{lvl:1s,id:49s}]}
  311.       products:
  312.       - type: item
  313.         material: bow {ench:[{lvl:1s,id:48s},{lvl:1s,id:49s}]}
  314.         amount: 1
  315.       prices:
  316.       - type: spawner-item
  317.         spawner-id: emerald
  318.         amount: 6
  319.      
  320.     - name: '%Shop_Item_Arrow%'
  321.       icon: arrow
  322.       caps-multiply: 3
  323.       products:
  324.       - type: item
  325.         material: arrow
  326.         amount: 5
  327.       prices:
  328.       - type: spawner-item
  329.         spawner-id: gold
  330.         amount: 1
  331.      
  332.    
  333.   '%Shop_Page_Pickaxe%':
  334.     icon: stone_pickaxe
  335.     items:
  336.     - name: '%Shop_Item_PickaxeLVL1%'
  337.       icon: wood_pickaxe {ench:[{lvl:1s,id:32s}]}
  338.       products:
  339.       - type: item
  340.         material: wood_pickaxe {ench:[{lvl:1s,id:32s}]}
  341.         amount: 1
  342.       prices:
  343.       - type: spawner-item
  344.         spawner-id: iron
  345.         amount: 7
  346.      
  347.     - name: '%Shop_Item_PickaxeLVL2%'
  348.       icon: stone_pickaxe {ench:[{lvl:1s,id:32s}]}
  349.       products:
  350.       - type: item
  351.         material: stone_pickaxe {ench:[{lvl:1s,id:32s}]}
  352.         amount: 1
  353.       prices:
  354.       - type: spawner-item
  355.         spawner-id: gold
  356.         amount: 4
  357.      
  358.     - name: '%Shop_Item_PickaxeLVL3%'
  359.       icon: gold_pickaxe {ench:[{lvl:1s,id:32s}]}
  360.       products:
  361.       - type: item
  362.         material: gold_pickaxe {ench:[{lvl:1s,id:32s}]}
  363.         unbreakable: true
  364.         amount: 1
  365.       prices:
  366.       - type: spawner-item
  367.         spawner-id: emerald
  368.         amount: 2
  369.      
  370.    
  371.   '%Shop_Page_Potion%':
  372.     icon: potion
  373.     items:
  374.     - name: '%Shop_Item_PotionSwiftness%'
  375.       icon: potion:speed:3600:0
  376.       products:
  377.       - type: item
  378.         material: potion:speed:3600:0
  379.         amount: 1
  380.       prices:
  381.       - type: spawner-item
  382.         spawner-id: gold
  383.         amount: 4
  384.      
  385.     - name: '%Shop_Item_PotionRegeneration%'
  386.       icon: potion:regeneration:900:0
  387.       products:
  388.       - type: item
  389.         material: potion:regeneration:900:0
  390.         amount: 1
  391.       prices:
  392.       - type: spawner-item
  393.         spawner-id: emerald
  394.         amount: 4
  395.      
  396.     - name: '%Shop_Item_PotionHealing%'
  397.       icon: potion:heal:1:0
  398.       products:
  399.       - type: item
  400.         material: potion:heal:1:0
  401.         amount: 1
  402.       prices:
  403.       - type: spawner-item
  404.         spawner-id: gold
  405.         amount: 5
  406.      
  407.     - name: '%Shop_Item_PotionStrength%'
  408.       icon: potion:increase_damage:3600:0
  409.       products:
  410.       - type: item
  411.         material: potion:increase_damage:3600:0
  412.         amount: 1
  413.       prices:
  414.       - type: spawner-item
  415.         spawner-id: emerald
  416.         amount: 4
  417.      
  418.    
  419.   '%Shop_Page_Special%':
  420.     icon: tnt
  421.     items:
  422.     - name: '%Shop_Item_Teleporter%'
  423.       icon: sulphur {marcelys-bedwars:{custom-type:"special-item",id:"Teleporter"}}
  424.       products:
  425.       - type: special-item
  426.         special-id: Teleporter
  427.         amount: 1
  428.       prices:
  429.       - type: spawner-item
  430.         spawner-id: emerald
  431.         amount: 2
  432.      
  433.     - name: '%Shop_Item_Minishop%'
  434.       icon: monster_egg:villager {marcelys-bedwars:{custom-type:"special-item",id:"MiniShop"}}
  435.       products:
  436.       - type: special-item
  437.         special-id: MiniShop
  438.         amount: 1
  439.       prices:
  440.       - type: spawner-item
  441.         spawner-id: gold
  442.         amount: 2
  443.      
  444.     - name: '%Shop_Item_Rescueplatform%'
  445.       icon: slime_block {marcelys-bedwars:{custom-type:"special-item",id:"RescuePlatform"}}
  446.       products:
  447.       - type: special-item
  448.         special-id: RescuePlatform
  449.         amount: 1
  450.       prices:
  451.       - type: spawner-item
  452.         spawner-id: emerald
  453.         amount: 3
  454.      
  455.     - name: '%Shop_Item_Tntsheep%'
  456.       icon: monster_egg:sheep {marcelys-bedwars:{custom-type:"special-item",id:"TNTSheep"}}
  457.       products:
  458.       - type: special-item
  459.         special-id: TNTSheep
  460.         amount: 1
  461.       prices:
  462.       - type: spawner-item
  463.         spawner-id: iron
  464.         amount: 24
  465.      
  466.     - name: '%Shop_Item_Trap%'
  467.       icon: stone_plate {marcelys-bedwars:{custom-type:"special-item",id:"Trap"}}
  468.       products:
  469.       - type: special-item
  470.         special-id: Trap
  471.         amount: 1
  472.       prices:
  473.       - type: spawner-item
  474.         spawner-id: gold
  475.         amount: 1
  476.      
  477.     - name: '%Shop_Item_Bridge%'
  478.       icon: ink_sack:4 {marcelys-bedwars:{custom-type:"special-item",id:"Bridge"}}
  479.       caps-multiply: 2
  480.       products:
  481.       - type: special-item
  482.         special-id: Bridge
  483.         amount: 1
  484.       prices:
  485.       - type: spawner-item
  486.         spawner-id: emerald
  487.         amount: 1
  488.      
  489.     - name: '%Shop_Item_GuardDog%'
  490.       icon: monster_egg:wolf {marcelys-bedwars:{custom-type:"special-item",id:"GuardDog"}}
  491.       products:
  492.       - type: special-item
  493.         special-id: GuardDog
  494.         amount: 1
  495.       prices:
  496.       - type: spawner-item
  497.         spawner-id: emerald
  498.         amount: 1
  499.      
  500.     - name: '%Shop_Item_Tracker%'
  501.       icon: compass {marcelys-bedwars:{custom-type:"special-item",id:"Tracker"}}
  502.       products:
  503.       - type: special-item
  504.         special-id: Tracker
  505.         amount: 1
  506.       prices:
  507.       - type: spawner-item
  508.         spawner-id: emerald
  509.         amount: 2
  510.      
  511.     - name: '%Shop_Item_Fireball%'
  512.       icon: fireball {marcelys-bedwars:{custom-type:"special-item",id:"Fireball"}}
  513.       products:
  514.       - type: special-item
  515.         special-id: Fireball
  516.         amount: 1
  517.       prices:
  518.       - type: spawner-item
  519.         spawner-id: iron
  520.         amount: 32
  521.      
  522.     - name: '%Shop_Item_MagicMilk%'
  523.       icon: milk_bucket {marcelys-bedwars:{custom-type:"special-item",id:"MagicMilk"}}
  524.       products:
  525.       - type: special-item
  526.         special-id: MagicMilk
  527.         amount: 1
  528.       prices:
  529.       - type: spawner-item
  530.         spawner-id: gold
  531.         amount: 4
  532.      
  533.    
  534.   '%Shop_Page_Extra%':
  535.     icon: fishing_rod
  536.     items:
  537.     - name: '%Shop_Item_TNT%'
  538.       icon: tnt
  539.       products:
  540.       - type: item
  541.         material: tnt
  542.         amount: 1
  543.       prices:
  544.       - type: spawner-item
  545.         spawner-id: gold
  546.         amount: 2
  547.      
  548.     - name: '%Shop_Item_Enderpearl%'
  549.       icon: ender_pearl
  550.       products:
  551.       - type: item
  552.         material: ender_pearl
  553.         amount: 1
  554.       prices:
  555.       - type: spawner-item
  556.         spawner-id: emerald
  557.         amount: 4
  558.      
  559.     - name: '%Shop_Item_Snowball%'
  560.       icon: snow_ball
  561.       products:
  562.       - type: item
  563.         material: snow_ball
  564.         amount: 1
  565.       prices:
  566.       - type: spawner-item
  567.         spawner-id: iron
  568.         amount: 8
  569.      
  570.     - name: '%Shop_Item_FishingRod%'
  571.       icon: fishing_rod
  572.       products:
  573.       - type: item
  574.         material: fishing_rod
  575.         amount: 1
  576.       prices:
  577.       - type: spawner-item
  578.         spawner-id: emerald
  579.         amount: 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement