3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-07-03 22:18:04 +02:00
Datei suchen
2016-02-29 18:49:31 +00:00
src/main Implement remaining packets, comment out debug info. 2016-02-29 18:49:31 +00:00
.gitignore Initial Commit, need to upload license. You may not claim credit for anything given here if used. All rights reversed excluding extracts from MCProtocolLib. 2016-02-28 22:44:33 +00:00
pom.xml Remove NMS, now uses reflection. (whew) 2016-02-29 17:35:55 +00:00
README.md Update README 2016-02-29 13:21:05 +00:00

ViaVersion

Allows the connection of 1.8 clients to 1.9

This plugin modifies netty to allow connection of 1.9 clients to 1.8,

Don't use late bind

As of this point it is not finished, I need to fix:

Entity Movement Sync (Teleporting)

Attempt to make boats nicer when they don't work

Use reflection more.

This took hours of work, so if you enjoy this consider looking into contacting me and supporting my projects.

Credits:

wiki.vg (Protocol info, though I did have to find a lot myself)

MCProtocolLib (used for chunk reading & some of writing.)

Myself (harhar)

License:

You may modify this work, all rights are still owned by myself excluding any files in the spacebase package as they belong to the respected contributors. Please credit the original author (myself) when forking etc. (or if it helped you understand the new protocol or netty!)

Thanks!