N
Common Ground News

How to get custom enchantments in minecraft

Author

James Craig

Updated on March 27, 2026

How to get custom enchantments in minecraft

Enchanting with commands is really easy and makes the game a lot more fun to play in creative mode. There’s lots of things you can do, like getting enchantme…

There are other answers below:

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, …

Today, I will be teaching you how to get items in Minecraft Java Edition 1.13+ with custom Enchantments!=Commands=/give @p mine… Thanks for watching my video!

To do it, you just need to add the Nbt “{Enchantments:[{id:ENCHANT,lvl:LEVEL}]}” Here is an example like you asked in the question: /give @p diamond_axe{Enchantments:[{id:sh… You can get these Unstable Enchantments by commands, and thus are not obtainable in …

How To Add Enchantments To 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 …

MethodTipsWarnings Open the enchanting table. Select the enchanting table to do so.Place a book in the enchanting table. Select an ordinary book, then select the book-shaped box in the crafting table.Place the lapis lazuli in the table. Select your lapis lazuli, then select the box to the right of the book’s box. You’ll need at least three lapis lazuli per enchantment.

So I was messing around and read the wiki about command blocks, then i found out that we can enchant things using command blocks! after figuring how this works, i get this formula : give @p minecraft:diamond_chestplate 1 0 {display:{Name:Kero’s Chest,Lore:May these protect you},ench:[{id:0,lvl:1000},{id:7,lvl:1000},{id:34,lvl:1000}]}

Just replace “text here” with the desired text. This is an example of giving yourself an item with an enchantment (sharpness in this case): /give @p diamond_sword {Enchantments: [ {id:”minecraft:sharpness”,lvl:1}]} “lvl” is the level of the enchantment.

How to get custom enchantments that work on 1.14+. Tutorial. Now i have searched for a little while to get a generator that works and i found it. EXAMPLE: Steak with sharpness 10000000 and looting 1000000 (Not an ad, no sponsored stuffs) 3 comments.

The things I’ve read all seem to point to using the /give command rather than /enchant. To create enchanted items using /give you need to use the Data Tag parameter like so: /give @p diamond_sword 1 0 {ench:[{id:16,lvl:5}]} The Data Tag is …

How do you put enchantments on items in Minecraft?

Placing Enchantments on Items Open your anvil. Now that you have the enchantment that you want to use, you can add it to an offensive or defensive item (e.g., a sword or an armor piece). Place the item that you want to enchant on the anvil. It should go in the box on the far-left side. Add your enchanted book.

How do you give Yourself an item with lore and enchantment?

This is an example of giving yourself an item with lore: Just replace “text here” with the desired text. This is an example of giving yourself an item with an enchantment (sharpness in this case): “lvl” is the level of the enchantment.

What do I need to know about enchantments?

Know the name, effect, maximum level of the enchantments and items that certain enchantments can be applied to. The maximum level to which you can increase an enchantment varies depending on the enchantment itself:

How to create enchanted items using/give in mcpe?

To create enchanted items using /give you need to use the Data Tag parameter like so: The Data Tag is the final parameter in curly braces. However, as far as I can tell the Data Tag parameter isn’t supported in MCPE, at least not yet. When you start typing /give it doesn’t list that parameter in the on-screen help.