mirror of
https://github.com/DieReicheErethons/Brewery.git
synced 2024-11-15 10:25:15 +01:00
51 lines
1.6 KiB
Markdown
51 lines
1.6 KiB
Markdown
# BreweryX
|
|
### This is a fork of the original Brewery plugin to add features and give support to Brewery
|
|
|
|
Need help, have a feature request, or found a bug? Join the discord [here](https://discord.gg/aV5Am7uxWr)!
|
|
|
|
|
|
|
|
|
|
# Old ReadME:
|
|
|
|
### Brewery is a Minecraft-Plugin for an alternate brewing process, including alcoholic Potions.
|
|
|
|
[![Build Status](https://github.com/DieReicheErethons/Brewery/actions/workflows/maven.yml/badge.svg)](https://github.com/DieReicheErethons/Brewery/actions/workflows/maven.yml)
|
|
![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)
|
|
|
|
***
|
|
|
|
#### 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)
|
|
|
|
|
|
***
|
|
|
|
### JavaDocs
|
|
|
|
[JavaDocs on Jitpack](https://javadoc.jitpack.io/com/github/DieReicheErethons/Brewery/3.1.1/javadoc/index.html) (Old, new ones coming soon + wiki)
|
|
|
|
### Maven
|
|
|
|
```XML
|
|
<repository>
|
|
<id>jitpack.io</id>
|
|
<url>https://jitpack.io</url>
|
|
</repository>
|
|
|
|
<dependency>
|
|
<groupId>com.github.DieReicheErethons</groupId>
|
|
<artifactId>Brewery</artifactId>
|
|
<version>3.1.1</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
```
|
|
|
|
|
|
|
|
### License
|
|
|
|
This Project is licensed under GPLv3
|