Harmful effects

Bad Luck

Bad Luck is recorded as a harmful status effect in the current Java and Bedrock Edition datasets.

Bad Luck — representative authorized Minecraft assetBad Luck
Image source: Minecraft Wiki
Effect ID
minecraft:bad_luck
Edition
Java & Bedrock
Java numeric ID
26
Bedrock numeric ID
27
Type
bad
Category
Harmful effects

How the effect is applied

Bad Luck is classified as a bad effect. Duration, amplifier behavior, particles and sources depend on the command, potion, beacon, mob or game event that applies it.

Command

/effect give @p minecraft:bad_luck 60 0
/effect give
Applies a status effect to a target.
@p
The nearest player to where the command runs.
minecraft:bad_luck
The namespaced identifier for Bad Luck.
60
The duration in seconds.
0
The zero-based amplifier; 0 means effect level I.

This example applies level I for 60 seconds. Instant effects and non-command sources can behave differently.

Related content