
ViaVersion
Allow newer Java Edition clients to connect to older servers.
- Загрузки
- 2.8M
- Подписчики
- 1K
- Обновлён
- 19 августа 2026 г.
- Лицензия
- GPL-3.0-or-later
Опубликован 10 августа 2023 г.
ViaVersion
Allows you to connect to servers that are older than your Java Edition client version. See our GitHub page for more information.
On Fabric, use either ViaFabric or ViaFabricPlus. To override the included version
- in ViaFabric, put ViaVersion into the
modsfolder - in ViaFabricPlus, put ViaVersion into the
config/viafabricplus/jarsfolder
Bungee and Sponge also have their own platform implementations.
Requires Java 17. See here how to update your installed Java version. As a last resort, you can download Java 8 downgraded builds from our ci.
Get access to Via* with new MC version support early
Starting with 1.20.5, ViaVersion and ViaBackwards will only be released a day or so after a Minecraft update unless the protocol changes of the update were trivial. If you want early-access, usually days or even weeks before the final release, you can subscribe to either:
- GitHub Sponsors (preferred option. Use the
/verifycommand on this Discord after), or alternatively - Patreon (see the highest tier and make sure to link Patreon to your Discord account under Discord Settings->Connections)
Note on release channels
It is recommended to always use the latest beta release. Alpha builds are used for work on snapshot version compatibility or other cutting-edge changes.
Always use the same build channel across the ViaVersion, ViaBackwards, and ViaRewind projects.
Releases/Dev Builds
You can find official releases in the following places:
- Hangar (for our plugins): https://hangar.papermc.io/ViaVersion/ViaVersion
- Modrinth (for our mods): https://modrinth.com/mod/viaversion
- GitHub: https://github.com/ViaVersion/ViaVersion/releases
Dev builds for all of our projects are on our Jenkins server:
- Jenkins: https://ci.viaversion.com
ViaVersion as a Dependency
JavaDocs: https://jd.viaversion.com
Maven:
<repository>
<id>viaversion-repo</id>
<url>https://repo.viaversion.com</url>
</repository>
<dependency>
<groupId>com.viaversion</groupId>
<artifactId>viaversion-api</artifactId>
<version>[4.0.0,5.0.0)</version>
<scope>provided</scope>
</dependency>
Gradle:
repositories {
maven("https://repo.viaversion.com")
}
dependencies {
compileOnly("com.viaversion:viaversion-api:VERSION") // Replace the version
}
Resources
- Via Mappings Generator
- Mojang mappings (Thank you, Mojang, very cool)
- wiki.vg (Used for historic information regarding packet structure, we also contribute back)
- Burger (See PAaaS)
Special thanks to all our Contributors.
Ченджлог
5.12.0-SNAPSHOT+1053Бета26.1.1, 26.1.2, 26.2 · 19 августа 2026 г.
03e0f23 Fix compilation
5.12.0-SNAPSHOT+1051Бета26.1.1, 26.1.2, 26.2 · 19 августа 2026 г.
feb08a3 Skip base protocols in hasher protocol loop
5.12.0-SNAPSHOT+1050Бета26.1.1, 26.1.2, 26.2 · 14 августа 2026 г.
e8bbb5d Update ViaNBT
5.12.0-SNAPSHOT+1049Бета26.1.1, 26.1.2, 26.2 · 12 августа 2026 г.
034390d Update deps
5.12.0-SNAPSHOT+1048Бета26.1.1, 26.1.2, 26.2 · 5 августа 2026 г.
89f8017 Move a bunch of protocol storables to direct array lookups
Also has the benefit of making them thread-safe
5.11.1-SNAPSHOT+1047Бета26.1.1, 26.1.2, 26.2 · 30 июля 2026 г.
c124b30 Ignore invalid legacy show_item in 1.11->1.12 Closes #5014
5.11.1-SNAPSHOT+1046Бета26.1.1, 26.1.2, 26.2 · 23 июля 2026 г.
122b81d Add shears breaking speed block tags in 26.1->26.2 Fixes #5010
5.11.1-SNAPSHOT+1045Бета26.1.1, 26.1.2, 26.2 · 23 июля 2026 г.
a2896b6 Fix 1.21.11->26.1 damage_resistant rewriting Fixes #5008
Комментарии
Загружаем…