Remove One Effect
Clear a specific effect without clearing all effects
✅ Verified for Java 26.2 · Bedrock 26.32 — checked June 2026Clears a single specific effect (Poison in this example) from an entity, leaving other effects intact. Swap 'poison' for any effect id you want gone. This is distinct from clear-all-effects, which strips every active effect at once.
/effect clear @s minecraft:poison33 characters
- Java: yes
- Bedrock: yes
- Command block: yes
- Needs cheats / OP: yes
How to use
- Open chat (T on Java, / on Bedrock).
- Paste the command (replace 'poison' with the effect you want to remove) and press Enter.
- The specified effect is removed from you.
Related commands
Jump much higher than normal
/effect give @p jump_boost infinite 4 trueFall slowly and take no fall damage
/effect give @p slow_falling infinite 0 trueMake yourself or others glow through walls
/effect give @p glowing infinite 0 trueFloat upward like you were hit by a shulker
/effect give @p levitation 10 0 true