How to /give a player a named item with Level 10 enchants in Pocket/Bedrock Edition? [duplicate]

How to /give a player a named item with Level 10 enchants in Pocket/Bedrock Edition? [duplicate] - Positive ethnic male friends standing with soccer ball in park

I’m building a multiplayer hide-and-seek map, and I want to give seekers an instant-kill weapon named “Boop Stick” (don’t ask).

/give @p leather_boots 1 0 {display:{Name:"Boop Stick",Lore:["Boop! You're dead."]},ench:[{sharpness:10}{knockback:10}]}

a screenshot of code in a MCPE command block.

(note that I’m using a placeholder item in the image)

I keep getting errors like this:

Line 1, Column 2
Missing '}' or object member name

a screenshot of a MCPE error message

How do I fix this in a compact manner (ie easy to hide the command blocks)?



Best Answer

I've also noticed a problem similar to this when I was trying to do commands to give sticks, wooden pickaxes, and shovels sharpness and knock-back enchantments.

It seems like there's a either a glitch or a parity issue where unlike Java Edition, Bedrock Edition has a set specific limit on the kinds of enchantments that are allowed for certain items (for ex: pickaxes are allowed to have efficiency and fortunate, the intended enchantments, but they aren't allowed to have sharpness or knock-back, the types of enchantments that Bedrock Edition decided would be exclusively for weapon-type tools), and if you try to force the enchantments that aren't allowed for a certain item, then you'll just get an error.

It looks like you're trying to give leather boots a sharpness enchantment which isn't allowed in Bedrock Edition.




Pictures about "How to /give a player a named item with Level 10 enchants in Pocket/Bedrock Edition? [duplicate]"

How to /give a player a named item with Level 10 enchants in Pocket/Bedrock Edition? [duplicate] - Ground level of cheerful woman and crop curler with curling brooms sweeping ice sheet in front of rock during training on rink
How to /give a player a named item with Level 10 enchants in Pocket/Bedrock Edition? [duplicate] - Sportsman with broom stick walking on ice rink
How to /give a player a named item with Level 10 enchants in Pocket/Bedrock Edition? [duplicate] - A Shuttlecock on the Badminton Court



What is the command to get level 1000 enchantments in Minecraft PE?

3, there is no way you can use the /give command to give already enchanted items as you can't edit the NBT tag. However, you could connect the button to multiple command blocks. One of them would say /give @p diamond_sword . The other ones would say /enchant @p smite 2 and /enchant @p knockback 2 .

How do you use the give command to give enchanted items bedrock edition?

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 To Give Named and Enchanted Items In Bedrock Edition




More answers regarding how to /give a player a named item with Level 10 enchants in Pocket/Bedrock Edition? [duplicate]

Answer 2

I don't think you can, but you can "give" a named/enchanted item by cloning a chest that has the item you want. Store the chest in a safe place and then clone it somewhere nearby the player you wish to give it to.

Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.

Images: Armin Rimoldi, SHVETS production, SHVETS production, SHVETS production