How to make custom enchants in minecraft bedrock
Emily Cortez
Published Mar 27, 2026

Minecraft Bedrock Edition Custom Enchantments Addon Download join now Help me get to 50k Today I am going to show you how to use a really Cool addon I made c…
There are other answers below:
I Show You How To Get Custom Enchantments For Things Like Sharpness 1000 And Knockback Sticks.
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, and Shift Right click on the command block. See more result ››.
Unlike with java edition you cant easily enchant a tool with overcapsized enchants such as sharpness 10, if you want that you need to use one of the minecraft world editor applications (only really usuable on Windows 10 or mcpe), if your simply trying to get sharpness 5 turn on cheats, hold out your sword/axe, then type “/enchant @s sharpness 5”
yes umm so probably try to make the true or false not capital and the lvls u didnt do like u gota specifly the lvl of enchants so for example 200 or 20000 something like that , and the summorers will .. that should be th specific enchant like sharpness or unbreaking
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, …
The ENCHANTMENT is the name of the enchantment and make sure to have the quotation mark. And NUMBER is the level of enchantment you want. One example is. give @p stick{Enchantments:[{id:”minecraft:knockback”,lvl:1000}]}
Empower the Leading Custom Enchants Minecraft Plugin. Create Custom Enchants like never-seen before way using enchantments creator. Generate an enchantment token by click the button below and type /ae claim in-game to install this enchant without having to copy over to your enchantments file. Generate an enchant token. Creating an …
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 …
You cannot make enchantment tables give players custom enchantments. You cannot use custom enchantments on enchanted books in an anvil. There is no way to make items display their custom enchantments by default under the item flag in bit 0. This is mostly used for the HideFlags NBT.
Related Questions
How do I add custom enchantments to an anvil?
You cannot use custom enchantments on enchanted books in an anvil. There is no way to make items display their custom enchantments by default under the item flag in bit 0. This is mostly used for the HideFlags NBT. Any item’s Enchantments [x].id for any index x is a fully customisable string, completely up to the data pack creator.
How to display custom enchantments under the item flag by default?
There is no way to make items display their custom enchantments by default under the item flag in bit 0. This is mostly used for the HideFlags NBT. Any item’s Enchantments [x].id for any index x is a fully customisable string, completely up to the data pack creator.
How do I create a custom command block in Minecraft?
To begin, be sure to be in 1.8+ in a world with cheats enabled. 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.
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.