ferrumc-rs / ferrumc

A reimplementation of the minecraft server in rust.
MIT License
1.04k stars 31 forks source link

Minimessage #107

Open ReCore-sys opened 3 weeks ago

ReCore-sys commented 3 weeks ago

Support for the minimessage format. It should ideally contain a function that takes a string in the minimessage format and converts it into the data needed to display a chat message

Skullians commented 3 weeks ago

Please ensure you provide both a function for sending as a minimessage component (whatever your impl is of that), on top of a function to send a normal string.