Go to file
Pawel Lesiak e9a8fefb39 Fix pom 2022-01-31 19:59:33 +01:00
resources Update 3.1 2021-06-15 20:54:19 +02:00
src/com/dre/brewery Updated to Slimefun RC-27 2021-09-06 20:08:56 +02: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
LICENSE Added License 2021-06-15 01:40:12 +02:00
README.md Update 3.1 2021-06-15 20:54:19 +02:00
pom.xml Fix pom 2022-01-31 19:59:33 +01:00

README.md

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

Maven

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

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

For older maven releases see here

License

This Project is licensed under GPLv3