Brewery/README.md

27 lines
858 B
Markdown
Raw Normal View History

2020-04-09 12:09:35 +02:00
### Brewery is a Minecraft-Plugin for an alternate brewing process, including alcoholic Potions.
[![Build Status](https://travis-ci.org/DieReicheErethons/Brewery.png?branch=master)](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)
### Maven
```XML
<repository>
<id>brewery-repo</id>
<url>https://zebradrive.de/maven/</url>
</repository>
<dependency>
<groupId>com.de</groupId>
<artifactId>Brewery</artifactId>
2020-10-31 16:21:47 +01:00
<version>2.1.2</version>
2020-04-09 12:09:35 +02:00
<scope>provided</scope>
</dependency>
```