ariscript / mc-query

Asynchronous rust implementations of Server List Ping, Query, and RCON for minecraft.
https://crates.io/crates/mc-query
Apache License 2.0
6 stars 2 forks source link

status fixes #1

Closed Xaeroxe closed 2 years ago

Xaeroxe commented 2 years ago

I ran into a few bugs while using this, decided to fix them. I'm aware a lot of documentation is missing. I was working off of https://wiki.vg/Chat

ariscript commented 2 years ago

Good catch, I missed that the server returns a chat object there. Let me also test this locally.