Update game states & world management

This commit is contained in:
Laurin
2025-12-06 05:41:42 +01:00
parent 2c10e3e7fd
commit 590318772f
14 changed files with 1105 additions and 362 deletions

View File

@@ -17,6 +17,7 @@ repositories {
maven("https://oss.sonatype.org/content/repositories/snapshots/")
maven("https://libraries.minecraft.net/")
maven("https://repo.codemc.io/repository/maven-public/")
maven("https://repo.lunarclient.dev")
maven {
url = uri("https://maven.pkg.github.com/McScrims-Network/Main-CoreSystem")
@@ -37,6 +38,11 @@ dependencies {
compileOnly("net.luckperms:api:5.4")
compileOnly("com.lunarclient:apollo-api:1.2.0")
compileOnly("com.lunarclient:apollo-extra-adventure4:1.2.0")
compileOnly("org.popcraft:chunky-common:1.3.38")
implementation("club.mcscrims:core:1.4.2")
implementation("club.mcscrims:spigot:1.4.2")