Skip to content

Project Setup

INFO

Minestom (and, by extension, Flowstom) needs Java 21 or newer in order to run. If you are using Gradle, you must use version 8.5 or higher.

Adding Flowstom to your Java project is done just like Minestom and is a drop-in replacement for it (as in, you can just replace the dependency while keeping your code the same).

Repositories

groovy
repositories {
    mavenCentral()
}

Dependencies

groovy
dependencies {
    implementation 'net.flowstom:flowstom:<--version-->'
}

You can see available versions here.

PR branches are also published and can be used as per the instructions in the Minestom Discord server.