mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2025-01-09 19:48:37 +01:00
update deps, change splash text
This commit is contained in:
parent
99226f807e
commit
45f380c9dd
@ -60,9 +60,9 @@ dependencies {
|
||||
implementation(kotlin("stdlib-jdk8"))
|
||||
implementation(kotlin("reflect"))
|
||||
|
||||
val vvVer = "4.1.0-21w39a-SNAPSHOT"
|
||||
val vbVer = "4.1.0-21w38a-SNAPSHOT"
|
||||
val vrVer = "6484c61"
|
||||
val vvVer = "4.1.0-21w40a-SNAPSHOT"
|
||||
val vbVer = "4.1.0-21w40a-SNAPSHOT"
|
||||
val vrVer = "f591a29"
|
||||
implementation("com.viaversion:viaversion:$vvVer") { isTransitive = false }
|
||||
implementation("com.viaversion:viabackwards:$vbVer") { isTransitive = false }
|
||||
implementation("com.github.ViaVersion.ViaRewind:viarewind-all:$vrVer") { isTransitive = false }
|
||||
|
@ -56,13 +56,7 @@ private fun setupSystem() {
|
||||
}
|
||||
|
||||
private fun printSplash() {
|
||||
println(
|
||||
"""\\ // // //\\ => //|| //|| /=====/ PROXY
|
||||
| \\ // // // \\ // || // || //
|
||||
| \\ // // //====\\ //==|| //==|| \====\ ${AspirinServer.version}
|
||||
| \\ // // // \\ // || // || //
|
||||
|<= \\// // // \\ // || // || /====/""".trimMargin()
|
||||
)
|
||||
println("VIAaaS ${AspirinServer.version}")
|
||||
}
|
||||
|
||||
private fun initVia() {
|
||||
|
Loading…
Reference in New Issue
Block a user