Skip to content
[/craft]

Slowness Effect Command

Copy the /effect command for Slowness 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:slowness 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:slowness 1000000 0
Bedrock/effect @p slowness 9999 0

Slowness II (Amplifier 1)

Amplifier is 0-indexed in commands: amplifier 0 = Level I, amplifier 1 = Level II.

Java/effect give @p minecraft:slowness 1000000 1
Bedrock/effect @p slowness 9999 1

Clear Slowness

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

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

What Slowness does in-game

Reduces your movement speed. Often used to restrict players in mini-games or punish trespassers via tripwire traps.

Frequently asked questions

What does Slowness do in Minecraft?
Reduces your movement speed. Often used to restrict players in mini-games or punish trespassers via tripwire traps.
How long does Slowness 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 Slowness 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 →