Go to file
2020-04-12 18:06:03 +02:00
resources Added MC Barrel Permission #222 2020-04-08 13:52:54 +02:00
src/com/dre/brewery Fix Async Load Exception on 1.12 and lower 2020-04-12 18:06:03 +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 Version 2.1 & Config Updater 2020-04-08 13:12:33 +02:00
README.md Update README.md 2020-04-09 12:09:35 +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

Maven

<repository>
   <id>brewery-repo</id>
   <url>https://zebradrive.de/maven/</url>
</repository>

<dependency>
   <groupId>com.de</groupId>
   <artifactId>Brewery</artifactId>
   <version>2.1</version>
   <scope>provided</scope>
</dependency>