Article Categories
- Baldur's Gate 3
- Diablo
- Elder Scrolls
- General
- Hogwarts Legacy
- League of Legends
- Minecraft
- Pokemon Go
- Sims 4
- StarCraft
- Steam Platform
- Xbox Game Console
More Articles
How do I give players already enchanted Tools - Armour - Weapons
I'm making a map where I want players to be able to choose there kits/classes. The problem I'm having with it though is giving players already enchanted Tools/Armour/Weapons.
I'm not sure if you can use the /give [player] [item] [amount] because you'll have to use the whole {} thing and I'm not sure how to make enchanted Tools/Armour/Weapons using that.
Can anyone help?
Question from user FireStrike289 at gaming.stackexchange.com.
Answer:
This answer is for 1.12 or before. Refer to this answer by pppery for 1.13 to 1.20.
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).
/give @p diamond_sword 1 0 {ench:[{id:17,lvl:2},{id:19,lvl:30}]}.
This is the general command:.
/give @p
You put all enchantment tags between [ ], each with both id and lvl tags wrapped together by curly braces { }.
You can also add in the clear inventory command to ensure they don't get kits twice.
/clear @p.
Remember the highest level for the enchantment is level 32767.
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. For example, you can do the command stated above to give you enchanted blocks. But, enchantments will NOT affect how the thing works normally. For example, enchanting Thorns on a dirt block will not hurt players when they come into contact with the enchanted block.
Answer from user 54D at gaming.stackexchange.com.
I'm making a map where I want players to be able to choose there kits/classes. The problem I'm having with it though is giving players already enchanted Tools/Armour/Weapons.
I'm not sure if you can use the /give [player] [item] [amount] because you'll have to use the whole {} thing and I'm not sure how to make enchanted Tools/Armour/Weapons using that.
Can anyone help?
Question from user FireStrike289 at gaming.stackexchange.com.
Answer:
This answer is for 1.12 or before. Refer to this answer by pppery for 1.13 to 1.20.
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).
/give @p diamond_sword 1 0 {ench:[{id:17,lvl:2},{id:19,lvl:30}]}.
This is the general command:.
/give @p
You put all enchantment tags between [ ], each with both id and lvl tags wrapped together by curly braces { }.
You can also add in the clear inventory command to ensure they don't get kits twice.
/clear @p.
Remember the highest level for the enchantment is level 32767.
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. For example, you can do the command stated above to give you enchanted blocks. But, enchantments will NOT affect how the thing works normally. For example, enchanting Thorns on a dirt block will not hurt players when they come into contact with the enchanted block.
Answer from user 54D at gaming.stackexchange.com.
How do I sell off the junk in my ship for good?
Does Lore Bard get good at later levels?
Do BG fans feel threatened by Bethesda's Starfield?
setworldspawn is not spawning players to the exact place
In Cookie Clicker how can I make profit from stocks?
In Lucky Luna, how many gems do I lose when I die?
Neds Island weapon slots and backpack SDU in DLC
Can you keep a piglin from turning into a zombified-piglin in the overworld?
Dark Souls 3, How do I kill the Abyss Watchers?
How to setup Xbox Series S|X for a family?


