Go to file
2024-02-08 23:30:10 -05:00
.github/workflows fix github build 2023-10-30 20:58:29 +01:00
resources fix bugs, reformat AddonLoggers, and add kotlin as a standard library 2024-02-03 11:08:45 -05:00
src/com/dre/brewery 3.1.6 reloadable addons 2024-02-08 23:30:10 -05:00
test/com/dre/brewery multi-puke items, rename main class 2024-01-14 13:14:03 -05:00
.editorconfig Fix older Builds of WorldGuard 7.0 2019-01-17 12:30:12 +01:00
.gitignore multi-puke items, rename main class 2024-01-14 13:14:03 -05:00
.travis.yml Create .travis.yml 2014-02-13 21:09:58 +00:00
LICENSE Added License 2021-06-15 01:40:12 +02:00
pom.xml 3.1.6 reloadable addons 2024-02-08 23:30:10 -05:00
README.md Update README.md 2024-01-27 06:18:25 -05:00

BreweryX

This is a fork of the original Brewery plugin to add features and give support to Brewery

Need help, have a feature request, or found a bug? Join the discord here!

Old ReadME:

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

Build Status License: GPLv3 Releases


Find the Project Page on Spigot or Bukkit

Also see Wiki | Releases | Changelog | Commits


JavaDocs

JavaDocs on Jitpack (Old, new ones coming soon + wiki)

Maven

<repository>
   <id>jitpack.io</id>
   <url>https://jitpack.io</url>
</repository>

<dependency>
   <groupId>com.github.DieReicheErethons</groupId>
   <artifactId>Brewery</artifactId>
   <version>3.1.1</version>
   <scope>provided</scope>
</dependency>

License

This Project is licensed under GPLv3