mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2024-11-25 12:25:41 +01:00
26 lines
894 B
Markdown
26 lines
894 B
Markdown
|
# ViaProxy
|
||
|
Standalone proxy which uses ViaVersion to translate between minecraft versions.
|
||
|
|
||
|
## Supported Server versions
|
||
|
- Classic (c0.0.15 - c0.30 including [CPE](https://wiki.vg/Classic_Protocol_Extension))
|
||
|
- 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](https://maven.lenni0451.net/#/releases/net/raphimc/ViaProxy) or [Jitpack](https://jitpack.io/#RaphiMC/ViaProxy).
|
||
|
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](https://build.lenni0451.net/job/ViaProxy/).
|
||
|
|
||
|
## Usage
|
||
|
TODO
|