Added a litebans webhook (uncomplete)

This commit is contained in:
trouper
2023-08-22 05:50:59 -05:00
parent f678879f65
commit 5c4a59c975
6 changed files with 522 additions and 0 deletions

View File

@@ -15,10 +15,15 @@ repositories {
name = "sonatype"
url = "https://oss.sonatype.org/content/groups/public/"
}
maven {
name = "jitpack"
url = "https://jitpack.io"
}
}
dependencies {
compileOnly "org.spigotmc:spigot-api:1.19.4-R0.1-SNAPSHOT"
compileOnly "com.gitlab.ruany:LiteBansAPI:0.4.1"
}
def targetJavaVersion = 16