T
The Daily Insight

How to summon enchanted items in minecraft

Author

James Craig

Published May 08, 2026

I am attempting to modify a /summon command to add an enchantment. My command looks like this: summon item 8 62 -13 {Item:{id:minecraft:bow,Count:1}} I have tried modifying the command like this: summon item 8 62 -13 {Item:{id:minecraft:bow,Count:1,ench:[{id:19,lvl:1}]}} But it does not apply any enchantments.

There are other answers below:

All you need to do include the Enchantments tag within your tag tag. To hide flags, you would do a similar thing, although the tag for that is HideFlags:1. /summon minecraft:item ~ ~ ~ {Item: {id:”minecraft:lever”,Count:1b,tag: {CustomNBTData:”Handle”,Enchantments: [ {id:”minecraft:protection”,lvl:1}],HideFlags:1}}} 2.

Example 1: how to summon enchanted items. 1.13+ /give @p diamond_sword {Enchantments: [ {id:sharpness,lvl:5}, {id:knockback,lvl:2}, {id:fire_aspect,lvl:2}, {id:looting,lvl:3}, {id:sweeping,lvl:3}, {id:unbreaking,lvl:3}, {id:mending,lvl:1}]} 1 1.9+ /give @p diamond_sword 1 0 {ench: [ {id:16,lvl:5}, {id:19,lvl:2}, {id:20,lvl:2}, {id:21,lvl:3}, …

Hey guys! Me again. I’ve been trying to use a command block to summon an enchanted item. NOTE: I do NOT want to enchant an item in my hand. I’m trying to summon an item on the ground already enchanted.

level 2. Op · 3 yr. ago. Thanks! level 1. · 3 yr. ago. /give @p minecraft:wooden_sword 1 0 {ench: [ {id:16,lvl:10}],ench: [ {id:34,lvl:10}]} ^ For example that is a sharpness 10 unbreaking 10 wooden sword. You can find the enchantmend ids here: …

For Windows 10 Edition, press the T key to open the chat window. For Education Edition, press the T key to open the chat window. 2. Type the Command. First, it’s important to note that when you use the /enchant command you can enchant the item that a player is holding.

The standard syntax in Minecraft to create a 1000+ Sharpness weapon is “/give @p {Enchantments: [ {id:sharpness,lvl:}]}” 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. The Sharpness level can also be increased.

This is how you can make something Unbreakable, without the enchantments. /give Hydrotronics minecraft:diamond_sword 1 0 {Unbreakable:1,ench: After that ,ench:, you can place all the enchantments you want. Lore Text and other things can also be put in. If you need a guideline, you can find Minecraft Give Generators to build the commands for you.

This video showcases how to get overpowered enchantments to any item in Minecraft Java edition 1.16.2.Command to get an OP stick: /give @s stick{Enchantment…

Step one to the structure of this device: Grab a command block (/give @p minecraft:command_block), and place it down. This is your device that you will be inputting your custom commands in. Step two: Grab a lever, or a button, …

Related Questions

How do I enchant an item in Minecraft?

In Minecraft Java Edition (PC/Mac) 1.13, 1.14, 1.15 and 1.16, the syntax to enchant the item that a player’s holding is: /enchant [level] In Minecraft Java Edition (PC/Mac) 1.8, 1.9, 1.10, 1.11 and 1.12, the syntax to enchant the item that a player’s holding is: /enchant [level]

What is the level of enchantment to apply?

It is the level of enchantment to apply. If you don’t specify a level, it will apply the enchantment at Level I. Enchant Command in Minecraft Pocket Edition (PE) In Minecraft Pocket Edition (PE), the syntax to enchant the item that a player’s holding is: /enchant [level]

How do you make something Unbreakable without enchantments?

Well, I see that your problem is to get the Unbreakable correct. This is how you can make something Unbreakable, without the enchantments. After that ,ench:, you can place all the enchantments you want. Lore Text and other things can also be put in. If you need a guideline, you can find Minecraft Give Generators to build the commands for you.

How do I use/enchant in the chat window?

For Nintendo Switch, press the right arrow button on the controller. For Windows 10 Edition, press the T key to open the chat window. For Education Edition, press the T key to open the chat window. 2. Type the Command First, it’s important to note that when you use the /enchant command you can enchant the item that a player is holding.