-
-
Notifications
You must be signed in to change notification settings - Fork 239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bungeecoord support #464
Comments
Edit to that, It appears specifying the client version in options works (I dug through the code to find that though) However now I can't connect due to this: /home/thomas/mc_bot/node_modules/minecraft-protocol/dist/transforms/framing.js:112 Error: Deserialization error for play.toClient : Read error for name : 84 is not in the mappings value |
Is 0x54 (==84) a custom packet of bungeecord/paper ? |
Just asked the devs of both, they insist its nothing core to bungeecord or paper (Spigot fork). |
@tmfksoft You can enable DEBUG. That will print the packets to the console. With this, we might be able to pinpoint where the problem is. To do this, when you start the client, put the DEBUG environment variable to |
Gets as far as here: minecraft-protocol { effectId: 578635009, Nothing else past that packet, continues with the trace |
@tmfksoft could you gist/pastebin the entire logs ? |
Hope this helps :P |
same 84 here PrismarineJS/mineflayer#526 (comment) |
Getting this error when connecting to cosmicpvp.com. Tried specifying the version to a lower number (1.9), but getting a |
I've tried using your out of the box example in the readme to connect to my 1.11.2 server running BungeeCord and Paper.
However BungeeCord kicks the client for not being 1.11.2, Is there something I'm missing?
The text was updated successfully, but these errors were encountered: