Installation

Add only what your plugin needs.

Use the Quantum BOM to align modules, then select the core library and runtime adapter for your platform.

Dependency setup

These coordinates target Quantum 0.1.0-alpha. The Crown Maven repository is coming soon.

build.gradle.ktskotlin
repositories {    mavenCentral()    // Crown Maven repository: Coming Soon}dependencies {    implementation(platform("dev.crown.quantum:quantum-bom:0.1.0-alpha"))    implementation("dev.crown.quantum:quantum-gui-core")    implementation("dev.crown.quantum:quantum-gui-paper")}
Source checkout

Until a release repository is configured, publish the source checkout to Maven Local and include mavenLocal() in development builds.

Release details

Quantum 0.1.0-alpha

GitHubgithub.com/QuantumMCDevelopmentSource organization
Discorddiscord.gg/H8JuYQRfPRCommunity
Official websitequantum.vaeloriamc.netProject home
Maven repositoryComing SoonPackage publishing
Current version0.1.0-alphaBOM and module coordinates
LicenseMITProject license
Release downloadsComing SoonChangelog release entries
Compatibility matrixComing SoonVerified platform and version table

Maven publishing, release downloads, and the verified compatibility matrix are coming soon.