Helpful Effect List

In Minecraft, you can give a player a status effect for a certain length of time that is helpful. 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 helpful 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
Conduit Power
(conduit_power)
29 1.13
Dolphin's Grace
(dolphins_grace)
30 1.13
Fire Resistance
(fire_resistance)
12
Haste
(haste)
3
Health Boost
(health_boost)
21
Hero of the Village
(hero_of_the_village)
32 1.14
Instant Health
(instant_health)
6
Invisibility
(invisibility)
14 1.4.2
Jump Boost
(jump_boost)
8 1.8
Luck
(luck)
26 1.9
Night Vision
(night_vision)
16 1.4.2
Regeneration
(regeneration)
10
Resistance
(resistance)
11
Saturation
(saturation)
23
Slow Falling
(slow_falling)
28 1.13
Speed
(speed)
1
Strength
(strength)
5
Water Breathing
(water_breathing)
13

Example of how to use a Helpful Effect

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

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

/effect DigMinecraft water_breathing 30 60

In this example, water_breathing 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 13 30 60

Both commands would result in DigMinecraft having the Water Breathing effect for 30 seconds.