Brewery/README.md

41 lines
1.4 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
2022-07-10 12:29:33 +02:00
[![Build Status](https://github.com/DieReicheErethons/Brewery/actions/workflows/maven.yml/badge.svg)](https://github.com/DieReicheErethons/Brewery/actions/workflows/maven.yml)
2021-06-15 01:40:12 +02:00
![License: GPLv3](https://img.shields.io/badge/license-GPLv3-blue)
[![Releases](https://img.shields.io/github/v/release/DieReicheErethons/Brewery)](https://github.com/DieReicheErethons/Brewery/releases/latest)
2020-04-09 12:09:35 +02:00
***
2021-06-15 16:45:41 +02:00
#### Find the Project Page on [Spigot](https://www.spigotmc.org/resources/brewery.3082/) or [Bukkit](https://dev.bukkit.org/projects/brewery)
2020-04-09 12:09:35 +02:00
2021-06-15 16:45:41 +02: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
2021-06-15 01:40:12 +02:00
***
### JavaDocs
2022-07-10 20:05:28 +02:00
[JavaDocs on Jitpack](https://javadoc.jitpack.io/com/github/DieReicheErethons/Brewery/3.1.1/javadoc/index.html)
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>
2022-07-10 20:05:28 +02:00
<version>3.1.1</version>
2020-04-09 12:09:35 +02:00
<scope>provided</scope>
</dependency>
```
2022-07-10 20:05:28 +02:00
2021-06-15 01:40:12 +02:00
### License
This Project is licensed under GPLv3