Brewery/README.md

858 B

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.2</version>
   <scope>provided</scope>
</dependency>