Skip to content

Setting up Flare

Flare is available on Maven Central. Here are dependency notations for different build tools. Replace VERSION with current latest version (without v):
Latest Flare Version

<dependency>
    <groupId>space.maxus</groupId>
    <artifactId>flare</artifactId>
    <version>VERSION</version>    
</dependency>
implementation("space.maxus:flare:VERSION")
implementation 'space.maxus:flare:VERSION'

Include Flare in plugin.yml

Just add Flare as a dependency:

plugin.yml
depend: [Flare]

Currently, Spigot and Bukkit/CraftBukkit are not supported as platforms for Flare. You should use Paper or it's forks instead.

After that you are ready to use Flare!