Shield Give Command
Copy the /give command for Shield in Minecraft Java 26.2 and Bedrock 26.32. Grab the default command below, or use the builder to add enchantments and options.
Default command
Java
/give @p minecraft:shield 1Bedrock
/give @p shield 1Full stack (×64)
Java
/give @p minecraft:shield 64Bedrock
/give @p shield 64Enchanted (Protection IV, Mending)
Java
/give @p minecraft:shield[enchantments={protection:4,unbreaking:3,mending:1}] 1Bedrock: give the item first, then hold it and run /enchant @p protection 4.
Customize in the builder
JavaSwitch edition using the selector in the header.
shield
Frequently asked questions
- How do I give myself Shield in Minecraft?
- Enable cheats (or use OP on a server), open chat with T or /, paste /give @p minecraft:shield 1 and press Enter. The item appears in your inventory immediately.
- Does the Shield give command work on Bedrock Edition?
- Yes — use /give @p shield 1. Bedrock omits the "minecraft:" namespace prefix. Enchantments must be added separately with /enchant after giving the item.
- Can I give Shield to another player?
- Replace @p with the player's username or @a (all players). For example: /give PlayerName minecraft:shield 1.