Minecraft how to add multiple enchantments
Christopher Snyder
Updated on March 22, 2026

Following are the two ways to put multiple enchantments on any items –. 1. Combining Two Items. After an enchantment has been put on an item it’s almost impossible for players to put yet another enchantment on the same item. To put multiple enchantments on an item in Minecraft, players will have to use an anvil.
There are other answers below:
If you are using the command enchant, you can only do one enchantment per command block. There is a ways to do this though: DataTags. When you summon or give an item, you can specify ‘DataTags’. These tags give minecraft additional information about the item, for example it’s display name or the enchantments it has (see further down for more information).
There are three main ways to enchant items in Minecraft. Go to a Minecraft enchanting table and exchange XP and lapis lazuli to enchant an item. At a Minecraft anvil, combine an enchanted book with an unenchanted item – this uses XP. At an anvil, combine two enchanted items to create one item with two enchantments.
The multiple enchantments are separated by commas inside the square brackets; each enchantment should be inside its own pair of curly brackets. This format is for java edition, version 1.13+: /give @p diamond_sword{Enchantments:[{id:”minecraft:sharpness”,lvl:5}, {id:”minecraft:looting”,lvl:3}, {id:”minecraft:unbreaking”,lvl:3}, {id:”minecraft:mending”,lvl:1}]} 1
I would reccomend leaving that at zero unless you want a partially broken item. Next, add {ench:. This will start the coding to the item. So far, you should have this. /give @p minecraft:diamond_helmet 1 0 {ench:. After this, put in [. That is just begining the brackets, or the enchantments. Next, put how many enchantments you want with {}.
Whether you’re using multiple enchanted items or an enchanted book, you can combine enchantments into one super item. Very useful to get the perfect combination of traits. Personalize items.
Related Questions
Can you have multiple enchantments on the same item?
Most items have their own enchantments, and some of those enchantments aren’t compatible with each other (no item can have both enchantments.) Here’s a list of all the enchantments currently available in Minecraft:
How do I add enchantments to an item?
When you summon or give an item, you can specify ‘DataTags’. These tags give minecraft additional information about the item, for example it’s display name or the enchantments it has (see further down for more information). An example command for adding enchantments would be this one (gives Iron Leggings with Fire Protection III and Unbreaking I):
Can you transfer enchants in Minecraft?
Enchantments are one such thing in Minecraft. You can enchant your tools with these valuable enchantments. You can also transfer an enchantment from one tool to another. That’s all about upgrading everything in Minecraft. But, how would you transfer enchantments in Minecraft?
What enchantments are currently available in Minecraft?
Here’s a list of all the enchantments currently available in Minecraft: Some of these enchantments can only be added to certain items using an anvil, and will never show up in an enchantment table. This includes to Mending, Unbreaking, Thorns, Smite, Bane of Arthropods, Efficiency, Silk Touch, and Frost Walker.