A reactive Spigot Inventory UI library.
⚠️ This library is still in development and is not suitable for production use
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")