PrismarineJS / bedrock-protocol

Minecraft Bedrock protocol library, with authentication and encryption
https://prismarinejs.github.io/minecraft-data/?v=bedrock_1.17.10&d=protocol
MIT License
288 stars 68 forks source link

i cant send messages by joining realm #496

Closed Lore228295 closed 2 months ago

Lore228295 commented 2 months ago

the this is: why do you guys add realm function if you cant do anything, like sending messages moving

the only thing you can do is: joining and nothing else.

and why you guys didnt add movements.. placing blocks...?? i dont get it

extremeheat commented 2 months ago

Please use the Discord for support questions, the issues board is for issues with the project and related code.

PrisamrineJS/bedrock-protocol is the Bedrock Edition analog library for minecraft-protocol that supports Java Edition. It is for people to design and build client and server software on top of. You need to be experienced the Minecraft network protocols to use it, and reverse engineer the correct packets to send and how to send them as there is no documentation.

High level functionality like provided in mineflayer (which doesn't currently support bedrock edition) is outside the intended project scope.