
InstantBrew is a lightweight Paper / Spigot / Folia plugin that lets you control how fast brewing stands brew on your server. You can set how long each brew takes.
Lightweight control over brewing stands: how fast potions brew, optional infinite blaze-powder fuel, and smarter shift-clicking for blaze powder. Config hot-reloads—no server restart.
InstantBrew runs on Paper, Spigot, and Folia (Minecraft 1.21+). Tune brew-delay-ticks from instant to any delay you want, optionally stop blaze powder from being consumed while keeping the fuel bar full, and choose whether shift-click places blaze powder in the ingredient slot. Use /instantbrew reload after editing config.yml.

With the default near-instant delay, potions finish as soon as you add an ingredient. Enable blaze-powder-infinite so the fuel bar stays full and blaze powder is not consumed.
Set brew-delay-ticks for a slower brew (e.g. 20 = 1 second, 200 = 10 seconds). The brewing arrow animates over that time before potions complete.
0 ≈ instant, 20 = 1 second)/instantbrew reload applies config without restartingInstantBrew-1.0.0.jar in your server’s plugins folder (use the shadow JAR from Building—it bundles bStats).plugins/InstantBrew/config.yml is created./instantbrew reload.| Command | Permission | Description |
|---|---|---|
/instantbrew |
— | Shows usage |
/instantbrew reload |
instantbrew.reload |
Reloads the config |
| Permission | Default | Description |
|---|---|---|
instantbrew.reload |
op | Reload config with /instantbrew reload |
All options are in plugins/InstantBrew/config.yml:
| Option | Description |
|---|---|
brew-delay-ticks |
Time until brewing finishes. 20 ticks = 1 second. 0 = near-instant. |
blaze-powder-infinite |
If true, fuel does not drain and blaze powder is not consumed. |
blaze-powder-shift-click-to-ingredient |
If true, shift-clicking blaze powder moves it to the ingredient slot. |
Example:
brew-delay-ticks: 0
blaze-powder-infinite: false
blaze-powder-shift-click-to-ingredient: false