Go to file
Sn0wStorm fe637b9572 Fix Sealing Table Shiftclick #401
& Updated Dependencies
2021-06-07 16:47:24 +02:00
resources Add Sensitivity and Recovery ranged permission 2021-04-12 20:20:52 +02:00
src/com/dre/brewery Fix Sealing Table Shiftclick #401 2021-06-07 16:47:24 +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
pom.xml Fix Sealing Table Shiftclick #401 2021-06-07 16:47:24 +02:00
README.md Fix Sealing Table Shiftclick #401 2021-06-07 16:47:24 +02:00

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

JavaDoc

https://javadoc.jitpack.io/com/github/DieReicheErethons/Brewery/-3166f8c81b-1/javadoc/index.html

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