Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-05 07:40:16 +01:00
d6b5b5dc3e
PS has long been dead, so moving it away removes unnecessary complexity/the extra module. The additional code when getting the protocol version was long dead as well, since all connections are injected.
12 Zeilen
309 B
Plaintext
12 Zeilen
309 B
Plaintext
dependencies {
|
|
implementation(projects.viaversionBukkitLegacy)
|
|
compileOnlyApi(projects.viaversionCommon)
|
|
compileOnly(libs.paper) {
|
|
exclude("junit", "junit")
|
|
exclude("com.google.code.gson", "gson")
|
|
exclude("javax.persistence", "persistence-api")
|
|
}
|
|
}
|
|
|
|
publishShadowJar()
|