mirror of
https://github.com/exituser/Brewery.git
synced 2026-09-17 05:28:59 +00:00
32 lines
1.1 KiB
Markdown
32 lines
1.1 KiB
Markdown
### Brewery is a Minecraft-Plugin for an alternate brewing process, including alcoholic Potions.
|
|
|
|
[](https://travis-ci.org/DieReicheErethons/Brewery)
|
|
|
|
***
|
|
|
|
Find the Project Page on [Spigot](https://www.spigotmc.org/resources/brewery.3082/) or [Bukkit](https://dev.bukkit.org/projects/brewery)
|
|
|
|
Also see [Wiki](https://github.com/DieReicheErethons/Brewery/wiki) | [Releases](https://github.com/DieReicheErethons/Brewery/releases) | [Changelog](https://github.com/DieReicheErethons/Brewery/wiki/changelog) | [Commits](https://github.com/DieReicheErethons/Brewery/commits/master)
|
|
|
|
|
|
### JavaDoc
|
|
|
|
https://javadoc.jitpack.io/com/github/DieReicheErethons/Brewery/-3166f8c81b-1/javadoc/index.html
|
|
|
|
### Maven
|
|
|
|
```XML
|
|
<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](https://github.com/DieReicheErethons/Brewery/blob/v2.1.2/README.md)_
|