mirror of
https://github.com/exituser/Brewery.git
synced 2026-09-17 04:19:01 +00:00
aab880e43722b754244226afb30e644d5a1337b2
Add StringParser to parse a String to other formats on the fly or on a predefined base. Rework Builder methods for server and player commands to allow quality. Add getServercmdsForQuality() and getPlayercmdsForQuality(). Rework loadQualityStringList() to accept the new StringParser. Add cmdParser and loreParser to the StringParser.
Brewery is a Minecraft-Plugin for an alternate brewing process, including alcoholic Potions.
Find the Project Page on Spigot or Bukkit
Also see Wiki | Releases | Changelog
Maven
<repository>
<id>brewery-repo</id>
<url>https://zebradrive.de/maven/</url>
</repository>
<dependency>
<groupId>com.de</groupId>
<artifactId>Brewery</artifactId>
<version>2.1.1</version>
<scope>provided</scope>
</dependency>
Languages
Java
100%
