node-minecraft-protocol icon indicating copy to clipboard operation
node-minecraft-protocol copied to clipboard

Packet error

Open MVSSTON opened this issue 4 years ago • 3 comments

Hello. When trying to connect to a proxy server from a client version lower or higher than the one specified in the configuration, an error of the following type appears:

Screenshot_1 Screenshot_2

What can this be related to and is there a way to support multi-version when ProtocolSupport is installed on the client-server?

MVSSTON avatar May 24 '21 11:05 MVSSTON

you can use version:false option in both client and server to support multi version

rom1504 avatar May 24 '21 12:05 rom1504

you can use version:false option in both client and server to support multi version

Client-server: 1.8.8 (Spigot) Connect with: 1.12/1.13 Log: https://pastebin.com/AfwbKzDm

1.13 join error: Screenshot_1

MVSSTON avatar May 24 '21 12:05 MVSSTON

Hello. When trying to connect to a proxy server from a client version lower or higher than the one specified in the configuration, an error of the following type appears:

Screenshot_1 Screenshot_2

What can this be related to and is there a way to support multi-version when ProtocolSupport is installed on the client-server?

You cant bcs all versions have different protocols. You must work large for packet translation for each version.

KaffinPX avatar Jun 02 '21 21:06 KaffinPX