Standalone proxy which allows players to join EVERY Minecraft server version (Classic, Alpha, Beta, Release, Bedrock)
Go to file
RaphiMC 886fbd9c5e Initial commit 2023-01-04 20:58:09 +01:00
.github Initial commit 2023-01-04 20:58:09 +01:00
gradle/wrapper Initial commit 2023-01-04 20:58:09 +01:00
src/main Initial commit 2023-01-04 20:58:09 +01:00
.gitattributes Initial commit 2023-01-04 20:58:09 +01:00
.gitignore Initial commit 2023-01-04 20:58:09 +01:00
LICENSE Initial commit 2023-01-04 00:09:15 +01:00
README.md Initial commit 2023-01-04 20:58:09 +01:00
build.gradle Initial commit 2023-01-04 20:58:09 +01:00
gradle.properties Initial commit 2023-01-04 20:58:09 +01:00
gradlew Initial commit 2023-01-04 20:58:09 +01:00
gradlew.bat Initial commit 2023-01-04 20:58:09 +01:00
settings.gradle Initial commit 2023-01-04 20:58:09 +01:00

README.md

ViaProxy

Standalone proxy which uses ViaVersion to translate between minecraft versions.

Supported Server versions

  • Classic (c0.0.15 - c0.30 including CPE)
  • Alpha (a1.0.15 - a1.2.6)
  • Beta (b1.0 - b1.8.1)
  • Release (1.0.0 - 1.19.3)
  • April Fools (3D Shareware, 20w14infinite)
  • Combat Snapshots (Combat Test 8c)

Supported Client versions

  • Release (1.7.2 - 1.19.3)
  • April Fools (3D Shareware)

Releases

Gradle/Maven

To use ViaProxy with Gradle/Maven you can use this Maven server or Jitpack.
You can also find instructions how to implement it into your build script there.

Jar File

If you just want the latest jar file you can download it from this Jenkins.

Usage

TODO