Skip to content
forked from Jsinco/BreweryX

An actively maintained, support given, and addon supported fork of Brewery with tons of extra features.

License

Notifications You must be signed in to change notification settings

EarthPol/BreweryX

 
 

Repository files navigation

BreweryX License: GPLv3 Releases

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

Brewery is a Plugin for an alternate brewing process, including alcoholic Potions.

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.


Original Brewery Features

  • 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

BreweryX features

  • 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.


API

Coming soon:

For Java developers, use any release jar locally or get any release from Jitpack

Maven

<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>

Gradle

repositories {
    maven { url 'https://jitpack.io' }
}

dependencies {
    implementation 'com.github.Jsinco:BreweryX:3.2.1'
}

License

This Project is licensed under GPLv3

About

An actively maintained, support given, and addon supported fork of Brewery with tons of extra features.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 72.6%
  • HTML 22.8%
  • JavaScript 4.6%