Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
Platforms
Links
Tags
Creators
Details
Licensed ARR
Published 16 hours ago
Updated last month

A lightweight Paper, Spigot, and Folia plugin designed to customize brewing stand speeds on Minecraft servers.
Features
- Folia Multi-Threading Support: 100% compatible with Folia region threading without thread safety issues or crashes.
- Configurable Speed: Custom brewing speeds from instant (1 tick) to custom tick rates.
- Per-World Filtering: Restrict fast brewing to specific worlds.
Installation
- Download
FastBrewing-1.0.0.jar - Drop the
.jarinto your server'splugins/directory. - Restart your server.
Commands
| Command | Permission | Description |
|---|---|---|
/fastbrewing reload |
fastbrewing.admin |
Reloads config.yml settings instantly. |
Config
FastBrewing Configuration
Global toggle for the plugin feature
enabled: true
Instant brewing mode (1 tick / 0.05s). Overrides brew-time-ticks when true.
instant-brewing: false
Custom brewing duration in ticks (20 ticks = 1 second). Vanilla is 400 ticks (20 seconds).
brew-time-ticks: 20
List of worlds where fast brewing is enabled. Use "*" for all worlds.
allowed-worlds:
- "*"
enabled(boolean): Toggles fast brewing on (true) or off (false). Default:true.instant-brewing(boolean): If set totrue, potions finish brewing instantly in 1 tick (0.05 seconds). Default:false.brew-time-ticks(integer): Defines the custom brewing duration in Minecraft ticks. For example,20sets brewing speed to 1 second,100sets it to 5 seconds. Default:20.allowed-worlds(list of strings): Specifies which worlds permit fast brewing. Example:["world", "world_nether"]or["*"]for global activation.


