Brewery/README.md

28 lines
1.0 KiB
Markdown
Raw Normal View History

2020-11-28 12:11:59 +01:00
### Brewery is a Minecraft-Plugin for an alternate brewing process, including alcoholic Potions.
2020-04-09 12:09:35 +02:00
2020-11-28 12:11:59 +01:00
[![Build Status](https://travis-ci.org/DieReicheErethons/Brewery.png?branch=master)](https://travis-ci.org/DieReicheErethons/Brewery)
2020-04-09 12:09:35 +02:00
***
Find the Project Page on [Spigot](https://www.spigotmc.org/resources/brewery.3082/) or [Bukkit](https://dev.bukkit.org/projects/brewery)
2020-11-06 13:59:36 +01:00
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)
2020-04-09 12:09:35 +02:00
### Maven
```XML
<repository>
2020-11-24 12:48:43 +01:00
<id>jitpack.io</id>
<url>https://jitpack.io</url>
2020-04-09 12:09:35 +02:00
</repository>
<dependency>
2020-11-24 12:48:43 +01:00
<groupId>com.github.DieReicheErethons</groupId>
2020-04-09 12:09:35 +02:00
<artifactId>Brewery</artifactId>
2020-11-28 12:11:59 +01:00
<version>3.0</version>
2020-04-09 12:09:35 +02:00
<scope>provided</scope>
</dependency>
```
2020-11-24 12:48:43 +01:00
_For older maven releases see [here](https://github.com/DieReicheErethons/Brewery/blob/v2.1.2/README.md)_