diff --git a/README.md b/README.md index f334a9a1f..1d23ee72c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ViaVersion 0.3.2 +# ViaVersion 0.3.3 **Allows the connection of 1.8 clients to 1.9** This plugin modifies netty to allow connection of 1.9 clients to 1.8, @@ -20,18 +20,21 @@ Some items with JSON data cause crashing due to the change in how strict minecra This took hours of work, so if you enjoy this consider looking into contacting me and supporting my projects. -Credits: +Sources: -------- **wiki.vg** (Protocol info, though I did have to find a lot myself) **MCProtocolLib** (used for chunk reading & some of writing.) +Contributors: +-------- + **Myself** (harhar) -**Matsv** (Movement Fix / Correcting my stupidity) +**Matsv/StatBoom** -**HugoDaBosss** (Sounds fix) +**HugoDaBosss** License: -------- diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index faa32b51f..4dcca77dc 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,4 +1,4 @@ name: ViaVersion main: us.myles.ViaVersion.Core author: _MylesC -version: 0.3.2 \ No newline at end of file +version: 0.3.3 \ No newline at end of file