SkillAgentSearch skills...

Arcade

Arcade is a server-side Minecraft api made in Kotlin, providing a wide array of functionality primarily aimed at server-sided minigame development.

Install / Use

/learn @CasualChampionships/Arcade
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<img src="./src/main/resources/assets/icon.png" align="center" width="64px"/> 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

Boundaries

Commands

Datagen

Dimensions

Events

Extensions

Guis

Items

Minigames

Nametags

NPCs

Replay

Resource Packs

Resource Pack Hosting

Scheduling

Utilities

Virtual Entities

Visuals

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(implementation("net.casualchampionships:arcade:0.9.0-beta.15+26.1")!!)
}
View on GitHub
GitHub Stars15
CategoryDevelopment
Updated3d ago
Forks5

Languages

Kotlin

Security Score

95/100

Audited on Mar 26, 2026

No findings