Set Console Command for Block
effect clear @p
@s = self · @p = nearest player · @a = all players · @e = all entities
Previous Output
-Beginner · 1 block
Press a button to remove every status effect from the nearest player, useful at a stage exit or testing area.
What you need
Expected result
All status effects are removed from the nearest player.
Configure one block at a time
The copy button copies only Command Input. Choose every other value in the Command Block screen.
Place a button on the Command Block and have the player stand nearby before using it.
effect clear @p
@s = self · @p = nearest player · @a = all players · @e = all entities
-If it does not work