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.
Does anyone know how to get up these stairs in the Gryffindor common room? I’ve completed the entire story. Thanks!
Best strategy to catch Snorlax on Pokemon Fire Red?
Why would I change my realm layout in Genshin Impact?
Anyone else find slapping the daedalion keys nearly impossible?
Did anyone else hate Lae'zel as much as I did?
Is a horse actually faster than running?
Who do you think your character would be after graduating Hogwarts?
What are the equivalent PC keyboard keys and mouse buttons of the Xbox 360 game controller buttons shown on the screen?
Couldn't play at release,, I can finally commit. Pick my MC!



