Harmful Effect List

In Minecraft, you can give a player a status effect for a certain length of time that is harmful. Each effect has a name and ID value assigned to it. You can use these effect values in the /effect command.

Here is an interactive list of all harmful effects for the latest version of Minecraft Java Edition (PC/Mac) that can be searched.

(Enter a value in the field above to find effects in the table below)

Status Effect
(Minecraft ID Name)
ID Version
Bad Luck
(unluck)
27 1.9
Bad Omen
(bad_omen)
31 1.14
Blindness
(blindness)
15
Darkness
(darkness)
33 1.19
Glowing
(glowing)
24 1.9
Hunger
(hunger)
17
Instant Damage
(instant_damage)
7
Levitation
(levitation)
25 1.9
Mining Fatigue
(mining_fatigue)
4
Nausea
(nausea)
9
Poison
(poison)
19
Slowness
(slowness)
2
Weakness
(weakness)
18
Wither
(wither)
20

Example of how to use a Harmful Effect

You can give a player an effect (ie: potion effect) that is harmful by using the /effect command.

For example, you can use the /effect command to give the player DigMinecraft the effect called Mining Fatigue for 30 seconds:

/effect DigMinecraft mining_fatigue 30 60

In this example, mining_fatigue is the name of the effect, 30 is the number of seconds that the effect will last, and 60 is the amplifier.

You could also have used the ID value to add the effect:

/effect DigMinecraft 4 30 60

Both commands would result in DigMinecraft having the Mining Fatigue effect for 30 seconds.