Added Spigot-side API

This commit is contained in:
ajgeiss0702
2023-05-27 18:14:28 -07:00
committed by ajgeiss0702
parent 36aad85d19
commit e26c9c0448
38 changed files with 1454 additions and 206 deletions
+1
View File
@@ -16,6 +16,7 @@ repositories {
dependencies {
implementation("net.kyori:adventure-api:4.13.1")
implementation("net.kyori:adventure-text-serializer-plain:4.13.1")
implementation("com.google.code.gson:gson:2.10.1")
compileOnly("com.google.guava:guava:30.1.1-jre")
compileOnly("us.ajg0702:ajUtils:1.2.10")