Arcade is a server-side Minecraft api made in Kotlin, providing a wide array of functionality primarily aimed at server-sided minigame development.
Arcade has been broken down into separate modules, the documentation for each can be found below:
If you are developing minigames using arcade, you will want to include
all the modules, you can do this by adding the following to your
build.gradle.kts
.
repositories {
maven("https://maven.supersanta.me/snapshots")
}
dependencies {
include(modImplementation("net.casual-championships:arcade:0.3.1-alpha.16+1.21.3")!!)
}