Give Diamond Boots with Protection IV Command
Copy the /give command for a Diamond Boots enchanted with Protection IV in Minecraft Java 26.2 and Bedrock 26.32.
Protection IV — Java command
Java
/give @p minecraft:diamond_boots[enchantments={protection:4}] 1Bedrock
On Bedrock Edition, give the item first, then hold it and run:
Bedrock
/enchant @p protection 4Note: /enchant requires holding a compatible item and cannot exceed the enchantment's normal max level.
All levels
Protection I
Java
/give @p minecraft:diamond_boots[enchantments={protection:1}] 1Protection II
Java
/give @p minecraft:diamond_boots[enchantments={protection:2}] 1Protection III
Java
/give @p minecraft:diamond_boots[enchantments={protection:3}] 1Protection IV
Java
/give @p minecraft:diamond_boots[enchantments={protection:4}] 1Customize in the builder
JavaSwitch edition using the selector in the header.
diamond bootsprotection 4
Frequently asked questions
- How do I get a Diamond Boots with Protection in Minecraft?
- Enable cheats or use OP, open chat with T or /, and paste the command above. The Diamond Boots with Protection IV appears in your inventory immediately. On Bedrock, give the item first then use /enchant while holding it.
- Can I combine Protection with other enchantments using /give?
- Yes — on Java Edition you can stack multiple enchantments in a single /give command using the flat syntax: /give @p minecraft:diamond_boots[enchantments={protection:4,unbreaking:3,mending:1}] 1
- What is the maximum level of Protection?
- The maximum level is Protection IV (level 4). In /give commands you can set any integer, but levels above 4 don't increase the effect beyond vanilla maximums in most cases.