Go to file
Sn0wStorm e0de12b995 Enable JavaDoc generation in pom 2020-11-28 20:48:00 +01:00
resources Push Version to 3.0 2020-11-28 12:11:59 +01:00
src/com/dre/brewery Enable JavaDoc generation in pom 2020-11-28 20:48:00 +01:00
test/com/dre/brewery Moved some test code, optimized Distiller 2019-11-25 20:28:08 +01:00
.editorconfig Fix older Builds of WorldGuard 7.0 2019-01-17 12:30:12 +01:00
.gitignore Fix older Builds of WorldGuard 7.0 2019-01-17 12:30:12 +01:00
.travis.yml Create .travis.yml 2014-02-13 21:09:58 +00:00
README.md Push Version to 3.0 2020-11-28 12:11:59 +01:00
pom.xml Enable JavaDoc generation in pom 2020-11-28 20:48:00 +01:00

README.md

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

Build Status


Find the Project Page on Spigot or Bukkit

Also see Wiki | Releases | Changelog | Commits

Maven

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

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

For older maven releases see here