minecraft effect list (java edition)

Minecraft Effect List (Java Edition)

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

TIP: If you are not running Minecraft Java Edition (PC/Mac), try one of our other versions:

Here is an interactive list of all 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
Absorption
(absorption)
22
Bad Luck
(unluck)
27 1.9
Bad Omen
(bad_omen)
31 1.14
Blindness
(blindness)
15
Conduit Power
(conduit_power)
29 1.13
Darkness
(darkness)
33 1.19
Dolphin's Grace
(dolphins_grace)
30 1.13
Fire Resistance
(fire_resistance)
12
Glowing
(glowing)
24 1.9
Haste
(haste)
3
Health Boost
(health_boost)
21
Hero of the Village
(hero_of_the_village)
32 1.14
Hunger
(hunger)
17
Instant Damage
(instant_damage)
7
Instant Health
(instant_health)
6
Invisibility
(invisibility)
14 1.4.2
Jump Boost
(jump_boost)
8 1.8
Levitation
(levitation)
25 1.9
Luck
(luck)
26 1.9
Mining Fatigue
(mining_fatigue)
4
Nausea
(nausea)
9
Night Vision
(night_vision)
16 1.4.2
Poison
(poison)
19
Regeneration
(regeneration)
10
Resistance
(resistance)
11
Saturation
(saturation)
23
Slow Falling
(slow_falling)
28 1.13
Slowness
(slowness)
2
Speed
(speed)
1
Strength
(strength)
5
Water Breathing
(water_breathing)
13
Weakness
(weakness)
18
Wither
(wither)
20

Example of how to use an Effect

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

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

/effect DigMinecraft fire_resistance 30 60

In this example, fire_resistance 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 12 30 60

Both commands would result in DigMinecraft having the Fire Resistance effect for 30 seconds.