How do you make enchanted armor commands?

How do you make enchanted armor commands?

This answer is for 1.12 or before. You can set up some simple commands with command blocks, and let players click the button of each command block so that they receive the enchanted items. This is the general command: /give @p 0 {ench:[{id:<0-62>,lvl:<1-32767>},{id:<0-62>,lvl:<1-32767>},…]}

How do you give Enchanted commands?

First, you need to program the command block to give an enchanted diamond sword with the /give command. This /give command will be run each time the command block is activated. So, stand in front of the command block with your pointer (the plus sign) on the command block and click on the right mouse button.

How do you get enchanted armor in creative?

After constructing an enchantment table, here’s how to enchant a tool or armor:

  1. Open up your enchanting screen by right-clicking the enchantment table.
  2. Select the tool or armor or other item (like a book) to be enchanted.
  3. Power the enchantment table with lapis lazuli.
  4. Choose one of the three options randomly.

How to spawn Enchanted armour in Minecraft Java?

I am trying to spawn armour using commands. I have tried the basic /give @p diamond_chestplate 1 0 {Unbreakable:1,display… But the problem is is that I can’t get the enchantments on it. I want it to have Lvl 200 of all protections + thorns. I was thinking of adding the xtra stuff to the helm and boots.

How do I give players already Enchanted Tools / armour / weapons?

You can stack enchants as many times as you want such as: /give @p diamond_sword 1 0 {ench: [ {id:17,lvl:32767}, {id:17,lvl:32767}]} After setting up the command blocks, put buttons and the players can choose by clicking them. You can also put enchantments onto things that normally cannot be enchanted or have that specific enchantment.

How do you give enchanted items in Minecraft?

Refer to this answer by pppery for 1.13 and later. You can set up some simple commands with command blocks, and let players click the button of each command block so that they receive the enchanted items. You can use the following command to give players enchanted items (in this example, 1 diamond sword with Smite 2 and Knockback 30)

How to spawn armour in Arqade using commands?

– Arqade Closed 2 years ago. I am trying to spawn armour using commands. I have tried the basic /give @p diamond_chestplate 1 0 {Unbreakable:1,display…