Minecraft Bow Command ./give multiple enchants [duplicate]
So I have this one command creation that I want to use. And I am not sure about the syntax. I want to put multiple enchants on my bow. Can you guys help me with my command so that it works?
Here is my command:
/.give @p minecraft:bow 1 0 {display:{Lore:[Forged by Dark_Matrix9]}, Unbreakable:1ench:[{id:48,lvl:10000,id:49,lvl:10000,id:50,lvl:10000,id:51,lvl:10000]}
How do I connect the enchants?
Best Answer
You missed out a comma in your command. Also, you have a full-stop after you slash. You also missed out a curly brace. Also, you did not format the enchantments correctly. Here's your command:
/give @p minecraft:bow 1 0 {display:{Lore:[Forged by Dark_Matrix9]}, Unbreakable:1, ench:[{id:48,lvl:10000}, {id:49, lvl:10000}, {id:50, lvl:10000}, {id:51, lvl:10000}]}
This is what you get:

Pictures about "Minecraft Bow Command ./give multiple enchants [duplicate]"
![Minecraft Bow Command ./give multiple enchants [duplicate] - Present box tied with band Minecraft Bow Command ./give multiple enchants [duplicate] - Present box tied with band](/assets/images/minecraft_bow_command_give_multiple_enchants_duplicate_1.jpeg)
![Minecraft Bow Command ./give multiple enchants [duplicate] - Cheerful crop African American female owner giving treat to Labrador Retriever while teaching commands in park Minecraft Bow Command ./give multiple enchants [duplicate] - Cheerful crop African American female owner giving treat to Labrador Retriever while teaching commands in park](/assets/images/minecraft_bow_command_give_multiple_enchants_duplicate_2.jpeg)
![Minecraft Bow Command ./give multiple enchants [duplicate] - Present box decorated with red band and ribbon Minecraft Bow Command ./give multiple enchants [duplicate] - Present box decorated with red band and ribbon](/assets/images/minecraft_bow_command_give_multiple_enchants_duplicate_3.jpeg)
How do you get multiple enchantments on a bow?
Once an item is enchanted, it can't be further enchanted using an Enchanting Table. However, you can combine two enchanted items, or add a second enchantment from an enchanted book, using anAnvil. You can also combine the enchantments from two books together into a new double-enchanted book.Can you enchant a bow twice?
So you can have up to 6 different enchantments on a bow using an anvil.How do you make a 1000 power bow?
The standard syntax in Minecraft to create a 1000+ Sharpness weapon is "/give @p <item>{Enchantments:[{id:sharpness,lvl:<number>}]}" placed in the game's chat window. This command can also be applied to other items that can receive a Sharpness enchantment, such as an axe.How To Get Multiple High Level Enchantments on ONE Item in Minecraft! (2020)
More answers regarding minecraft Bow Command ./give multiple enchants [duplicate]
Answer 2
Here's the corrected code:
/give @a minecraft:bow 1 0 {Unbreakable:1,ench:[{id:48,lvl:10000},{id:49,lvl:10000},{id:50,lvl:10000},{id:51,lvl:10000}],display:{Lore:["Forged by Dark_Matrix9"]}}

Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.
Images: Monstera, Skylar Kang, Samson Katt, Skylar Kang
