Skip to content

Maxuss/Flare

Repository files navigation

Flare Logo

Flare UI

Gradle Build Docs Publish

A reactive Spigot Inventory UI library.

⚠️ This library is still in development and is not suitable for production use

Usage

Flare is available on Maven Central. Replace VERSION with version number you can find in the GitHub releases.

Setup for maven:

<dependency>
    <groupId>space.maxus</groupId>
    <artifactId>flare</artifactId>
    <version>VERSION</version>
</dependency>

Setup for gradle:

implementation("space.maxus:flare:VERSION")