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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arcade

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:

Modules

Adding to dependencies

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.0-alpha.10+1.21.1")!!)
}

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

No packages published