PrismarineJS / mineflayer

Create Minecraft bots with a powerful, stable, and high level JavaScript API.
https://prismarinejs.github.io/mineflayer/
MIT License
4.92k stars 904 forks source link

Do not have protocol data for protocol version 766 (attempted to use 763 data) #3371

Closed AlphaArchangel closed 4 months ago

AlphaArchangel commented 4 months ago

Versions

Detailed description of a problem

I'm trying to connect a mineflayer bot to minecraft 1.20.6 server. It worked fine in 1.20.4, but when I updated the server to 1.20.6 it all the bots stopped connecting and it is giving me the error Do not have protocol data for protocol version 766 (attempted to use 763 data) How can I fix it? Thank you!

error

extremeheat commented 4 months ago

The error is correct, 1.20.5+ is not currently supported

AlphaArchangel commented 4 months ago

Okay, Thank you! @extremeheat

MaxtorCoder commented 4 months ago

Any idea on when this will be supported?