Allows the connection of older clients to newer server versions for Minecraft servers.
Go to file
Nassim Jahnke 9efc2e630f
Update publication metadata
2024-05-30 22:37:44 +02:00
.github Move Bungee and Sponge modules to separate plugins 2024-05-30 22:21:49 +02:00
.idea Update copyright profile 2023-12-27 17:51:16 +01:00
build-logic Move Bungee and Sponge modules to separate plugins 2024-05-30 22:21:49 +02:00
bukkit Resend damageable item on cancelled block break in 1.11->1.10 2024-05-30 15:42:07 +02:00
common Fix horse/llama's armor/carpet not visible in 1.20.5->.3 (#765) 2024-05-30 15:47:06 +02:00
fabric Update authors 2024-04-07 20:44:24 +02:00
gradle Move Bungee and Sponge modules to separate plugins 2024-05-30 22:21:49 +02:00
template Lots of renames 2024-05-14 20:47:40 +02:00
universal Update publication metadata 2024-05-30 22:37:44 +02:00
velocity Apply IJ code reformat 2024-05-14 20:48:17 +02:00
.editorconfig Apply IJ code reformat 2024-05-14 20:48:17 +02:00
.gitignore 4.2.0 Release 2022-02-24 09:44:23 +01:00
LICENSE Slightly amend license header 2021-03-23 11:11:01 +01:00
README.md [ci skip] Add J17 note to README as well (#748) 2024-05-14 22:20:07 +02:00
build.gradle.kts Move Bungee and Sponge modules to separate plugins 2024-05-30 22:21:49 +02:00
gradle.properties Start working on 5.0.0 2024-05-11 15:01:36 +02:00
gradlew Update Gradle wrapper 2023-11-05 11:56:20 +10:00
gradlew.bat [ci skip] Update Gradle wrapper and checkout actions 2023-09-05 21:29:01 +10:00
settings.gradle.kts Move Bungee and Sponge modules to separate plugins 2024-05-30 22:21:49 +02:00

README.md

ViaBackwards

Latest Release Build Status Discord

Allows older Minecraft client versions to connect to newer server versions.

Requires ViaVersion to be installed..

Supported Versions

As a plugin, ViaBackwards runs on servers on releases 1.10-latest. Versions from the dev branch will also support the latest snapshot. You can also use ViaBackwards in ViaFabric or ViaFabricPlus.

See HERE for an overview of the different Via* projects.

Releases/Dev Builds

You can find releases in the following places:

Dev builds for all of our projects are on our Jenkins server:

Known issues

  • 1.17+ min_y and height world values that are not 0/256 are not supported. Clients older than 1.17 will not be able to see or interact with blocks below y=0 and above y=255
  • <1.17 clients on 1.17+ servers might experience inventory desyncs on certain inventory click actions
  • Sound mappings are incomplete (see here)
  • <1.19.4 clients on 1.20+ servers won't be able to use the smithing table, this can be fixed by installing AxSmithing

Maven: https://repo.viaversion.com

List of contributors: https://github.com/ViaVersion/ViaBackwards/graphs/contributors

Building

After cloning this repository, build the project with Gradle by running ./gradlew build and take the created jar out of the build/libs directory.

You need JDK 17 or newer to build ViaBackwards.

License

This project is licensed under the GNU General Public License Version 3.

Special Thanks

https://www.yourkit.com/

YourKit supports open source projects with innovative and intelligent tools for monitoring and profiling Java and .NET applications. YourKit is the creator of YourKit Java Profiler, YourKit .NET Profiler, and YourKit YouMonitor.