valence-rs / valence

A Rust framework for building Minecraft servers.
http://valence.rs/
MIT License
2.77k stars 142 forks source link

Cryptographic chat support #8

Open rj00a opened 2 years ago

rj00a commented 2 years ago

MC versions 1.19.1 and 1.19.2 added cryptographically verified chat messages which complicates things.

I'm not sure what the API for this should look like.

MinecraftChat drawio4

(The above image might be out of date by now)

dani162 commented 2 years ago

Useful link: https://gist.github.com/kennytv/ed783dd244ca0321bbd882c347892874

oxkitsune commented 1 year ago

Another useful link: https://github.com/yushijinhun/authlib-injector/discussions/158