Update README.md

This commit is contained in:
Sn0wStorm 2020-04-09 12:09:35 +02:00 committed by GitHub
parent e847672b81
commit 0dd03133dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1 +1,26 @@
[![Build Status](https://travis-ci.org/DieReicheErethons/Brewery.png?branch=master)](https://travis-ci.org/DieReicheErethons/Brewery)
### 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>
<version>2.1</version>
<scope>provided</scope>
</dependency>
```