feat: add mc bot command

This commit is contained in:
2024-10-18 00:56:37 +08:00
parent b3c3e230bf
commit 28cf80c271
6 files changed
+148 -4

No files matched your search

+2
View File
@@ -15,6 +15,7 @@ version = fancyBotVersion
repositories {
mavenCentral()
mavenLocal()
maven("https://repo.opencollab.dev/main/")
maven("https://oss.sonatype.org/content/repositories/snapshots")
maven("https://repo.rtast.cn/api/v4/projects/33/packages/maven")
maven("https://repo.rtast.cn/api/v4/projects/19/packages/maven")
@@ -51,6 +52,7 @@ dependencies {
implementation(libs.slf4j.api)
implementation(libs.aws.s3.sdk)
implementation(libs.rconlib)
implementation("org.geysermc.mcprotocollib:protocol:1.21-SNAPSHOT")
}
tasks.build {