[ci skip] Updated README

This commit is contained in:
RaphiMC 2024-09-13 11:05:57 +02:00
parent 71180e59fe
commit d9486bad67
No known key found for this signature in database
GPG Key ID: 0F6BB0657A03AC94
2 changed files with 4 additions and 3 deletions

View File

@ -16,7 +16,8 @@ For a full user guide go to the [Usage for Players](#usage-for-players-gui) sect
## Supported Client versions
- Release (1.7.2 - 1.21.1)
- Bedrock Edition (Needs the [Geyser plugin](https://geysermc.org/download))
- Bedrock Edition (Requires the [Geyser plugin](https://geysermc.org/download))
- Beta 1.7.3 (Requires the [Beta2Release plugin](https://github.com/ViaVersionAddons/ViaProxyBeta2Release))
- Classic, Alpha, Beta, Release 1.0 - 1.6.4 (Only passthrough)
ViaProxy supports joining to any of the listed server version from any of the listed client versions.

View File

@ -36,11 +36,11 @@ repositories {
}
maven {
name = "OpenCollab Releases"
url = "https://repo.opencollab.dev/maven-releases/"
url = "https://repo.opencollab.dev/maven-releases"
}
maven {
name = "OpenCollab Snapshots"
url = "https://repo.opencollab.dev/maven-snapshots/"
url = "https://repo.opencollab.dev/maven-snapshots"
}
maven {
name = "Minecraft Libraries"