An open API service indexing awesome lists of open source software.

https://github.com/rsmeowry/flare


https://github.com/rsmeowry/flare

minecraft minecraft-plugin paper-library paper-plugin

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          


Flare Logo

# Flare UI

[![Gradle Build](https://github.com/Maxuss/Flare/actions/workflows/gradle-build.yml/badge.svg)](https://github.com/Maxuss/Flare/actions/workflows/gradle-build.yml)
[![Docs Publish](https://github.com/Maxuss/Flare/actions/workflows/docs.yml/badge.svg)](https://github.com/Maxuss/Flare/actions/workflows/docs.yml)

A reactive Spigot Inventory UI library.

> :warning: **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:
```xml

space.maxus
flare
VERSION

```

Setup for gradle:

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