How to give yourself an enchanted item in minecraft using commands
- how to enchant in minecraft using commands
- how to enchant in minecraft with commands sharpness 1000
- how to enchant in minecraft with commands bedrock
- how to enchant in minecraft with commands knockback 1000
Minecraft enchant command 1000...
enchant
Adds an enchantment to a player's selected item, subject to the same restrictions as an anvil. Also works on any mob or entity holding a weapon/tool/armor in its main hand.
Minecraft enchant command list
Syntax[]
Arguments[]
JE: : entity
BE: : CommandSelector<Actor>
- Specifies the target(s).
- Must be a player name, a target selector or a UUID[Java Edition only].
JE: : resource
BE: : int or : enum
- Specifies the enchantment to be added to the item held in main hand by the target.
- In Java Edition, must be an existing registered resource location in registry. In Bedrock Edition, must be an ID of an enchantment (without namespace)
JE: : integer
BE: : int
- Specifies the enchantment level.
Should be not greater than the maximum level for the specified enchantment[1]. If not specified, defaults to 1.
- Must be a 32-bit integer number. In Java Edition, it must be between 0 and 2147483647 (inclusive).
In Bedrock Edition, it should be between 1 and 2147483647 (inclusive).
Result[]
Comman
|
---|