cool stuff

This commit is contained in:
biglyderv 2025-02-07 11:20:44 -05:00
parent 2769fbac42
commit 2386ea44a2
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5
4 changed files with 71 additions and 16 deletions

View file

@ -27,6 +27,7 @@ dependencies {
// This dependency is used by the application.
implementation(libs.guava)
implementation("org.json:json:20090211")
compileOnly("io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT")
}