From b38d518214ef36a2b6d2ae23faeff0ba4f9c6ae1 Mon Sep 17 00:00:00 2001 From: creeper123123321 <7974274+creeper123123321@users.noreply.github.com> Date: Sun, 9 May 2021 10:40:42 -0300 Subject: [PATCH] make a table viafabric x multiconnect --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6590d1d..e6077bb 100644 --- a/README.md +++ b/README.md @@ -130,14 +130,14 @@ or registry synchronization (fabric-registry-sync mod). **Differences with multiconnect:** -- ViaFabric main objective is to simply implement a ViaVersion platform -- ViaFabric can be installed on more versions -- ViaVersion works kinda of in a "MITM proxy" way -- ViaVersion is designed for servers -- multiconnect only supports the latest Minecraft version -- multiconnect modifies client code more deeply, reverting movement changes -- multiconnect is designed for clients and only works on latest client version -- multiconnect is less likely to trigger anticheats + +| | ViaVersion | multiconnect | +| --- | --- | --- | +| Designed for | servers | clients | +| Can be installed on | multiple client/server versions | latest client version | +| Objectives | simply implement ViaVersion | version support with fixes to version changes | +| How does it work? | modifying packets at network code | modifying client code more deeply | +| Triggering anti-cheats | very likely | less likely | ## WARNING