mirror of
https://github.com/DieReicheErethons/Brewery.git
synced 2024-11-14 10:15:38 +01:00
resources | ||
src/com/dre/brewery | ||
test/com/dre/brewery | ||
.editorconfig | ||
.gitignore | ||
.travis.yml | ||
pom.xml | ||
README.md |
Brewery is a Minecraft-Plugin for an alternate brewing process, including alcoholic Potions.
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