Skip to content

Arcade is a server-side Minecraft API written in Kotlin that provides many utilities to make server side modding much easier.

License

Notifications You must be signed in to change notification settings

CasualChampionships/arcade

Repository files navigation

Arcade

Arcade is a server-side api, primarily aimed at minigame development.

Arcade does a lot of the heavy lifting behind the scenes to make developing minigames much easier, having a wide range of features built-in.

Getting Started

To implement the API into your project, you can add the following to your build.gradle.kts

repositories {
    maven("https://jitpack.io")
}

dependencies {
    // For the most recent version, use the latest commit hash
    val arcadeVersion = "5275ccf13e"
    modImplementation("com.github.CasualChampionships:arcade:$arcadeVersion")
}

Documentation

About

Arcade is a server-side Minecraft API written in Kotlin that provides many utilities to make server side modding much easier.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages