From f6b297fea4cdea20af2233aa33ba5ca645147cef Mon Sep 17 00:00:00 2001 From: Myles Date: Sun, 28 Feb 2016 23:04:59 +0000 Subject: [PATCH] Update README --- README.md | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c9d9b906..fd5ea0b0e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,37 @@ # ViaVersion Allows the connection of 1.8 clients to 1.9 -blah blah +This plugin modifies netty to allow connection of 1.9 clients to 1.8, + +As of this point it is not finished, I need to fix: + +Entity Movement Sync + +Teleporting (perhaps) + +Attempt to make boats nicer when they don't work + +Verify slot IDs to prevent dual wielding :) + +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! \ No newline at end of file