feat: setup command, help book updates, and db migration

This commit is contained in:
2026-02-04 20:52:49 -05:00
parent e5bc3d1f14
commit 9eecc99f56
8 changed files with 372 additions and 122 deletions

View File

@@ -9,10 +9,11 @@ description = "deterministic item-for-item chest barter"
repositories {
mavenCentral()
maven("https://repo.papermc.io/repository/maven-public/")
maven("https://repo.papermc.io/repository/maven-snapshots/")
}
dependencies {
compileOnly("io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT")
compileOnly("io.papermc.paper:paper-api:1.21.8-R0.1-SNAPSHOT")
implementation("org.xerial:sqlite-jdbc:3.47.1.0")
}