diff --git a/items.json b/items.json index 210e659..21103d9 100644 --- a/items.json +++ b/items.json @@ -1,88 +1,1880 @@ { - "items": [ - { - "id": "minecraft:diamond", - "name": "Diamond", - "description": "Ein funkelnder Diamant - perfekt für Rüstungen und Werkzeuge", - "price": 100, - "image": "https://git.viper.ipv64.net/M_Viper/minecraft-items/raw/branch/main/images/minecraft_diamond.png" - }, - { - "id": "minecraft:iron_ingot", - "name": "Iron Ingot", - "description": "Eisenbarren für verschiedene Crafting-Rezepte", - "price": 20, - "image": "https://git.viper.ipv64.net/M_Viper/minecraft-items/raw/branch/main/images/minecraft_iron_ingot.png" - }, - { - "id": "minecraft:gold_ingot", - "name": "Gold Ingot", - "description": "Glänzender Goldbarren", - "price": 50, - "image": "https://git.viper.ipv64.net/M_Viper/minecraft-items/raw/branch/main/images/minecraft_gold_ingot.png" - }, - { - "id": "minecraft:emerald", - "name": "Emerald", - "description": "Wertvoller Smaragd für den Handel", - "price": 150, - "image": "https://git.viper.ipv64.net/M_Viper/minecraft-items/raw/branch/main/images/minecraft_emerald.png" - }, - { - "id": "minecraft:netherite_ingot", - "name": "Netherite Ingot", - "description": "Das stärkste Material im Spiel", - "price": 500, - "image": "https://git.viper.ipv64.net/M_Viper/minecraft-items/raw/branch/main/images/minecraft_netherite_ingot.png" - }, - { - "id": "minecraft:enchanted_golden_apple", - "name": "Enchanted Golden Apple", - "description": "Seltener verzauberter goldener Apfel", - "price": 300, - "image": "https://git.viper.ipv64.net/M_Viper/minecraft-items/raw/branch/main/images/minecraft_enchanted_golden_apple.png" - }, - { - "id": "minecraft:totem_of_undying", - "name": "Totem of Undying", - "description": "Rettet dich vor dem Tod", - "price": 750, - "image": "https://git.viper.ipv64.net/M_Viper/minecraft-items/raw/branch/main/images/minecraft_totem_of_undying.png" - }, - { - "id": "minecraft:elytra", - "name": "Elytra", - "description": "Flügel zum Gleiten", - "price": 1000, - "image": "https://git.viper.ipv64.net/M_Viper/minecraft-items/raw/branch/main/images/minecraft_elytra.png" - }, - { - "id": "minecraft:stone", - "name": "Stone", - "description": "Einfacher Stein", - "price": 1, - "image": "https://git.viper.ipv64.net/M_Viper/minecraft-items/raw/branch/main/images/minecraft_stone.png" - }, - { - "id": "minecraft:oak_log", - "name": "Oak Log", - "description": "Eichenholz-Stamm", - "price": 2, - "image": "https://git.viper.ipv64.net/M_Viper/minecraft-items/raw/branch/main/images/minecraft_oak_log.png" - }, - { - "id": "minecraft:cobblestone", - "name": "Cobblestone", - "description": "Bruchstein - Grundmaterial", - "price": 1, - "image": "https://git.viper.ipv64.net/M_Viper/minecraft-items/raw/branch/main/images/minecraft_cobblestone.png" - }, - { - "id": "minecraft:coal", - "name": "Coal", - "description": "Kohle zum Brennen", - "price": 5, - "image": "https://git.viper.ipv64.net/M_Viper/minecraft-items/raw/branch/main/images/minecraft_coal.png" - } - ] -} + "items": [ + { + "id": "minecraft:diamond", + "name": "Diamant", + "description": "Ein funkelnder Diamant - perfekt für Rüstungen und Werkzeuge", + "price": 15, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_diamond.png" + }, + { + "id": "minecraft:iron_ingot", + "name": "Eisenbarren", + "description": "Wichtiges Material für Werkzeuge und Rüstungen", + "price": 5, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_iron_ingot.png" + }, + { + "id": "minecraft:gold_ingot", + "name": "Goldbarren", + "description": "Wertvoll für Piglins und prächtige Instrumente", + "price": 10, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_gold_ingot.png" + }, + { + "id": "minecraft:copper_ingot", + "name": "Kupferbarren", + "description": "Ein vielseitiges Metall, das sich oxidieren kann", + "price": 3, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_copper_ingot.png" + }, + { + "id": "minecraft:netherite_ingot", + "name": "Netheritbarren", + "description": "Das stärkste Material im Spiel. Feuerbeständig", + "price": 100, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_netherite_ingot.png" + }, + { + "id": "minecraft:emerald", + "name": "Smaragd", + "description": "Die Währung der Dorfbewohner", + "price": 20, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_emerald.png" + }, + { + "id": "minecraft:coal", + "name": "Kohle", + "description": "Brennstoff für Öfen und Craften von Fackeln", + "price": 1, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_coal.png" + }, + { + "id": "minecraft:redstone", + "name": "Redstone", + "description": "Das Herz der Technik und Schaltungen", + "price": 2, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_redstone.png" + }, + { + "id": "minecraft:lapis_lazuli", + "name": "Lapislazuli", + "description": "Wird für Verzauberungen benötigt", + "price": 3, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_lapis_lazuli.png" + }, + { + "id": "minecraft:amethyst_shard", + "name": "Amethystscherbe", + "description": "Wächst in Geoden, wird für Teleskope genutzt", + "price": 5, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_amethyst_shard.png" + }, + { + "id": "minecraft:quartz", + "name": "Netherquarz", + "description": "Ein weißer Kristall aus dem Nether", + "price": 4, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_quartz.png" + }, + { + "id": "minecraft:blaze_rod", + "name": "Lohenrute", + "description": "Essentiell für Braustände und Kraftwerke", + "price": 8, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_blaze_rod.png" + }, + { + "id": "minecraft:ender_pearl", + "name": "Enderperle", + "description": "Ermöglicht Teleportation und Zugang zum Ende", + "price": 10, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_ender_pearl.png" + }, + { + "id": "minecraft:ghast_tear", + "name": "Ghast-Träne", + "description": "Seltene Träne eines Ghasts", + "price": 15, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_ghast_tear.png" + }, + { + "id": "minecraft:dragon_egg", + "name": "Drachenei", + "description": "Das seltenste Item im Spiel. Ein Trophäe.", + "price": 500, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_dragon_egg.png" + }, + { + "id": "minecraft:totem_of_undying", + "name": "Totem der Unsterblichkeit", + "description": "Rettet dich vor dem sicheren Tod", + "price": 75, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_totem_of_undying.png" + }, + { + "id": "minecraft:elytra", + "name": "Elytren", + "description": "Flügel aus dem Ende. Erlauben das Gleiten", + "price": 200, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_elytra.png" + }, + { + "id": "minecraft:heart_of_the_sea", + "name": "Herz des Meeres", + "description": "Ein rarees Relikt in Ozeanruinen", + "price": 40, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_heart_of_the_sea.png" + }, + { + "id": "minecraft:nautilus_shell", + "name": "Nautilusschale", + "description": "Teil des Herzens des Meeres", + "price": 10, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_nautilus_shell.png" + }, + { + "id": "minecraft:enchanted_book", + "name": "Verzaubertes Buch", + "description": "Kann Verzauberungen speichern", + "price": 25, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_enchanted_book.png" + }, + { + "id": "minecraft:experience_bottle", + "name": "Erfahrungsfläschchen", + "description": "Gibt Erfahrung beim Zerbrechen", + "price": 5, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_experience_bottle.png" + }, + { + "id": "minecraft:ender_eye", + "name": "Enderauge", + "description": "Findet das Ende", + "price": 12, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_ender_eye.png" + }, + { + "id": "minecraft:firework_rocket", + "name": "Feuerwerksrakete", + "description": "Für tolle Effekte in der Luft", + "price": 2, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_firework_rocket.png" + }, + { + "id": "minecraft:firework_star", + "name": "Feuerwerksstern", + "description": "Formt die Rakete", + "price": 2, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_firework_star.png" + }, + { + "id": "minecraft:name_tag", + "name": "Namensschild", + "description": "Gibt Tieren einen Namen", + "price": 10, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_name_tag.png" + }, + { + "id": "minecraft:saddle", + "name": "Sattel", + "description": "Ermöglicht das Reiten von Tieren", + "price": 8, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_saddle.png" + }, + { + "id": "minecraft:lead", + "name": "Leine", + "description": "Führt Tiere mit sich", + "price": 3, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_lead.png" + }, + { + "id": "minecraft:glass_bottle", + "name": "Glasflasche", + "description": "Für Tränke oder Wasser", + "price": 1, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_glass_bottle.png" + }, + { + "id": "minecraft:potion", + "name": "Trank", + "description": "Verschiedene Effekte", + "price": 15, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_potion.png" + }, + { + "id": "minecraft:splash_potion", + "name": "Wurftrank", + "description": "Trank zum Werfen", + "price": 18, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_splash_potion.png" + }, + { + "id": "minecraft:lingering_potion", + "name": "Verweiltrank", + "description": "Hinterlässt eine Wolke", + "price": 22, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_lingering_potion.png" + }, + { + "id": "minecraft:golden_apple", + "name": "Goldener Apfel", + "description": "Schenkt Absorption und Regeneration", + "price": 30, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_golden_apple.png" + }, + { + "id": "minecraft:enchanted_golden_apple", + "name": "Verzauberter Goldener Apfel", + "description": "Der ultimative Snack", + "price": 100, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_enchanted_golden_apple.png" + }, + { + "id": "minecraft:golden_carrot", + "name": "Goldene Karotte", + "description": "Bestes Nahrungsmittel für Pferde", + "price": 20, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_golden_carrot.png" + }, + { + "id": "minecraft:glistering_melon_slice", + "name": "Glitzernde Melonenscheibe", + "description": "Zutat für Tränke", + "price": 10, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_glistering_melon_slice.png" + }, + { + "id": "minecraft:rabbit_foot", + "name": "Hasenpfote", + "description": "Bringt Glück beim Tränchebrauen", + "price": 12, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_rabbit_foot.png" + }, + { + "id": "minecraft:carrot_on_a_stick", + "name": "Karottenrute", + "description": "Steuert Schweine beim Reiten", + "price": 15, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_carrot_on_a_stick.png" + }, + { + "id": "minecraft:warped_fungus_on_a_stick", + "name": "Wirrpilzrute", + "description": "Steuert Strider", + "price": 15, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_warped_fungus_on_a_stick.png" + }, + { + "id": "minecraft:compass", + "name": "Kompass", + "description": "Zeigt zum Weltspawn", + "price": 5, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_compass.png" + }, + { + "id": "minecraft:clock", + "name": "Uhr", + "description": "Zeigt die Tageszeit", + "price": 5, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_clock.png" + }, + { + "id": "minecraft:recovery_compass", + "name": "Bergungskompass", + "description": "Zeigt zum letzten Todespunkt", + "price": 20, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_recovery_compass.png" + }, + { + "id": "minecraft:map", + "name": "Karte", + "description": "Zeigt die erkundete Welt", + "price": 10, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_map.png" + }, + { + "id": "minecraft:filled_map", + "name": "Ausgefüllte Karte", + "description": "Eine komplett erkundete Karte", + "price": 15, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_filled_map.png" + }, + { + "id": "minecraft:spyglass", + "name": "Fernrohr", + "description": "Vergrößert die Sichtweite", + "price": 12, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_spyglass.png" + }, + { + "id": "minecraft:book", + "name": "Buch", + "description": "Grundlage für Bücherregale und Verzauberungen", + "price": 2, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_book.png" + }, + { + "id": "minecraft:writable_book", + "name": "Buch und Feder", + "description": "Zum Schreiben eigener Texte", + "price": 5, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_writable_book.png" + }, + { + "id": "minecraft:written_book", + "name": "Geschriebenes Buch", + "description": "Kann nicht mehr verändert werden", + "price": 5, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_written_book.png" + }, + { + "id": "minecraft:paper", + "name": "Papier", + "description": "Für Karten und Bücher", + "price": 1, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_paper.png" + }, + { + "id": "minecraft:stick", + "name": "Stock", + "description": "Werkzeuggriff und Halt für Fackeln", + "price": 1, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_stick.png" + }, + { + "id": "minecraft:string", + "name": "Faden", + "description": "Von Spinnen gedroppt, nützlich für Bögen", + "price": 2, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_string.png" + }, + { + "id": "minecraft:bone", + "name": "Knochen", + "description": "Für Bonemeal oder Wolle", + "price": 2, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_bone.png" + }, + { + "id": "minecraft:bone_meal", + "name": "Knochenmehl", + "description": "Dünger für Pflanzen", + "price": 2, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_bone_meal.png" + }, + { + "id": "minecraft:gunpowder", + "name": "Schwarzpulver", + "description": "Für TNT und Feuerwerk", + "price": 3, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_gunpowder.png" + }, + { + "id": "minecraft:flint", + "name": "Feuerstein", + "description": "Für Feuerzeuge oder Pfeile", + "price": 2, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_flint.png" + }, + { + "id": "minecraft:flint_and_steel", + "name": "Feuerzeug", + "description": "Macht Feuer", + "price": 5, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_flint_and_steel.png" + }, + { + "id": "minecraft:fire_charge", + "name": "Feuerkugel", + "description": "Wie ein Feuerzeug, aber verschießbar", + "price": 8, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_fire_charge.png" + }, + { + "id": "minecraft:prismarine_shard", + "name": "Prismarinscherbe", + "description": "Bruchstück von Prismarin", + "price": 3, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_prismarine_shard.png" + }, + { + "id": "minecraft:prismarine_crystals", + "name": "Prismarinkristalle", + "description": "Droppt von Wächtern", + "price": 5, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_prismarine_crystals.png" + }, + { + "id": "minecraft:scute", + "name": "Schildkrötenschild", + "description": "Wächst langsam zu einem Helm", + "price": 15, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_scute.png" + }, + { + "id": "minecraft:turtle_helmet", + "name": "Schildkrötenpanzer", + "description": "Gibt Atmung unter Wasser", + "price": 25, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_turtle_helmet.png" + }, + { + "id": "minecraft:trident", + "name": "Dreizack", + "description": "Eine mächtige Waffe aus der Tiefe", + "price": 50, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_trident.png" + }, + { + "id": "minecraft:shulker_shell", + "name": "Shulker-Schale", + "description": "Teil einer Shulkerbox", + "price": 20, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_shulker_shell.png" + }, + { + "id": "minecraft:phantom_membrane", + "name": "Phantomhaut", + "description": "Repariert Elytren", + "price": 15, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_phantom_membrane.png" + }, + { + "id": "minecraft:echo_shard", + "name": "Echoscherbe", + "description": "Teil des Bergungskompasses", + "price": 15, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_echo_shard.png" + }, + { + "id": "minecraft:disc_fragment_5", + "name": "Scherbe fragment 5", + "description": "Teil der Otherside-Schallplatte", + "price": 25, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_disc_fragment_5.png" + }, + { + "id": "minecraft:sniffer_egg", + "name": "Schnüfflerei", + "description": "Aus ihm schlüpft ein Schnüffler", + "price": 35, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_sniffer_egg.png" + }, + { + "id": "minecraft:torchflower_seeds", + "name": "Fackelliliensamen", + "description": "Seltene Samen vom Schnüffler", + "price": 10, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_torchflower_seeds.png" + }, + { + "id": "minecraft:pitcher_pod", + "name": "Kannenpflanzenknospe", + "description": "Seltene Samen vom Schnüffler", + "price": 10, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_pitcher_pod.png" + }, + { + "id": "minecraft:goat_horn", + "name": "Ziegenhorn", + "description": "Macht ein lautes Geräusch", + "price": 12, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_goat_horn.png" + }, + { + "id": "minecraft:ocelot_spawn_egg", + "name": "Ozelot-Spawn-Ei", + "description": "Spawnt einen Ozelot", + "price": 15, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_ocelot_spawn_egg.png" + }, + { + "id": "minecraft:wolf_spawn_egg", + "name": "Wolf-Spawn-Ei", + "description": "Spawnt einen Wolf", + "price": 15, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_wolf_spawn_egg.png" + }, + { + "id": "minecraft:villager_spawn_egg", + "name": "Dorfbewohner-Spawn-Ei", + "description": "Spawnt einen Dorfbewohner", + "price": 20, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_villager_spawn_egg.png" + }, + { + "id": "minecraft:armor_stand", + "name": "Rüstungsständer", + "description": "Zeigt deine Rüstung", + "price": 10, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_armor_stand.png" + }, + { + "id": "minecraft:shield", + "name": "Schild", + "description": "Blockt Angriffe ab", + "price": 10, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_shield.png" + }, + { + "id": "minecraft:trident", + "name": "Dreizack", + "description": "Waffe des Meeres", + "price": 50, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_trident.png" + }, + { + "id": "minecraft:mace", + "name": "Streitkolben", + "description": "Eine schwere Waffe für hohe Schläge. Neu in 1.21", + "price": 60, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_mace.png" + }, + { + "id": "minecraft:wind_charge", + "name": "Windladung", + "description": "Stößt dich in die Luft. Neu in 1.21", + "price": 5, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_wind_charge.png" + }, + { + "id": "minecraft:trial_key", + "name": "Versuchsschlüssel", + "description": "Öffnet normale Versuchskammern. Neu in 1.21", + "price": 15, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_trial_key.png" + }, + { + "id": "minecraft:ominous_trial_key", + "name": "Unheilvollen Versuchsschlüssel", + "description": "Für bessere Beute in unheilvollen Kammern. Neu in 1.21", + "price": 30, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_ominous_trial_key.png" + }, + { + "id": "minecraft:breeze_rod", + "name": "Breeze-Rute", + "description": "Windiges Material aus dem Breeze. Neu in 1.21", + "price": 25, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_breeze_rod.png" + }, + { + "id": "minecraft:heavy_core", + "name": "Schwerer Kern", + "description": "Material für den mächtigen Streitkolben. Neu in 1.21", + "price": 80, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_heavy_core.png" + }, + { + "id": "minecraft:copper_grate", + "name": "Kupfergitter", + "description": "Lässt Flüssigkeiten hindurch. Neu in 1.21", + "price": 3, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_copper_grate.png" + }, + { + "id": "minecraft:copper_bulb", + "name": "Kupferlampe", + "description": "Eine Lichtquelle, die man umschalten kann. Neu in 1.21", + "price": 5, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_copper_bulb.png" + }, + { + "id": "minecraft:chiseled_copper", + "name": "Gemeißeltes Kupfer", + "description": "Dekorativer Kupferblock. Neu in 1.21", + "price": 4, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_chiseled_copper.png" + }, + { + "id": "minecraft:copper_door", + "name": "Küpertür", + "description": "Eine Tür aus Kupfer. Neu in 1.21", + "price": 4, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_copper_door.png" + }, + { + "id": "minecraft:copper_trapdoor", + "name": "Kupferfalltür", + "description": "Eine Falltür aus Kupfer. Neu in 1.21", + "price": 4, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_copper_trapdoor.png" + }, + { + "id": "minecraft:tuff_bricks", + "name": "Tuffziegel", + "description": "Gepresster Tuffstein. Neu in 1.21", + "price": 2, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_tuff_bricks.png" + }, + { + "id": "minecraft:chiseled_tuff", + "name": "Gemeißelter Tuff", + "description": "Dekorativer Tuffblock. Neu in 1.21", + "price": 3, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_chiseled_tuff.png" + }, + { + "id": "minecraft:polished_tuff", + "name": "Polierter Tuff", + "description": "Glatter Tuffstein. Neu in 1.21", + "price": 2, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_polished_tuff.png" + }, + { + "id": "minecraft:flow_armor_trim_smithing_template", + "name": "Fluss-Rüstungsbesatz", + "description": "Schmiedevorlage für Rüstungen. Neu in 1.21", + "price": 20, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_flow_armor_trim_smithing_template.png" + }, + { + "id": "minecraft:bolt_armor_trim_smithing_template", + "name": "Bolzen-Rüstungsbesatz", + "description": "Schmiedevorlage für Rüstungen. Neu in 1.21", + "price": 20, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_bolt_armor_trim_smithing_template.png" + }, + { + "id": "minecraft:apple", + "name": "Apfel", + "description": "Ein gesunder Snack", + "price": 2, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_apple.png" + }, + { + "id": "minecraft:baked_potato", + "name": "Gebackene Kartoffel", + "description": "Lecker und sättigend", + "price": 2, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_baked_potato.png" + }, + { + "id": "minecraft:beef", + "name": "Rohes Rindfleisch", + "description": "Kann gekocht werden", + "price": 1, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_beef.png" + }, + { + "id": "minecraft:cooked_beef", + "name": "Steak", + "description": "Hervorragendes Essen", + "price": 4, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_cooked_beef.png" + }, + { + "id": "minecraft:bread", + "name": "Brot", + "description": "Das Grundnahrungsmittel", + "price": 3, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_bread.png" + }, + { + "id": "minecraft:carrot", + "name": "Karotte", + "description": "Essbar oder für Schweine", + "price": 1, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_carrot.png" + }, + { + "id": "minecraft:chicken", + "name": "Rohes Hühnchen", + "description": "Vorsicht: Hungergefahr!", + "price": 1, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_chicken.png" + }, + { + "id": "minecraft:cooked_chicken", + "name": "Gebratenes Hühnchen", + "description": "Gute Nahrung", + "price": 3, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_cooked_chicken.png" + }, + { + "id": "minecraft:cod", + "name": "Roher Kabeljau", + "description": "Fisch zum Kochen", + "price": 1, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_cod.png" + }, + { + "id": "minecraft:cooked_cod", + "name": "Gebratener Kabeljau", + "description": "Gekochter Fisch", + "price": 3, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_cooked_cod.png" + }, + { + "id": "minecraft:cookie", + "name": "Keks", + "description": "Schoko-Keks", + "price": 1, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_cookie.png" + }, + { + "id": "minecraft:mushroom_stew", + "name": "Pilzsuppe", + "description": "Sättigend", + "price": 4, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_mushroom_stew.png" + }, + { + "id": "minecraft:porkchop", + "name": "Rohes Schweinefleisch", + "description": "Kann gebraten werden", + "price": 1, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_porkchop.png" + }, + { + "id": "minecraft:cooked_porkchop", + "name": "Gebratenes Schweinefleisch", + "description": "Sehr sättigend", + "price": 4, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_cooked_porkchop.png" + }, + { + "id": "minecraft:potato", + "name": "Kartoffel", + "description": "Vielseitig nutzbar", + "price": 1, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_potato.png" + }, + { + "id": "minecraft:poisonous_potato", + "name": "Giftige Kartoffel", + "description": "Lass das lieber", + "price": 0, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_poisonous_potato.png" + }, + { + "id": "minecraft:pumpkin_pie", + "name": "Kürbiskuchen", + "description": "Süß und lecker", + "price": 5, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_pumpkin_pie.png" + }, + { + "id": "minecraft:rabbit", + "name": "Rohes Kaninchen", + "description": "Kleines Fleischstück", + "price": 1, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_rabbit.png" + }, + { + "id": "minecraft:cooked_rabbit", + "name": "Gebratenes Kaninchen", + "description": "Lecker und selten", + "price": 4, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_cooked_rabbit.png" + }, + { + "id": "minecraft:rabbit_stew", + "name": "Kaninchenragout", + "description": "Sehr sättigend", + "price": 6, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_rabbit_stew.png" + }, + { + "id": "minecraft:rotten_flesh", + "name": "Verrottetes Fleisch", + "description": "Kann man essen, aber Hungergefahr", + "price": 0, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_rotten_flesh.png" + }, + { + "id": "minecraft:spider_eye", + "name": "Spinnenauge", + "description": "Giftig, aber nützlich", + "price": 1, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_spider_eye.png" + }, + { + "id": "minecraft:salmon", + "name": "Roher Lachs", + "description": "Größerer Fisch", + "price": 1, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_salmon.png" + }, + { + "id": "minecraft:cooked_salmon", + "name": "Gebratener Lachs", + "description": "Hochwertig", + "price": 4, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_cooked_salmon.png" + }, + { + "id": "minecraft:melon_slice", + "name": "Melonenscheibe", + "description": "Erfrischend", + "price": 1, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_melon_slice.png" + }, + { + "id": "minecraft:glow_berries", + "name": "Leuchtbeeren", + "description": "Leuchten und essen", + "price": 2, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_glow_berries.png" + }, + { + "id": "minecraft:sweet_berries", + "name": "Süßbeeren", + "description": "Wachsen in der Taiga", + "price": 1, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_sweet_berries.png" + }, + { + "id": "minecraft:honey_bottle", + "name": "Honigflasche", + "description": "Süß und heilt Gift", + "price": 3, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_honey_bottle.png" + }, + { + "id": "minecraft:torch", + "name": "Fackel", + "description": "Lichtquelle", + "price": 1, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_torch.png" + }, + { + "id": "minecraft:soul_torch", + "name": "Seelenfackel", + "description": "Blaues Licht", + "price": 2, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_soul_torch.png" + }, + { + "id": "minecraft:lantern", + "name": "Laterne", + "description": "Starke Lichtquelle", + "price": 3, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_lantern.png" + }, + { + "id": "minecraft:soul_lantern", + "name": "Seelenlaterne", + "description": "Starke blaue Lichtquelle", + "price": 4, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_soul_lantern.png" + }, + { + "id": "minecraft:glowstone", + "name": "Leuchtstein", + "description": "Liefert Leuchtsteinstaub", + "price": 3, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_glowstone.png" + }, + { + "id": "minecraft:glow_ink_sac", + "name": "Leuchttintenbeutel", + "description": "Macht Schilder leuchten", + "price": 3, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_glow_ink_sac.png" + }, + { + "id": "minecraft:ink_sac", + "name": "Tintenbeutel", + "description": "Schwarze Farbe", + "price": 1, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_ink_sac.png" + }, + { + "id": "minecraft:lapis_lazuli", + "name": "Lapislazuli", + "description": "Blaue Farbe und Verzauberungen", + "price": 3, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_lapis_lazuli.png" + }, + { + "id": "minecraft:cocoa_beans", + "name": "Kakaobohnen", + "description": "Braune Farbe und Kekse", + "price": 2, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_cocoa_beans.png" + }, + { + "id": "minecraft:bone_meal", + "name": "Knochenmehl", + "description": "Weiße Farbe und Dünger", + "price": 2, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_bone_meal.png" + }, + { + "id": "minecraft:blaze_powder", + "name": "Lohenstaub", + "description": "Brauen und Kraftstoffe", + "price": 5, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_blaze_powder.png" + }, + { + "id": "minecraft:dragon_breath", + "name": "Drachenatem", + "description": "Für Verweiltränke", + "price": 30, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_dragon_breath.png" + }, + { + "id": "minecraft:nether_star", + "name": "Netherstern", + "description": "Droppt vom Wither. Für Leuchtfeuer", + "price": 150, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_nether_star.png" + }, + { + "id": "minecraft:beacon", + "name": "Leuchtfeuer", + "description": "Gibt Effekte", + "price": 200, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_beacon.png" + }, + { + "id": "minecraft:conduit", + "name": "Atemspender", + "description": "Unterwasserkraftwerk", + "price": 150, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_conduit.png" + }, + { + "id": "minecraft:end_crystal", + "name": "Endkristall", + "description": "Heilt den Enderdrachen", + "price": 100, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_end_crystal.png" + }, + { + "id": "minecraft:command_block", + "name": "Befehlsblock", + "description": "Mächtiges Admin-Tool", + "price": 500, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_command_block.png" + }, + { + "id": "minecraft:structure_void", + "name": "Strukturlücke", + "description": "Unsichtbar für Strukturen", + "price": 50, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_structure_void.png" + }, + { + "id": "minecraft:barrel", + "name": "Fass", + "description": "Speicher für Items", + "price": 5, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_barrel.png" + }, + { + "id": "minecraft:chest", + "name": "Truhe", + "description": "Der Klassiker", + "price": 5, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_chest.png" + }, + { + "id": "minecraft:ender_chest", + "name": "Endertruhe", + "description": "Gemeinsames Inventar", + "price": 25, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_ender_chest.png" + }, + { + "id": "minecraft:shulker_box", + "name": "Shulkerkiste", + "description": "Mobiler Lagerplatz", + "price": 50, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_shulker_box.png" + }, + { + "id": "minecraft:hopper", + "name": "Trichter", + "description": "Sortiert Items automatisch", + "price": 15, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_hopper.png" + }, + { + "id": "minecraft:smoker", + "name": "Räucherofen", + "description": "Kocht Essen schneller", + "price": 20, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_smoker.png" + }, + { + "id": "minecraft:blast_furnace", + "name": "Schmelzofen", + "description": "Schmilzt Erze schneller", + "price": 20, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_blast_furnace.png" + }, + { + "id": "minecraft:brewing_stand", + "name": "Braustand", + "description": "Für Tränke", + "price": 25, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_brewing_stand.png" + }, + { + "id": "minecraft:loom", + "name": "Webstuhl", + "description": "Für Banner", + "price": 15, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_loom.png" + }, + { + "id": "minecraft:fletching_table", + "name": "Bognertisch", + "description": "Beruf für Dorfbewohner", + "price": 15, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_fletching_table.png" + }, + { + "id": "minecraft:smithing_table", + "name": "Schmiedetisch", + "description": "Verbessert Netherit", + "price": 20, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_smithing_table.png" + }, + { + "id": "minecraft:grindstone", + "name": "Schleifstein", + "description": "Entzaubert und repariert", + "price": 15, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_grindstone.png" + }, + { + "id": "minecraft:stonecutter", + "name": "Steinsäge", + "description": "Schneidet Stein effizient", + "price": 10, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_stonecutter.png" + }, + { + "id": "minecraft:cartography_table", + "name": "Kartentisch", + "description": "Vergrößert und sperrt Karten", + "price": 15, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_cartography_table.png" + }, + { + "id": "minecraft:lectern", + "name": "Lesepult", + "description": "Hält Bücher für Redstone", + "price": 10, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_lectern.png" + }, + { + "id": "minecraft:composter", + "name": "Komposter", + "description": "Macht aus Abfall Bonemeal", + "price": 10, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_composter.png" + }, + { + "id": "minecraft:bell", + "name": "Glocke", + "description": "Alarmiert Dorfbewohner", + "price": 50, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_bell.png" + }, + { + "id": "minecraft:lodestone", + "name": "Leitstein", + "description": "Lässt Kompas in jeder Dimension funktionieren", + "price": 30, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_lodestone.png" + }, + { + "id": "minecraft:respawn_anchor", + "name": "Respawn-Anker", + "description": "Spawnpunkt im Nether", + "price": 50, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_respawn_anchor.png" + }, + { + "id": "minecraft:conduit", + "name": "Atemspender", + "description": "Mächtiges Wasseritem", + "price": 100, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_conduit.png" + }, + { + "id": "minecraft:amethyst_cluster", + "name": "Amethysthaufen", + "description": "Schmuckstein und Leuchte", + "price": 10, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_amethyst_cluster.png" + }, + { + "id": "minecraft:pointed_dripstone", + "name": "Spitzer Tropfstein", + "description": "Kann töten oder Lava/Wasser tropfen lassen", + "price": 5, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_pointed_dripstone.png" + }, + { + "id": "minecraft:moss_block", + "name": "Moosblock", + "description": "Wächst einfach weiter", + "price": 3, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_moss_block.png" + }, + { + "id": "minecraft:azalea", + "name": "Azalee", + "description": "Zeigt den Weg zum Tiefenschiefer", + "price": 5, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_azalea.png" + }, + { + "id": "minecraft:flowering_azalea", + "name": "Blühende Azalee", + "description": "Schön und duftend", + "price": 5, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_flowering_azalea.png" + }, + { + "id": "minecraft:spore_blossom", + "name": "Sporenblüte", + "description": "Erschafft Partikel", + "price": 8, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_spore_blossom.png" + }, + { + "id": "minecraft:rooted_dirt", + "name": "Wurzelerde", + "description": "Erde mit hängenden Wurzeln", + "price": 3, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_rooted_dirt.png" + }, + { + "id": "minecraft:hanging_roots", + "name": "Hängende Wurzeln", + "description": "Dekoration", + "price": 2, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_hanging_roots.png" + }, + { + "id": "minecraft:calcite", + "name": "Calcit", + "description": "Neuer weißer Stein", + "price": 2, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_calcite.png" + }, + { + "id": "minecraft:tuff", + "name": "Tuffstein", + "description": "Grauer Gesteinsblock", + "price": 2, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_tuff.png" + }, + { + "id": "minecraft:deepslate", + "name": "Tiefenschiefer", + "description": "Stein unter Y=0", + "price": 2, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_deepslate.png" + }, + { + "id": "minecraft:cobbled_deepslate", + "name": "Bruchstein", + "description": "Ähnlich wie Bruchstein, aber dunkler", + "price": 2, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_cobbled_deepslate.png" + }, + { + "id": "minecraft:raw_copper", + "name": "Rohkupfer", + "description": "Roherz aus Kupfererz", + "price": 3, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_raw_copper.png" + }, + { + "id": "minecraft:raw_iron", + "name": "Roheisen", + "description": "Roherz aus Eisenerz", + "price": 3, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_raw_iron.png" + }, + { + "id": "minecraft:raw_gold", + "name": "Rohgold", + "description": "Roherz aus Golderz", + "price": 5, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_raw_gold.png" + }, + { + "id": "minecraft:copper_block", + "name": "Kupferblock", + "description": "Wird mit der Zeit grün", + "price": 10, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_copper_block.png" + }, + { + "id": "minecraft:lightning_rod", + "name": "Blitzableiter", + "description": "Schützt vor Blitzen", + "price": 15, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_lightning_rod.png" + }, + { + "id": "minecraft:sculk_sensor", + "name": "Sculk-Sensor", + "description": "Spürt Vibrationen", + "price": 20, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_sculk_sensor.png" + }, + { + "id": "minecraft:calibrated_sculk_sensor", + "name": "Kalibrierter Sculk-Sensor", + "description": "Präziser Sensor. Neu in 1.21", + "price": 25, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_calibrated_sculk_sensor.png" + }, + { + "id": "minecraft:sculk_catalyst", + "name": "Sculk-Katalysator", + "description": "Verbreitet Sculk beim Tod", + "price": 50, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_sculk_catalyst.png" + }, + { + "id": "minecraft:sculk_shrieker", + "name": "Sculk-Schreier", + "description": "Ruft den Wächter", + "price": 40, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_sculk_shrieker.png" + }, + { + "id": "minecraft:reinforced_deepslate", + "name": "Befestigter Tiefenschiefer", + "description": "Extrem harter Block im Portal", + "price": 20, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_reinforced_deepslate.png" + }, + { + "id": "minecraft:obsidian", + "name": "Obsidian", + "description": "Hartstes Material im Überbau", + "price": 10, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_obsidian.png" + }, + { + "id": "minecraft:crying_obsidian", + "name": "Weinender Obsidian", + "description": "Leuchtet und respawnbar", + "price": 15, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_crying_obsidian.png" + }, + { + "id": "minecraft:bedrock", + "name": "Grundgestein", + "description": "Unzerstörbar", + "price": 100, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_bedrock.png" + }, + { + "id": "minecraft:ender_chest", + "name": "Endertruhe", + "description": "Globales Inventar", + "price": 30, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_ender_chest.png" + }, + { + "id": "minecraft:furnace", + "name": "Ofen", + "description": "Fürs Schmelzen", + "price": 10, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_furnace.png" + }, + { + "id": "minecraft:crafting_table", + "name": "Werkbank", + "description": "Das Herz des Craftens", + "price": 5, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_crafting_table.png" + }, + { + "id": "minecraft:bucket", + "name": "Eimer", + "description": "Transportiert Flüssigkeiten", + "price": 3, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_bucket.png" + }, + { + "id": "minecraft:water_bucket", + "name": "Wassereimer", + "description": "Eimer Wasser", + "price": 3, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_water_bucket.png" + }, + { + "id": "minecraft:lava_bucket", + "name": "Lavaeimer", + "description": "Eimer Lava", + "price": 10, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_lava_bucket.png" + }, + { + "id": "minecraft:milk_bucket", + "name": "Milcheimer", + "description": "Heilt Effekte", + "price": 5, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_milk_bucket.png" + }, + { + "id": "minecraft:powder_snow_bucket", + "name": "Pulverschneeeimer", + "description": "Eimer Pulverschnee", + "price": 5, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_powder_snow_bucket.png" + }, + { + "id": "minecraft:cod_bucket", + "name": "Kabeljaueimer", + "description": "Eimer mit Fisch", + "price": 5, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_cod_bucket.png" + }, + { + "id": "minecraft:salmon_bucket", + "name": "Lachseimer", + "description": "Eimer mit Fisch", + "price": 5, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_salmon_bucket.png" + }, + { + "id": "minecraft:pufferfish_bucket", + "name": "Kugelfischeimer", + "description": "Vorsicht, giftig!", + "price": 10, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_pufferfish_bucket.png" + }, + { + "id": "minecraft:tropical_fish_bucket", + "name": "Tropenfischeimer", + "description": "Bunter Fisch", + "price": 10, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_tropical_fish_bucket.png" + }, + { + "id": "minecraft:axolotl_bucket", + "name": "Axolotleimer", + "description": "Schönes Haustier", + "price": 15, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_axolotl_bucket.png" + }, + { + "id": "minecraft:tadpole_bucket", + "name": "Kaulquappeneimer", + "description": "Wird zum Frosch", + "price": 10, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_tadpole_bucket.png" + }, + { + "id": "minecraft:oak_boat", + "name": "Eichenboot", + "description": "Boot aus Eichenholz", + "price": 10, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_oak_boat.png" + }, + { + "id": "minecraft:spruce_boat", + "name": "Fichtenboot", + "description": "Boot aus Fichtenholz", + "price": 10, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_spruce_boat.png" + }, + { + "id": "minecraft:birch_boat", + "name": "Birkenboot", + "description": "Boot aus Birkenholz", + "price": 10, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_birch_boat.png" + }, + { + "id": "minecraft:jungle_boat", + "name": "Tropenboot", + "description": "Boot aus Tropenholz", + "price": 10, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_jungle_boat.png" + }, + { + "id": "minecraft:acacia_boat", + "name": "Akazienboot", + "description": "Boot aus Akazienholz", + "price": 10, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_acacia_boat.png" + }, + { + "id": "minecraft:dark_oak_boat", + "name": "Schwarzeichenboot", + "description": "Boot aus Schwarzeichenholz", + "price": 10, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_dark_oak_boat.png" + }, + { + "id": "minecraft:mangrove_boat", + "name": "Mangrovenboot", + "description": "Boot aus Mangrovenholz", + "price": 10, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_mangrove_boat.png" + }, + { + "id": "minecraft:cherry_boat", + "name": "Kirschholzboot", + "description": "Boot aus Kirschholz. Neu in 1.20", + "price": 10, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_cherry_boat.png" + }, + { + "id": "minecraft:bamboo_raft", + "name": "Bambusfloß", + "description": "Floß aus Bambus", + "price": 10, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_bamboo_raft.png" + }, + { + "id": "minecraft:minecart", + "name": "Minecart", + "description": "Für Schienen", + "price": 15, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_minecart.png" + }, + { + "id": "minecraft:chest_minecart", + "name": "Güterlore", + "description": "Transportiert Items", + "price": 25, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_chest_minecart.png" + }, + { + "id": "minecraft:furnace_minecart", + "name": "Antriebslore", + "description": "Bewegt sich selbstständig", + "price": 30, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_furnace_minecart.png" + }, + { + "id": "minecraft:hopper_minecart", + "name": "Trichterlore", + "description": "Sammelt Items auf", + "price": 30, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_hopper_minecart.png" + }, + { + "id": "minecraft:tnt_minecart", + "name": "TNT-Lore", + "description": "Explodiert bei Kontakt", + "price": 30, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_tnt_minecart.png" + }, + { + "id": "minecraft:command_block_minecart", + "name": "Befehlsblocklore", + "description": "Beweglicher Befehlsblock", + "price": 100, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_command_block_minecart.png" + }, + { + "id": "minecraft:saddle", + "name": "Sattel", + "description": "Zum Reiten", + "price": 10, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_saddle.png" + }, + { + "id": "minecraft:diamond_sword", + "name": "Diamantschwert", + "description": "Scharfe Waffe", + "price": 20, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_diamond_sword.png" + }, + { + "id": "minecraft:netherite_sword", + "name": "Netheritschwert", + "description": "Stärkste Waffe", + "price": 100, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_netherite_sword.png" + }, + { + "id": "minecraft:diamond_pickaxe", + "name": "Diamantspitzhacke", + "description": "Gräbt alles", + "price": 25, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_diamond_pickaxe.png" + }, + { + "id": "minecraft:netherite_pickaxe", + "name": "Netheritspitzhacke", + "description": "Schnellste Spitzhacke", + "price": 100, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_netherite_pickaxe.png" + }, + { + "id": "minecraft:diamond_axe", + "name": "Diamantaxt", + "description": "Wirkt Schaden und bricht Holz", + "price": 20, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_diamond_axe.png" + }, + { + "id": "minecraft:diamond_shovel", + "name": "Diamantschaufel", + "description": "Für Erde und Sand", + "price": 15, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_diamond_shovel.png" + }, + { + "id": "minecraft:diamond_hoe", + "name": "Diamanthacke", + "description": "Für Ackerbau", + "price": 15, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_diamond_hoe.png" + }, + { + "id": "minecraft:diamond_helmet", + "name": "Diamanthelm", + "description": "Schützt den Kopf", + "price": 25, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_diamond_helmet.png" + }, + { + "id": "minecraft:diamond_chestplate", + "name": "Diamantharnisch", + "description": "Starker Schutz", + "price": 35, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_diamond_chestplate.png" + }, + { + "id": "minecraft:diamond_leggings", + "name": "Diamantbeinschutz", + "description": "Schützt die Beine", + "price": 30, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_diamond_leggings.png" + }, + { + "id": "minecraft:diamond_boots", + "name": "Diamantstiefel", + "description": "Schützt die Füße", + "price": 25, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_diamond_boots.png" + }, + { + "id": "minecraft:netherite_helmet", + "name": "Netherithelm", + "description": "Bester Schutz + Feuerresistenz", + "price": 100, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_netherite_helmet.png" + }, + { + "id": "minecraft:netherite_chestplate", + "name": "Netheritharnisch", + "description": "Bester Schutz + Knockback-Resistenz", + "price": 120, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_netherite_chestplate.png" + }, + { + "id": "minecraft:netherite_leggings", + "name": "Netheritbeinschutz", + "description": "Bester Schutz für Beine", + "price": 110, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_netherite_leggings.png" + }, + { + "id": "minecraft:netherite_boots", + "name": "Netheritstiefel", + "description": "Läuft auf Magma", + "price": 100, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_netherite_boots.png" + }, + { + "id": "minecraft:shears", + "name": "Schere", + "description": "Schaf scheren und Blätter abbrechen", + "price": 10, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_shears.png" + }, + { + "id": "minecraft:bow", + "name": "Bogen", + "description": "Schießt Pfeile", + "price": 15, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_bow.png" + }, + { + "id": "minecraft:crossbow", + "name": "Armbrust", + "description": "Schnelle Schüsse und Feuerwerk", + "price": 25, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_crossbow.png" + }, + { + "id": "minecraft:arrow", + "name": "Pfeil", + "description": "Munition", + "price": 1, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_arrow.png" + }, + { + "id": "minecraft:spectral_arrow", + "name": "Spektralpfeil", + "description": "Leuchtet auf Gegnern", + "price": 2, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_spectral_arrow.png" + }, + { + "id": "minecraft:trident", + "name": "Dreizack", + "description": "Nahkampf oder Distanz", + "price": 60, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_trident.png" + }, + { + "id": "minecraft:fishing_rod", + "name": "Angel", + "description": "Zum Angeln", + "price": 10, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_fishing_rod.png" + }, + { + "id": "minecraft:carrot_on_a_stick", + "name": "Karottenrute", + "description": "Steuert Schweine", + "price": 15, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_carrot_on_a_stick.png" + }, + { + "id": "minecraft:warped_fungus_on_a_stick", + "name": "Wirrpilzrute", + "description": "Steuert Strider", + "price": 15, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_warped_fungus_on_a_stick.png" + }, + { + "id": "minecraft:elytra", + "name": "Elytren", + "description": "Gleiten in der Luft", + "price": 250, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_elytra.png" + }, + { + "id": "minecraft:firework_rocket", + "name": "Feuerwerksrakete", + "description": "Boost für Elytren", + "price": 5, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_firework_rocket.png" + }, + { + "id": "minecraft:enchanted_book", + "name": "Verzaubertes Buch", + "description": "Upgrade für Rüstung/Waffen", + "price": 30, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_enchanted_book.png" + }, + { + "id": "minecraft:experience_bottle", + "name": "Erfahrungsfläschchen", + "description": "XP Farming", + "price": 10, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_experience_bottle.png" + }, + { + "id": "minecraft:enchanted_golden_apple", + "name": "Verzauberter Goldener Apfel", + "description": "God Mode Apfel", + "price": 100, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_enchanted_golden_apple.png" + }, + { + "id": "minecraft:totem_of_undying", + "name": "Totem der Unsterblichkeit", + "description": "Rettet das Leben", + "price": 100, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_totem_of_undying.png" + }, + { + "id": "minecraft:heart_of_the_sea", + "name": "Herz des Meeres", + "description": "Teil der Conduit", + "price": 50, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_heart_of_the_sea.png" + }, + { + "id": "minecraft:nautilus_shell", + "name": "Nautilusschale", + "description": "Teil der Heart of the Sea", + "price": 15, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_nautilus_shell.png" + }, + { + "id": "minecraft:shulker_shell", + "name": "Shulker-Schale", + "description": "Für Shulkerbox", + "price": 30, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_shulker_shell.png" + }, + { + "id": "minecraft:dragon_egg", + "name": "Drachenei", + "description": "Trophäe", + "price": 500, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_dragon_egg.png" + }, + { + "id": "minecraft:beacon", + "name": "Leuchtfeuer", + "description": "Gibt Buffs", + "price": 500, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_beacon.png" + }, + { + "id": "minecraft:conduit", + "name": "Conduit", + "description": "Unterwasser Buff", + "price": 300, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_conduit.png" + }, + { + "id": "minecraft:nether_star", + "name": "Netherstern", + "description": "Leuchtfeuer Material", + "price": 250, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_nether_star.png" + }, + { + "id": "minecraft:wither_rose", + "name": "Wither-Rose", + "description": "Giftige Blume", + "price": 50, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_wither_rose.png" + }, + { + "id": "minecraft:music_disc_13", + "name": "Schallplatte 13", + "description": "Angenehmes Plättscher", + "price": 50, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_music_disc_13.png" + }, + { + "id": "minecraft:music_disc_cat", + "name": "Schallplatte Cat", + "description": "C418 - Cat", + "price": 50, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_music_disc_cat.png" + }, + { + "id": "minecraft:music_disc_blocks", + "name": "Schallplatte Blocks", + "description": "C418 - Blocks", + "price": 50, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_music_disc_blocks.png" + }, + { + "id": "minecraft:music_disc_chirp", + "name": "Schallplatte Chirp", + "description": "C418 - Chirp", + "price": 50, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_music_disc_chirp.png" + }, + { + "id": "minecraft:music_disc_far", + "name": "Schallplatte Far", + "description": "C418 - Far", + "price": 50, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_music_disc_far.png" + }, + { + "id": "minecraft:music_disc_mall", + "name": "Schallplatte Mall", + "description": "C418 - Mall", + "price": 50, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_music_disc_mall.png" + }, + { + "id": "minecraft:music_disc_mellohi", + "name": "Schallplatte Mellohi", + "description": "C418 - Mellohi", + "price": 50, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_music_disc_mellohi.png" + }, + { + "id": "minecraft:music_disc_stal", + "name": "Schallplatte Stal", + "description": "C418 - Stal", + "price": 50, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_music_disc_stal.png" + }, + { + "id": "minecraft:music_disc_strad", + "name": "Schallplatte Strad", + "description": "C418 - Strad", + "price": 50, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_music_disc_strad.png" + }, + { + "id": "minecraft:music_disc_ward", + "name": "Schallplatte Ward", + "description": "C418 - Ward", + "price": 50, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_music_disc_ward.png" + }, + { + "id": "minecraft:music_disc_11", + "name": "Schallplatte 11", + "description": "C418 - 11 (Gruselig)", + "price": 50, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_music_disc_11.png" + }, + { + "id": "minecraft:music_disc_wait", + "name": "Schallplatte Wait", + "description": "C418 - Wait", + "price": 50, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_music_disc_wait.png" + }, + { + "id": "minecraft:music_disc_pigstep", + "name": "Schallplatte Pigstep", + "description": "Lena Raine - Pigstep", + "price": 80, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_music_disc_pigstep.png" + }, + { + "id": "minecraft:music_disc_otherside", + "name": "Schallplatte Otherside", + "description": "Lena Raine - Otherside", + "price": 80, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_music_disc_otherside.png" + }, + { + "id": "minecraft:music_disc_5", + "name": "Schallplatte 5", + "description": "Samuel Åberg - 5", + "price": 80, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_music_disc_5.png" + }, + { + "id": "minecraft:music_disc_relic", + "name": "Schallplatte Relic", + "description": "Aaron Cherof - Relic", + "price": 80, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_music_disc_relic.png" + }, + { + "id": "minecraft:music_disc_precipice", + "name": "Schallplatte Precipice", + "description": "Aaron Cherof - Precipice (1.21)", + "price": 100, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_music_disc_precipice.png" + }, + { + "id": "minecraft:music_disc_creator", + "name": "Schallplatte Creator", + "description": "Aaron Cherof - Creator (1.21)", + "price": 100, + "image": "https://git.viper.ipv64.net/M_Viper/WP-Ingame-Shop-Pro/raw/branch/main/images/minecraft_music_disc_creator.png" + } + ] +} \ No newline at end of file