mirror of
https://github.com/DieReicheErethons/Brewery.git
synced 2024-11-13 10:14:08 +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
Maven
<repository>
<id>brewery-repo</id>
<url>https://zebradrive.de/maven/</url>
</repository>
<dependency>
<groupId>com.de</groupId>
<artifactId>Brewery</artifactId>
<version>2.1.1</version>
<scope>provided</scope>
</dependency>