add support for getting protocol using viaversion's api

This commit is contained in:
ajgeiss0702
2022-01-14 00:11:26 -07:00
parent 59da488eaa
commit 5cb5370914
4 changed files with 40 additions and 0 deletions
+3
View File
@@ -9,6 +9,7 @@ repositories {
//mavenLocal()
maven { url = uri("https://repo.ajg0702.us") }
maven { url = uri("https://nexus.velocitypowered.com/repository/maven-public/") }
maven { url = uri("https://repo.viaversion.com/") }
mavenCentral()
}
@@ -24,6 +25,8 @@ dependencies {
implementation("net.kyori:adventure-platform-bungeecord:4.0.0")
compileOnly("net.kyori:adventure-text-serializer-plain:4.0.0-SNAPSHOT")
compileOnly("com.viaversion:viaversion-api:4.2.0-SNAPSHOT")
implementation("org.bstats:bstats-bungeecord:2.2.1")
implementation(project(":common"))