make a table viafabric x multiconnect

This commit is contained in:
creeper123123321 2021-05-09 10:40:42 -03:00 committed by GitHub
parent 2e87eb5670
commit b38d518214
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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