Ominous Bottle Give Command Generator — Bad Omen Levels I-V (Java Edition)
Uses modern Minecraft item component syntax (1.20.5+). On older versions these need the legacy NBT tag format instead.
How to Use the Ominous Bottle Generator
- Pick a target selector (defaults to
@p, the nearest player). - Choose the amplifier level (I through V).
- Copy the generated
/givecommand.
Syntax Reference
An ominous bottle carries an ominous_bottle_amplifier item component, a plain integer from 0 to 4 representing Bad Omen levels I through V:
/give @p minecraft:ominous_bottle[ominous_bottle_amplifier=3]
The amplifier is zero-indexed: 0 is Bad Omen I, 1 is II, 2 is III, 3 is IV, and 4 is V – the maximum. Drinking the bottle applies Bad Omen at that exact level to the player and consumes the item (it’s a one-time-use glass bottle, similar in feel to a potion but themed around ominous trial-related content).
Frequently Asked Questions
Where does an ominous bottle normally come from in survival?
It drops from defeating the Ominous Trial Spawner variant found in Trial Chambers when that spawner is active under the effect of Bad Omen – killing all the mobs it spawns while the area is “ominous” rewards the bottle at a random amplifier level, rather than letting you pick the exact level like this generator does.
What does drinking an ominous bottle actually trigger?
It applies the Bad Omen status effect at the chosen level to the player. If that player then enters a village, it can trigger a Raid, and if they enter a Trial Chamber area with an Ominous Trial Spawner, that spawner activates in its harder “ominous” mode, spawning tougher mob waves for better loot.
Is Bad Omen from an ominous bottle any different from Bad Omen gained from a Pillager?
No – mechanically it’s the same status effect regardless of source (drinking a bottle vs. killing a Pillager Patrol captain), just the delivery method differs. The amplifier level determines raid difficulty / wave count the same way in both cases.
Does the amplifier level affect how strong the resulting raid or ominous trial is?
Yes – a higher Bad Omen amplifier generally means tougher raid waves (more raiders, potentially harder unit types) when triggered in a village, and correspondingly harder mob spawns from an Ominous Trial Spawner, so level V produces a noticeably harder challenge than level I.
Related Tools
- Give Command Generator – the full item builder, including all 16 special-item tabs.
- Effect Command Generator – apply Bad Omen (or any effect) directly without needing the bottle item.
- Pillager Summon Generator – spawn a raid-related mob directly.