https://github.com/rsmeowry/flare
https://github.com/rsmeowry/flare
minecraft minecraft-plugin paper-library paper-plugin
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rsmeowry/flare
- Owner: rsmeowry
- Created: 2023-03-30T15:10:01.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-21T07:12:14.000Z (almost 3 years ago)
- Last Synced: 2024-12-06T00:16:51.134Z (over 1 year ago)
- Topics: minecraft, minecraft-plugin, paper-library, paper-plugin
- Language: Java
- Homepage: https://flare.maxus.space
- Size: 7.6 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flare UI
[](https://github.com/Maxuss/Flare/actions/workflows/gradle-build.yml)
[](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")
```