BreweryX is an actively maintained fork of Brewery which includes many new features and gives support to the inactive plugin. Find more info below.
Important
BreweryX is based off of an over decade old plugin called Brewery. A lot of this code is old and awful to look at. If you see poorly written code, don't assume the worst because chances are, I didn't even write it. Thanks
Works with Spigot, Paper, and Folia from 1.21.1
to 1.8.x
!
The somewhat difficult brewing process rewards you with a diversity of Potions, which, through their effects, create a drunkenness that has never existed in Minecraft before.
- Brew alcoholic Drinks, that actually can make you drunk
- Drunk people will stagger, the chat is influenced, effects and more
- Wake up at /home after a long night of drinking
- Lower quality brewed drinks have downsides like hangover
- Process of brewing with different steps like fermenting, distilling, aging
- Refine the quality, until the Drinks are perfect
- Master the brewing of even the most difficult Drinks
- Create your own Recipes including ingredients, properties and creation process
- Configurable influence on the chat
- Customizable plugin prefix
- Full RGB support for 1.16+
- Multi-puke items
- Ability to specify custom ingredients by CustomModelData
- Addons! (Things like Recipes)
- Support for ItemsAdder & Oraxen items!
- Patches like this
- Support for Brewery and BreweryX in our discord
- Folia support
- PlaceholderAPI support
- And more!
Find more info on the Spigot page for this plugin.
Also see Legacy Wiki | Releases
- Depenizen support for Denizen Scripters
For Java developers, use any release jar locally or get any release from Jitpack
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<dependency>
<groupId>com.github.Jsinco</groupId>
<artifactId>BreweryX</artifactId>
<version>3.2.5</version>
<scope>provided</scope>
</dependency>
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.Jsinco:BreweryX:3.2.1'
}
This Project is licensed under GPLv3