Free browser tool

Minecraft Effect Command Generator

Build a Java Edition /effect command: pick any of the 40 status effects, set duration, amplifier level, and particles, then copy the give and clear commands.

Effect data: Java Edition 26.2 · 40 effects

Build Your /effect Command

Give command /effect give @p minecraft:speed 60 1
Clear command /effect clear @p minecraft:speed

How the /effect Command Works

The basic syntax is /effect give <target> <effect> [seconds] [amplifier] [hideParticles]. The amplifier is zero-based: 0 is level I, 1 is level II, 4 is level V. Remove an effect with /effect clear <target> <effect>, or all effects with /effect clear <target>.

Examples

/effect give @p minecraft:speed 60 1

Speed II for 60 seconds on the nearest player.

/effect give @a minecraft:strength infinite 1 true

Strength II with hidden particles, infinite, for everyone (infinite needs 1.19.4+).

Browse every effect on the Minecraft Effect ID list, or pair effects with potions from the Potion ID page.

Minecraft Effect Command Generator FAQ

How do I give level 2 of an effect?

Set the amplifier to 1. The amplifier is zero-based: 0 gives level I, 1 gives level II, and so on up to 255.

How do I remove an effect?

Use /effect clear <target> <effect> to remove one effect, or /effect clear <target> to remove all of them. This page generates the clear command for you alongside the give command.

What does hideParticles do?

The last true/false flag hides the swirling particle effect around the player. The effect still works normally — useful for clean cutscenes and maps.

Related Tools