Advertisement
Guest User

shop.yml

a guest
Jan 22nd, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 25.86 KB | None | 0 0
  1. # Made by RandomHashTags
  2. messages:
  3.   purchase:
  4.    - "&c&l- ${PRICE}"
  5.     - "&aSuccessfully purchased &l{AMOUNT}x&r &a{ITEM}!"
  6.   purchase-incomplete:
  7.    - "&c&l(!)&r &cYou do not have enough money to purchase this!"
  8.     - "&7Price ${PRICE}/ea"
  9.   sell:
  10.    - "&a&l+ ${TOTAL_REVENUE}"
  11.     - "&aSuccessfully sold &l{AMOUNT}x&r &a{ITEM} for ${PRICE}/ea"
  12.   sell-incomplete:
  13.    - "&cYou do not have any to sell!"
  14.   no-permission:
  15.    - "&c&l(!)&r &cYou do not have permission to view this category!"
  16. #
  17. lores:
  18.   view-category: "&7Click to view this category."
  19.   # {BUY} = The price the item is worth. Displayed as 2 decimal places.
  20.   purchase:
  21.  - " "
  22.   - "&aBuy Price"
  23.   - "&a${BUY}/ea"
  24.   - " "
  25.   # {SELL} = The price the item is worth to sell. Displayed as 2 decimal places.
  26.   sell:
  27.  - "&cSell Price"
  28.   - "&c${SELL}/ea"
  29.   - " "
  30.   # {LEFT_CLICK} = The amount purchased via left click. click-options.left.
  31.   # {SHIFT_LEFT_CLICK} = The amount purchased via shift-left click. click-options.shift-left.
  32.   left-clicks:
  33.  - "&7&l&m--------------------"
  34.   - "&eLeft-Click &7to buy &e{LEFT_CLICK}x"
  35.   - "&eShift Left-Click &7to buy &e{SHIFT_LEFT_CLICK}x"
  36.   # {RIGHT_CLICK} = The amount sold via right click. click-options.right.
  37.   # {SHIFT_RIGHT_CLICK} = The amount sold via shift-right click. click-options.shift-right.
  38.   right-clicks:
  39.  - " "
  40.   - "&eRight-Click &7to sell &e{RIGHT_CLICK}x"
  41.   - "&eShift Right-Click &7to sell &e{SHIFT_RIGHT_CLICK}x"
  42. #
  43. click-options:
  44.  # Purchase
  45.   left: 1
  46.   shift-left: 64
  47.   # Sell
  48.   right: 1
  49.   shift-right: 64
  50. #
  51. items:
  52.   back-to-categories:
  53.     item: arrow:0:1;name{&a&lBack}
  54.     lore:
  55.    - "&7Click to return to categories."
  56. #
  57. ### You can make an item in many formats, which are shown below
  58. ## Use \n to go to the next line
  59. # 1 - item: <material name>:<data>
  60. # 2 - item: <material name>:<data>:<amount>
  61. # 3 - item: <material name>:<data>:<amount>;name{<item name>}
  62. # 4 - item: <material name>:<data>:<amount>;name{<item name>};lore{<item lore 1\nitem lore 2>}
  63. ## You can also use the old version of setting the name & lore
  64. ## item: <material name>:<data>
  65. ## name: "<item name>"
  66. ## lore:
  67. ##   - lore 1
  68. ##   - lore 2
  69. #
  70. ## If you want to purchase spawners, use this format: <mob type>spawner
  71. ## The supported types are determined by your Spawner plugin (SilkSpawners, EpicSpawners)
  72. #
  73. ## If you want to purchase/sell custom items, you need to add the following
  74. ## NOTE: You can purchase and sell the item that is from the "custom" path.
  75. ## NOTE: WORKS WITH RandomPackage GIVEDP ITEMS!
  76. ### https://sites.google.com/view/randomhashtags/home/minecraft-projects/randompackage/givedp-items
  77. menu:
  78.   title: "Shop Categories"
  79.   size: 18
  80.   # Add "perm: <permission to access the category>" to set a permission to view that category
  81.   # If it doesn't have "perm:" or perm equals "none", then there is no permission to view it
  82.   0:
  83.     perm: "none"
  84.     item: potion:0
  85.     name: "&e&lPotion Shop"
  86.   1:
  87.     item: redstone:0:1;name{&e&lRaid Shop}
  88.   2:
  89.     item: mob_spawner:0:1;name{&e&lSpawners}
  90.   3:
  91.     item: smooth_brick:0:1;name{&e&lBuilding Blocks}
  92.   4:
  93.     item: emerald:0:1;name{&e&lOres and Gems}
  94.   5:
  95.     item: cooked_beef:0:1;name{&e&lFood and Farming}
  96.   6:
  97.     item: blaze_rod:0:1;name{&e&lMob Drops}
  98.   7:
  99.     item: eye_of_ender:0:1;name{&e&lSpecialty}
  100.   8:
  101.     item: brewing_stand_item:0:1;name{&e&lBrewing}
  102.   11:
  103.     item: wool:0:1;name{&e&lWool}
  104.   12:
  105.     item: stained_glass:13:1;name{&e&lGlass}
  106.   13:
  107.     item: obsidian:0:1;name{&e&lBase Grind}
  108.   14:
  109.     item: stained_clay:0:1;name{&e&lClay}
  110.   15:
  111.     item: red_rose:0:1;name{&e&lFlowers}
  112. #
  113. 0:
  114.   title: "Shop Items (Potion Shop)"
  115.   size: 18
  116.   0:
  117.     item: potion:regeneration2
  118.     name: "&e&lRegeneration Potion II (0:22)"
  119.     prices: 120;0
  120.   1:
  121.     item: potion:splashregeneration2
  122.     name: "&e&lRegeneration Splash II (0:16)"
  123.     prices: 145;0
  124.   2:
  125.     item: potion:swiftness2
  126.     name: "&e&lSwiftness Potion II (1:30)"
  127.     prices: 30;0
  128.   3:
  129.     item: potion:splashswiftness2
  130.     name: "&e&lSwiftness Splash II (1:07)"
  131.     prices: 55;0
  132.   4:
  133.     item: potion:waterbreathingextended
  134.     name: "&e&lWater Breathing Potion (8:00)"
  135.     prices: 225;0
  136.   5:
  137.     item: potion:splashstrength2
  138.     name: "&e&lStrength Splash II (1:07)"
  139.     prices: 110;0
  140.   6:
  141.     item: potion:strength2
  142.     name: "&e&lStrength Potion II (1:30)"
  143.     prices: 85;0
  144.   7:
  145.     item: potion:splashinstanthealth2
  146.     name: "&e&lInstant Health II"
  147.     prices: 75;0
  148.   8:
  149.     item: potion:fireresistanceextended
  150.     name: "&e&lFire Resistance Potion (8:00)"
  151.     prices: 1000;0
  152.   17:
  153.     item: back
  154. #
  155. 1:
  156.   title: "Shop Items (Raid Shop)"
  157.   size: 27
  158.   0:
  159.     item: redstone:0:1;name{&e&lRedstone}
  160.     prices: 16.25;0.23
  161.   1:
  162.     item: piston_sticky_base:0:1;name{&e&lSticky Piston}
  163.     prices: 325;0
  164.   2:
  165.     item: piston_base:0:1;name{&e&lPiston}
  166.     prices: 195;0
  167.   3:
  168.     item: stone:0:1;name{&e&lStone}
  169.     prices: 5.47;1.48
  170.   4:
  171.     item: glowstone:0:1;name{&e&lGlowstone}
  172.     prices: 7.03;2.50
  173.   5:
  174.     item: sand:0:1;name{&e&lSand}
  175.     prices: 3.05;0
  176.   6:
  177.     item: sand:1:1;name{&e&lRed Sand}
  178.     prices: 4.06;0
  179.   7:
  180.     item: ice:0:1;name{&e&lIce}
  181.     prices: 50;0
  182.   8:
  183.     item: web:0:1;name{&e&lWeb}
  184.     prices: 40;0
  185.   9:
  186.     item: sponge:0:1;name{&e&lSponge}
  187.     prices: 2000;0
  188.   10:
  189.     item: quartz:0:1;name{&e&lQuartz}
  190.     prices: 3.05;0
  191.   11:
  192.     item: tnt:0:1;name{&e&lTNT}
  193.     prices: 81.25;8.12
  194.   12:
  195.     item: glass:0:1;name{&e&lGlass}
  196.     prices: 4.06;0
  197.   13:
  198.     item: water_bucket:0:1;name{&e&lWater Bucket}
  199.     prices: 500;0
  200.   14:
  201.     item: lava_bucket:0:1;name{&e&lLava Bucket}
  202.     prices: 500;0
  203.   15:
  204.     item: step:0:1;name{&e&lStone Slab}
  205.     prices: 80.86;0
  206.   16:
  207.     item: redstone_torch_on:0:1;name{&e&lRedstone Torch}
  208.     prices: 25;0
  209.   17:
  210.     item: redstone_comparator:0:1;name{&e&lRedstone Comparator}
  211.     prices: 100;0
  212.   18:
  213.     item: diode:0:1;name{&e&lRedstone Repeater}
  214.     prices: 85;0
  215.   19:
  216.     item: dispenser:0:1;name{&e&lDispenser}
  217.     prices: 819;0
  218.   20:
  219.     item: dropper:0:1;name{&e&lDropper}
  220.     prices: 100;0
  221.   21:
  222.     item: ladder:0:1;name{&e&lLadder}
  223.     prices: 10;0
  224.   22:
  225.     item: monster_egg:50:1;name{&e&lSpawn Creeper}
  226.     prices: 250000;0
  227.   23:
  228.     item: stone_button:0:1;name{&e&lButton}
  229.     prices: 5.50;0
  230.   24:
  231.     item: lever:0:1;name{&e&lLever}
  232.     prices: 20;0
  233.   26:
  234.     item: back
  235. #
  236. 2:
  237.   title: "Shop Items (Spawners)"
  238.   size: 18
  239.   0:
  240.     item: irongolemspawner
  241.     name: "&e&lIron Golem Spawner"
  242.     prices: 2000000;0
  243.   1:
  244.     item: blazespawner
  245.     name: "&e&lBlaze Spawner"
  246.     prices: 390000;0
  247.   2:
  248.     item: creeperspawner
  249.     name: "&e&lCreeper Spawner"
  250.     prices: 390000;0
  251.   3:
  252.     item: endermanspawner
  253.     name: "&e&lEnderman Spawner"
  254.     prices: 390000;0
  255.   4:
  256.     item: zombiepigmanspawner
  257.     name: "&e&lZombie Pigman Spawner"
  258.     prices: 390000;0
  259.   5:
  260.     item: slimespawner
  261.     name: "&e&lSlime Spawner"
  262.     prices: 1300000;0
  263.   6:
  264.     item: cavespiderspawner
  265.     name: "&e&lCave Spider Spawner"
  266.     prices: 90000;0
  267.   7:
  268.     item: spiderspawner
  269.     name: "&e&lSpider Spawner"
  270.     prices: 95000;0
  271.   8:
  272.     item: skeletonspawner
  273.     name: "&e&lSkeleton Spawner"
  274.     prices: 115000;0
  275.   9:
  276.     item: zombiespawner
  277.     name: "&e&lZombie Spawner"
  278.     prices: 115000;0
  279.   10:
  280.     item: cowspawner
  281.     name: "&e&lCow Spawner"
  282.     prices: 162500;0
  283.   11:
  284.     item: sheepspawner
  285.     name: "&e&lSheep Spawner"
  286.     prices: 95000;0
  287.   12:
  288.     item: chickenspawner
  289.     name: "&e&lChicken Spawner"
  290.     prices: 390000;0
  291.   13:
  292.     item: pigspawner
  293.     name: "&e&lPig Spawner"
  294.     prices: 65000;0
  295.   14:
  296.     item: wolfspawner
  297.     name: "&e&lWolf Spawner"
  298.     prices: 97500;0
  299.   15:
  300.     item: mysterymobspawner
  301.     name: "&6&lMystery Mob Spawner"
  302.     prices: 3000000;0
  303.   17:
  304.     item: back
  305. #
  306. 3:
  307.   title: "Shop Items (Building Blocks)"
  308.   size: 36
  309.   0:
  310.     item: grass:0:1;name{&e&lGrass Block}
  311.     prices: 3;0.69
  312.   1:
  313.     item: log:0:1;name{&e&lOak Wood}
  314.     prices: 8.12;2.03
  315.   2:
  316.     item: log:1:1;name{&e&lSpruce Wood}
  317.     prices: 8.12;2.03
  318.   3:
  319.     item: log:2:1;name{&e&lBirch Wood}
  320.     prices: 8.12;2.03
  321.   4:
  322.     item: log:3:1;name{&e&lJungle Wood}
  323.     prices: 8.12;2.03
  324.   5:
  325.     item: log_2:0:1;name{&e&lAcacia Wood}
  326.     prices: 8.12;2.03
  327.   6:
  328.     item: log_2:1:1;name{&e&lDark Oak Wood}
  329.     prices: 8.12;2.03
  330.   7:
  331.     item: dirt:0:1;name{&e&lDirt}
  332.     prices: 3;0.69
  333.   8:
  334.     item: dirt:2:1;name{&e&lPodzol}
  335.     prices: 10.94;3.75
  336.   9:
  337.     item: mycel:0:1;name{&e&lMycelium}
  338.     prices: 10.16;3.75
  339.   10:
  340.     item: stone:0:1;name{&e&lStone}
  341.     prices: 5.47;1.48
  342.   11:
  343.     item: cobblestone:0:1;name{&e&lCobblestone}
  344.     prices: 4.06;1.02
  345.   12:
  346.     item: smooth_brick:0:1;name{&e&lStone Bricks}
  347.     prices: 6.56;0
  348.   13:
  349.     item: smooth_brick:1:1;name{&e&lMossy Stone Bricks}
  350.     prices: 6.56;0
  351.   14:
  352.     item: smooth_brick:2:1;name{&e&lCracked Stone Bricks}
  353.     prices: 6.56;0
  354.   15:
  355.     item: smooth_brick:3:1;name{&e&lChiseled Stone Bricks}
  356.     prices: 6.56;0
  357.   16:
  358.     item: sandstone:0:1;name{&e&lSandstone}
  359.     prices: 12.19;0
  360.   17:
  361.     item: sandstone:1:1;name{&e&lChiseled Sandstone}
  362.     prices: 12.19;0
  363.   18:
  364.     item: sandstone:2:1;name{&e&lSmooth Sandstone}
  365.     prices: 48.75;0
  366.   19:
  367.     item: quartz_block:0:1;name{&e&lQuartz Block}
  368.     prices: 12.19;0
  369.   20:
  370.     item: quartz_block:1:1;name{&e&lChiseled Quartz Block}
  371.     prices: 48.75;0
  372.   21:
  373.     item: quartz_block:2:1;name{&e&lPillar Quartz Block}
  374.     prices: 12.19;0
  375.   22:
  376.     item: netherrack:0:1;name{&e&lNetherrack}
  377.     prices: 2.34;0.94
  378.   23:
  379.     item: nether_brick:0:1;name{&e&lNether Brick}
  380.     prices: 5.47;0
  381.   24:
  382.     item: glowstone:0:1;name{&e&lGlowstone}
  383.     prices: 7.03;2.50
  384.   25:
  385.     item: soul_sand:0:1;name{&e&lSoul Sand}
  386.     prices: 7.06;0
  387.   26:
  388.     item: ender_stone:0:1;name{&e&lEnd Stone}
  389.     prices: 7.03;0
  390.   27:
  391.     item: sand:0:1;name{&e&lSand}
  392.     prices: 4.06;0
  393.   28:
  394.     item: sand:1:1;name{&e&lRed Sand}
  395.     prices: 3.05;0
  396.   29:
  397.     item: gravel:0:1;name{&e&lGravel}
  398.     prices: 3.52;0
  399.   30:
  400.     item: obsidian:0:1;name{&e&lObsidian}
  401.     prices: 14.84;5.47
  402.   31:
  403.     item: ice:0:1;name{&e&lIce}
  404.     prices: 50;0
  405.   32:
  406.     item: packed_ice:0:1;name{&e&lPacked Ice}
  407.     prices: 75;0
  408.   33:
  409.     item: snow_block:0:1;name{&e&lSnow Block}
  410.     prices: 250;0
  411.   34:
  412.     item: clay_ball:0:1;name{&e&lClay}
  413.     prices: 5;0.01
  414.   35:
  415.     item: clay:0:1;name{&e&lClay Block}
  416.     prices: 20;0.04
  417.   44:
  418.     item: back
  419. #
  420. 4:
  421.   title: "Shop Items (Ores and Gems)"
  422.   size: 18
  423.   0:
  424.     item: iron_block:0:1;name{&e&lIron Block}
  425.     prices: 1170;350
  426.   1:
  427.     item: iron_ingot:0:1;name{&e&lIron Ingot}
  428.     prices: 130;40
  429.   2:
  430.     item: gold_ingot:0:1;name{&e&lGold Ingot}
  431.     prices: 100;50
  432.   3:
  433.     item: coal:0:1;name{&e&lCoal}
  434.     prices: 9.06;0.94
  435.   4:
  436.     item: coal_block:0:1;name{&e&lBlock of Coal}
  437.     prices: 80;8
  438.   5:
  439.     item: gold_block:0:1;name{&e&lGold Block}
  440.     prices: 1850;450
  441.   6:
  442.     item: ink_sack:4:1;name{&e&lLapis Lazuli}
  443.     prices: 18.12;1.25
  444.   7:
  445.     item: lapis_block:0:1;name{&e&lLapis Lazuli Block}
  446.     prices: 160;9
  447.   8:
  448.     item: redstone:0:1;name{&e&lRedstone}
  449.     prices: 16.25;0.94
  450.   9:
  451.     item: redstone_block:0:1;name{&e&lRedstone Block}
  452.     prices: 195;10
  453.   10:
  454.     item: diamond:0:1;name{&e&lDiamond}
  455.     prices: 390;100
  456.   11:
  457.     item: diamond_block:0:1;name{&e&lDiamond Block}
  458.     prices: 3500;800
  459.   12:
  460.     item: emerald:0:1;name{&e&lEmerald}
  461.     prices: 1150;200
  462.   13:
  463.     item: emerald_block:0:1;name{&e&lEmerald Block}
  464.     prices: 8775;1250
  465.   17:
  466.     item: back
  467. #
  468. 5:
  469.   title: "Shop Items (Food and Farming)"
  470.   size: 27
  471.   0:
  472.     item: melon_seeds:0:1;name{&e&lMelon Seeds}
  473.     prices: 3.44;0
  474.   1:
  475.     item: pumpkin_seeds:0:1;name{&e&lPumpkin Seeds}
  476.     prices: 3.44;0
  477.   2:
  478.     item: seeds:0:1;name{&e&lSeeds}
  479.     prices: 2.19;0
  480.   3:
  481.     item: cactus:0:1;name{&e&lCactus}
  482.     prices: 18.75;3.75
  483.   4:
  484.     item: sugar_cane:0:1;name{&e&lSugar Cane}
  485.     prices: 16.25;3.12
  486.   5:
  487.     item: carrot_item:0:1;name{&e&lCarrots}
  488.     prices: 25;1.56
  489.   6:
  490.     item: melon:0:1;name{&e&lMelon}
  491.     prices: 20.31;6.25
  492.   7:
  493.     item: pumpkin:0:1;name{&e&lPumpkin}
  494.     prices: 325;5.31
  495.   8:
  496.     item: wheat:0:1;name{&e&lWheat}
  497.     prices: 11.88;6.25
  498.   9:
  499.     item: apple:0:1;name{&e&lApple}
  500.     prices: 25;10
  501.   10:
  502.     item: golden_apple:0:1;name{&e&lGold Apple}
  503.     prices: 1500;0
  504.   11:
  505.     item: cake:0:1;name{&e&lCake}
  506.     prices: 50;0
  507.   12:
  508.     item: bread:0:1;name{&e&lBread}
  509.     prices: 31.25;0
  510.   13:
  511.     item: cookie:0:1;name{&e&lCookie}
  512.     prices: 5.94;0
  513.   14:
  514.     item: raw_beef:0:1;name{&e&lRaw Beef}
  515.     prices: 9.38;2.19
  516.   15:
  517.     item: cooked_beef:0:1;name{&e&lSteak}
  518.     prices: 11.88;2.81
  519.   16:
  520.     item: pork:0:1;name{&e&lRaw Porkchop}
  521.     prices: 10;1.25
  522.   17:
  523.     item: grilled_pork:0:1;name{&e&lCooked Porkchop}
  524.     prices: 11.88;1.88
  525.   26:
  526.     item: back
  527. #
  528. 6:
  529.   title: "Shop Items (Mob Drops)"
  530.   size: 18
  531.   0:
  532.     item: sulphur:0:1;name{&e&lGunpowder}
  533.     prices: 25;4.38
  534.   1:
  535.     item: bow:0:1;name{&e&lBow}
  536.     prices: 40;20
  537.   2:
  538.     item: arrow:0:1;name{&e&lArrow}
  539.     prices: 6.25;2.19
  540.   3:
  541.     item: feather:0:1;name{&e&lFeather}
  542.     prices: 8.12;1.09
  543.   4:
  544.     item: blaze_rod:0:1;name{&e&lBlaze Rod}
  545.     prices: 62.50;28.75
  546.   5:
  547.     item: water_lily:0:1;name{&e&lLily Pad}
  548.     prices: 20;0
  549.   6:
  550.     item: rotten_flesh:0:1;name{&e&lRotten Flesh}
  551.     prices: 2.50;1.09
  552.   7:
  553.     item: string:0:1;name{&e&lString}
  554.     prices: 8.12;1.88
  555.   8:
  556.     item: leather:0:1;name{&e&lLeather}
  557.     prices: 16.25;5.62
  558.   9:
  559.     item: ender_pearl:0:1;name{&e&lEnder Pearl}
  560.     prices: 50;25
  561.   10:
  562.     item: bone:0:1;name{&e&lBone}
  563.     prices: 6.25;.50
  564.   11:
  565.     item: iron_ingot:0:1;name{&e&lIron Ingot}
  566.     prices: 130;40
  567.   12:
  568.     item: emerald:0:1;name{&e&lEmerald}
  569.     prices: 1150;200
  570.   13:
  571.     item: diamond:0:1;name{&e&lDiamond}
  572.     prices: 390;100
  573.   14:
  574.     item: gold_ingot:0:1;name{&e&lGold Ingot}
  575.     prices: 100;50
  576.   17:
  577.     item: back
  578. #
  579. 7:
  580.   title: "Shop Items (Specialty)"
  581.   size: 27
  582.   0:
  583.     item: chest:0:1;name{&e&lChest}
  584.     prices: 15;0
  585.   1:
  586.     item: trapped_chest:0:1;name{&e&lTrapped Chest}
  587.     prices: 150;0
  588.   2:
  589.     item: enchantment_table:0:1;name{&e&lEnchantment Table}
  590.     prices: 793;0
  591.   3:
  592.     item: anvil:0:1;name{&e&lAnvil}
  593.     prices: 3543;0
  594.   4:
  595.     item: ender_chest:0:1;name{&e&lEnder Chest}
  596.     prices: 6430;0
  597.   5:
  598.     item: beacon:0:1;name{&e&lBeacon Block}
  599.     prices: 250000;0
  600.   6:
  601.     item: flint_and_steel:0:1;name{&e&lFlint and Steel}
  602.     prices: 145;0
  603.   7:
  604.     item: daylight_detector:0:1;name{&e&lDaylight Sensor}
  605.     prices: 640;0
  606.   8:
  607.     item: tripwire_hook:0:1;name{&e&lTripwire Hook}
  608.     prices: 100;0
  609.   9:
  610.     item: hopper:0:1;name{&e&lHopper}
  611.     prices: 22750;0
  612.   10:
  613.     item: piston_sticky_base:0:1;name{&e&lSticky Piston}
  614.     prices: 325;0
  615.   11:
  616.     item: piston_base:0:1;name{&e&lPiston}
  617.     prices: 195;0
  618.   12:
  619.     item: redstone_lamp_off:0:1;name{&e&lRedstone Lamp (Inactive)}
  620.     prices: 730;0
  621.   13:
  622.     item: web:0:1;name{&e&lWeb}
  623.     prices: 40;0
  624.   14:
  625.     item: dispenser:0:1;name{&e&lDispenser}
  626.     prices: 819;0
  627.   15:
  628.     item: ice:0:1;name{&e&lIce}
  629.     prices: 50;0
  630.   16:
  631.     item: packed_ice:0:1;name{&e&lPacked Ice}
  632.     prices: 75;0
  633.   17:
  634.     item: snow_block:0:1;name{&e&lSnow Block}
  635.     prices: 250;0
  636.   18:
  637.     item: sponge:0:1;name{&e&lSponge}
  638.     prices: 2000;0
  639.   19:
  640.     item: nether_fence:0:1;name{&e&lNether Brick Fence}
  641.     prices: 4.06;1.41
  642.   20:
  643.     item: collectionchest
  644.     custom:
  645.       item: collectionchest
  646.     prices: 100;0
  647.   26:
  648.     item: back
  649. #
  650. 8:
  651.   title: "Shop Items (Brewing)"
  652.   size: 18
  653.   0:
  654.     item: spider_eye:0:1;name{&e&lSpider Eye}
  655.     prices: 130;7.50
  656.   1:
  657.     item: ghast_tear:0:1;name{&e&lGhast Tear}
  658.     prices: 97.50;40
  659.   2:
  660.     item: brewing_stand_item:0:1;name{&e&lBrewing Stand}
  661.     prices: 315;0
  662.   3:
  663.     item: potion:0:1;name{&e&lWater Bottle}
  664.     prices: 10.44;0
  665.   4:
  666.     item: golden_carrot:0:1;name{&e&lGolden Carrot}
  667.     prices: 73.12;0
  668.   5:
  669.     item: glowstone_dust:0:1;name{&e&lGlowstone Dust}
  670.     prices: 5;0
  671.   6:
  672.     item: sugar:0:1;name{&e&lSugar}
  673.     prices: 5;0
  674.   7:
  675.     item: slime_ball:0:1;name{&e&lSlime Ball}
  676.     prices: 200;0
  677.   8:
  678.     item: nether_stalk:0:1;name{&e&lNether Wart}
  679.     prices: 16.25;4.06
  680.   9:
  681.     item: speckled_melon:0:1;name{&e&lGlistering Melon}
  682.     prices: 38.75;0
  683.   17:
  684.     item: back
  685. #
  686. 11:
  687.   title: "Shop Items (Wool)"
  688.   size: 36
  689.   0:
  690.     item: wool:0:1;name{&e&lWool}
  691.     prices: 2.34;1.25
  692.   1:
  693.     item: wool:1:1;name{&e&lOrange Wool}
  694.     prices: 2.34;1.25
  695.   2:
  696.     item: wool:2:1;name{&e&lMagenta Wool}
  697.     prices: 2.34;1.25
  698.   3:
  699.     item: wool:3:1;name{&e&lLight Blue Wool}
  700.     prices: 2.34;1.25
  701.   4:
  702.     item: wool:4:1;name{&e&lYellow Wool}
  703.     prices: 2.34;1.25
  704.   5:
  705.     item: wool:5:1;name{&e&lLime Wool}
  706.     prices: 2.34;1.25
  707.   6:
  708.     item: wool:6:1;name{&e&lPink Wool}
  709.     prices: 2.34;1.25
  710.   7:
  711.     item: wool:7:1;name{&e&lGray Wool}
  712.     prices: 2.34;1.25
  713.   8:
  714.     item: wool:8:1;name{&e&lSilver Wool}
  715.     prices: 2.34;1.25
  716.   9:
  717.     item: wool:9:1;name{&e&lCyan Wool}
  718.     prices: 2.34;1.25
  719.   10:
  720.     item: wool:10:1;name{&e&lPurple Wool}
  721.     prices: 2.34;1.25
  722.   11:
  723.     item: wool:11:1;name{&e&lBlue Wool}
  724.     prices: 2.34;1.25
  725.   12:
  726.     item: wool:12:1;name{&e&lBrown Wool}
  727.     prices: 2.34;1.25
  728.   13:
  729.     item: wool:13:1;name{&e&lGreen Wool}
  730.     prices: 2.34;1.25
  731.   14:
  732.     item: wool:14:1;name{&e&lRed Wool}
  733.     prices: 2.34;1.25
  734.   15:
  735.     item: wool:15:1;name{&e&lBlack Wool}
  736.     prices: 2.34;1.25
  737.   16:
  738.     item: carpet:0:1;name{&e&lCarpet}
  739.     prices: 1.56;0
  740.   17:
  741.     item: carpet:1:1;name{&e&lOrange Carpet}
  742.     prices: 1.56;0
  743.   18:
  744.     item: carpet:2:1;name{&e&lMagenta Carpet}
  745.     prices: 1.56;0
  746.   19:
  747.     item: carpet:3:1;name{&e&lLight Blue Carpet}
  748.     prices: 1.56;0
  749.   20:
  750.     item: carpet:4:1;name{&e&lYellow Carpet}
  751.     prices: 1.56;0
  752.   21:
  753.     item: carpet:5:1;name{&e&lLime Carpet}
  754.     prices: 1.56;0
  755.   22:
  756.     item: carpet:6:1;name{&e&lPink Carpet}
  757.     prices: 1.56;0
  758.   23:
  759.     item: carpet:7:1;name{&e&lGray Carpet}
  760.     prices: 1.56;0
  761.   24:
  762.     item: carpet:8:1;name{&e&lSilver Carpet}
  763.     prices: 1.56;0
  764.   25:
  765.     item: carpet:9:1;name{&e&lCyan Carpet}
  766.     prices: 1.56;0
  767.   26:
  768.     item: carpet:10:1;name{&e&lPurple Carpet}
  769.     prices: 1.56;0
  770.   27:
  771.     item: carpet:11:1;name{&e&lBlue Carpet}
  772.     prices: 1.56;0
  773.   28:
  774.     item: carpet:12:1;name{&e&lBrown Carpet}
  775.     prices: 1.56;0
  776.   29:
  777.     item: carpet:13:1;name{&e&lGreen Carpet}
  778.     prices: 1.56;0
  779.   30:
  780.     item: carpet:14:1;name{&e&lRed Carpet}
  781.     prices: 1.56;0
  782.   31:
  783.     item: carpet:15:1;name{&e&lBlack Carpet}
  784.     prices: 1.56;0
  785.   35:
  786.     item: back
  787. #
  788. 12:
  789.   title: "Shop Items (Glass)"
  790.   size: 36
  791.   0:
  792.     item: glass:0:1;name{&e&lGlass}
  793.     prices: 4.06;0
  794.   1:
  795.     item: stained_glass:0:1;name{&e&lWhite Stained Glass}
  796.     prices: 6.25;0
  797.   2:
  798.     item: stained_glass:1:1;name{&e&lOrange Stained Glass}
  799.     prices: 6.25;0
  800.   3:
  801.     item: stained_glass:2:1;name{&e&lMagenta Stained Glass}
  802.     prices: 6.25;0
  803.   4:
  804.     item: stained_glass:3:1;name{&e&lLight Blue Stained Glass}
  805.     prices: 6.25;0
  806.   5:
  807.     item: stained_glass:4:1;name{&e&lYellow Stained Glass}
  808.     prices: 6.25;0
  809.   6:
  810.     item: stained_glass:5:1;name{&e&lLime Stained Glass}
  811.     prices: 6.25;0
  812.   7:
  813.     item: stained_glass:6:1;name{&e&lPink Stained Glass}
  814.     prices: 6.25;0
  815.   8:
  816.     item: stained_glass:7:1;name{&e&lGray Stained Glass}
  817.     prices: 6.25;0
  818.   9:
  819.     item: stained_glass:8:1;name{&e&lSilver Stained Glass}
  820.     prices: 6.25;0
  821.   10:
  822.     item: stained_glass:9:1;name{&e&lCyan Stained Glass}
  823.     prices: 6.25;0
  824.   11:
  825.     item: stained_glass:10:1;name{&e&lPurple Stained Glass}
  826.     prices: 6.25;0
  827.   12:
  828.     item: stained_glass:11:1;name{&e&lBlue Stained Glass}
  829.     prices: 6.25;0
  830.   13:
  831.     item: stained_glass:12:1;name{&e&lBrown Stained Glass}
  832.     prices: 6.25;0
  833.   14:
  834.     item: stained_glass:13:1;name{&e&lGreen Stained Glass}
  835.     prices: 6.25;0
  836.   15:
  837.     item: stained_glass:14:1;name{&e&lRed Stained Glass}
  838.     prices: 6.25;0
  839.   16:
  840.     item: stained_glass:15:1;name{&e&lBlack Stained Glass}
  841.     prices: 6.25;0
  842.   17:
  843.     item: thin_glass:0:1;name{&e&lGlass Pane}
  844.     prices: 2.34;0
  845.   18:
  846.     item: stained_glass_pane:0:1;name{&e&lWhite Stained Glass Pane}
  847.     prices: 2.34;0
  848.   19:
  849.     item: stained_glass_pane:1:1;name{&e&lOrange Stained Glass Pane}
  850.     prices: 2.34;0
  851.   20:
  852.     item: stained_glass_pane:2:1;name{&e&lMagenta Stained Glass Pane}
  853.     prices: 2.34;0
  854.   21:
  855.     item: stained_glass_pane:3:1;name{&e&lLight Blue Stained Glass}
  856.     prices: 2.34;0
  857.   22:
  858.     item: stained_glass_pane:4:1;name{&e&lYellow Stained Glass Pane}
  859.     prices: 2.34;0
  860.   23:
  861.     item: stained_glass_pane:5:1;name{&e&lLime Stained Glass Pane}
  862.     prices: 2.34;0
  863.   24:
  864.     item: stained_glass_pane:6:1;name{&e&lPink Stained Glass Pane}
  865.     prices: 2.34;0
  866.   25:
  867.     item: stained_glass_pane:7:1;name{&e&lGray Stained Glass Pane}
  868.     prices: 2.34;0
  869.   26:
  870.     item: stained_glass_pane:8:1;name{&e&lSilver Stained Glass Pane}
  871.     prices: 2.34;0
  872.   27:
  873.     item: stained_glass_pane:9:1;name{&e&lCyan Stained Glass Pane}
  874.     prices: 2.34;0
  875.   28:
  876.     item: stained_glass_pane:10:1;name{&e&lPurple Stained Glass Pane}
  877.     prices: 2.34;0
  878.   29:
  879.     item: stained_glass_pane:11:1;name{&e&lBlue Stained Glass Pane}
  880.     prices: 2.34;0
  881.   30:
  882.     item: stained_glass_pane:12:1;name{&e&lBrown Stained Glass Pane}
  883.     prices: 2.34;0
  884.   31:
  885.     item: stained_glass_pane:13:1;name{&e&lGreen Stained Glass Pane}
  886.     prices: 2.34;0
  887.   32:
  888.     item: stained_glass_pane:14:1;name{&e&lRed Stained Glass Pane}
  889.     prices: 2.34;0
  890.   33:
  891.     item: stained_glass_pane:15:1;name{&e&lBlack Stained Glass Pane}
  892.     prices: 2.34;0
  893.   35:
  894.     item: back
  895. #
  896. 13:
  897.   title: "Shop Items (Base Grind)"
  898.   size: 27
  899.   0:
  900.     item: obsidian:0:1;name{&e&lObsidian}
  901.     prices: 14.84;5.47
  902.   1:
  903.     item: stone:0:1;name{&e&lStone}
  904.     prices: 5.47;1.48
  905.   2:
  906.     item: cobblestone:0:1;name{&e&lCobblestone}
  907.     prices: 4.06;1.02
  908.   3:
  909.     item: tnt:0:1;name{&e&lTNT}
  910.     prices: 81.25;8.12
  911.   4:
  912.     item: lava_bucket:0:1;name{&e&lLava Bucket}
  913.     prices: 500;0
  914.   5:
  915.     item: water_bucket:0:1;name{&e&lWater Bucket}
  916.     prices: 500;0
  917.   6:
  918.     item: ice:0:1;name{&e&lIce}
  919.     prices: 50;0
  920.   7:
  921.     item: packed_ice:0:1;name{&e&lPacked Ice}
  922.     prices: 75;0
  923.   8:
  924.     item: sandstone:0:1;name{&e&lSandstone}
  925.     prices: 12.19;0.01
  926.   9:
  927.     item: sand:0:1;name{&e&lSand}
  928.     prices: 4.06;0.01
  929.   10:
  930.     item: sand:1:1;name{&e&lRed Sand}
  931.     prices: 4.06;0.01
  932.   11:
  933.     item: gravel:0:1;name{&e&lGravel}
  934.     prices: 3.52;0.01
  935.   12:
  936.     item: dirt:0:1;name{&e&lDirt}
  937.     prices: 3;0.69
  938.   13:
  939.     item: netherrack:0:1;name{&e&lNetherrack}
  940.     prices: 2.34;0.94
  941.   14:
  942.     item: end_stone:0:1;name{&e&lEnd Stone}
  943.     prices: 7.03;0
  944.   15:
  945.     item: stone_slab:0:1;name{&e&lStone Slab}
  946.     prices: 50;0
  947.   16:
  948.     item: stone_pressure_plate:0:1;name{&e&lPressure Plate}
  949.     prices: 25;0
  950.   17:
  951.     item: ender_chest:0:1;name{7e&lEnder Chest}
  952.     prices: 6430;0
  953.   18:
  954.     item: diamond_pickaxe:0:1;name{&e&lDiamond Pickaxe}
  955.     prices: 1500;0
  956.   19:
  957.     item: diamond_shovel:0:1;name{&e&lDiamond Shovel}
  958.     prices: 1500;0
  959.   20:
  960.     item: diamond_axe:0:1;name{&e&lDiamond Axe}
  961.     prices: 1500;0
  962.   26:
  963.     item: back
  964. #
  965. 14:
  966.   title: "Shop Items (Clay)"
  967.   size: 18
  968.   0:
  969.     item: hard_clay:0:1;name{&e&lHardened Clay}
  970.     prices: 6.25;0
  971.   1:
  972.     item: stained_clay:0:1;name{&e&lWhite Stained Clay}
  973.     prices: 6.25;0
  974.   2:
  975.     item: stained_clay:1:1;name{&e&lOrange Stained Clay}
  976.     prices: 6.25;0
  977.   3:
  978.     item: stained_clay:2:1;name{&e&lMagenta Stained Clay}
  979.     prices: 6.25;0
  980.   4:
  981.     item: stained_clay:3:1;name{&e&lLight Blue Stained Clay}
  982.     prices: 6.25;0
  983.   5:
  984.     item: stained_clay:4:1;name{&e&lYellow Stained Clay}
  985.     prices: 6.25;0
  986.   6:
  987.     item: stained_clay:5:1;name{&e&lLime Stained Clay}
  988.     prices: 6.25;0
  989.   7:
  990.     item: stained_clay:6:1;name{&e&lPink Stained Clay}
  991.     prices: 6.25;0
  992.   8:
  993.     item: stained_clay:7:1;name{&e&lGray Stained Clay}
  994.     prices: 6.25;0
  995.   9:
  996.     item: stained_clay:8:1;name{&e&lSilver Stained Clay}
  997.     prices: 6.25;0
  998.   10:
  999.     item: stained_clay:9:1;name{&e&lCyan Stained Clay}
  1000.     prices: 6.25;0
  1001.   11:
  1002.     item: stained_clay:10:1;name{&e&lPurple Stained Clay}
  1003.     prices: 6.25;0
  1004.   12:
  1005.     item: stained_clay:11:1;name{&e&lBlue Stained Clay}
  1006.     prices: 6.25;0
  1007.   13:
  1008.     item: stained_clay:12:1;name{&e&lBrown Stained Clay}
  1009.     prices: 6.25;0
  1010.   14:
  1011.     item: stained_clay:13:1;name{&e&lGreen Stained Clay}
  1012.     prices: 6.25;0
  1013.   15:
  1014.     item: stained_clay:14:1;name{&e&lRed Stained Clay}
  1015.     prices: 6.25;0
  1016.   16:
  1017.     item: stained_clay:15:1;name{&e&lBlack Stained Clay}
  1018.     prices: 6.25;0
  1019.   17:
  1020.     item: back
  1021. #
  1022. 15:
  1023.   title: "Shop Items (Flowers)"
  1024.   size: 18
  1025.   0:
  1026.     item: red_rose:0:1;name{&e&lRose}
  1027.     prices: 18.75;0
  1028.   1:
  1029.     item: red_rose:1:1;name{&e&lBlue Orchid}
  1030.     prices: 18.75;0
  1031.   2:
  1032.     item: red_rose:2:1;name{&e&lAllium}
  1033.     prices: 18.75;0
  1034.   3:
  1035.     item: red_rose:3:1;name{&e&lAzure Bluet}
  1036.     prices: 18.75;0
  1037.   4:
  1038.     item: red_rose:4:1;name{&e&lRed Tulip}
  1039.     prices: 18.75;0
  1040.   5:
  1041.     item: red_rose:5:1;name{&e&lOrange Tulip}
  1042.     prices: 18.75;0
  1043.   6:
  1044.     item: red_rose:6:1;name{&e&lWhite Tulip}
  1045.     prices: 18.75;0
  1046.   7:
  1047.     item: red_rose:7:1;name{&e&lPink Tulip}
  1048.     prices: 18.75;0
  1049.   8:
  1050.     item: double_plant:0:1;name{&e&lSunflower}
  1051.     prices: 18.75;0
  1052.   9:
  1053.     item: double_plant:1:1;name{&e&lLilac}
  1054.     prices: 18.75;0
  1055.   10:
  1056.     item: double_plant:4:1;name{&e&lRose Bush}
  1057.     prices: 18.75;0
  1058.   11:
  1059.     item: vine:0:1;name{&e&lVines}
  1060.     prices: 75;0
  1061.   12:
  1062.     item: red_mushroom:0:1;name{&e&lRed Mushroom}
  1063.     prices: 10;0
  1064.   13:
  1065.     item: flower_pot_item:0:1;name{&e&lFlower Pot}
  1066.     prices: 300;0
  1067.   17:
  1068.     item: back
  1069. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement