Automated publishing of experimental Minestom scaffold releases for the latest Minecraft snapshots.
Add the Nightstorm Maven repository:
repositories {
maven {
url = uri("https://nightstorm.flowstom.net/")
}
}Replace your Minestom dependency with:
dependencies {
implementation "net.flowstom:nightstorm:<version>"
}Kotlin DSL:
dependencies {
implementation("net.flowstom:nightstorm:<version>")
}Replace <version> with a version from the available releases, for example 2026.07.22-26.3-snapshot-5.