Skip to content
[/craft]

Fire Resistance Effect Command

Copy the /effect command for Fire Resistance in Minecraft Java 26.2 and Bedrock 26.32. Default, infinite-duration, amplifier variants, and the clear command are all below.

Infinite duration (Java)

Java/effect give @p minecraft:fire_resistance infinite

The infinite keyword was added in Java 1.19.4. Use the legacy form below for older versions.

Max-duration / legacy (Java)

Java/effect give @p minecraft:fire_resistance 1000000 0
Bedrock/effect @p fire_resistance 9999 0

Clear Fire Resistance

Java/effect clear @p minecraft:fire_resistance
Bedrock/effect @p fire_resistance 0

To clear all effects at once: /effect clear @p

What Fire Resistance does in-game

Makes you completely immune to fire, lava, and magma block damage. Duration-based — does not reduce explosion damage.

Frequently asked questions

What does Fire Resistance do in Minecraft?
Makes you completely immune to fire, lava, and magma block damage. Duration-based — does not reduce explosion damage.
How long does Fire Resistance last with the infinite command?
On Java Edition, the 'infinite' keyword makes the effect last until you manually clear it with /effect clear. On Bedrock, the maximum you can specify is 1,000,000 ticks (about 13.8 hours).
Does the Fire Resistance command work in Bedrock Edition?
Yes — use the Bedrock command shown above. Bedrock syntax omits the 'give' subcommand and 'minecraft:' namespace prefix, and does not support the 'infinite' keyword.
Browse all Effect commands →/effect builder →Java vs Bedrock guide →