Updated a lot

This commit is contained in:
TheTelly1
2023-08-04 12:17:58 -05:00
parent 6fd3572953
commit cc553718cc
24 changed files with 611 additions and 826 deletions

View File

@@ -18,7 +18,8 @@ repositories {
}
dependencies {
compileOnly "org.spigotmc:spigot-api:${project.mc_version}-R0.1-SNAPSHOT"
compileOnly "org.spigotmc:spigot-api:1.19.4-R0.1-SNAPSHOT"
implementation 'com.google.code.gson:gson:2.10.1'
}
def targetJavaVersion = 16