Minecraft enchant command 1000
- minecraft pe how to enchant
- minecraft pe how to enchant level 1000
- minecraft pe enchantments
- minecraft pe enchant command 1000
Minecraft enchant command list.
Enchantment command minecraft generator
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.
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].
How to enchant any item in minecraft with commandsIf 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
|
---|