server-list-explorer icon indicating copy to clipboard operation
server-list-explorer copied to clipboard

Add ping data support for MCSrvStat query mode

Open SpoilerRules opened this issue 2 months ago • 0 comments

MCSrvStat query responses do not include ping or latency information. To provide a better user experience, we can calculate ping locally by performing a lightweight TCP connection test using java.net.Socket.

The measured latency should be added to the query result and displayed alongside the other server data in the UI.

SpoilerRules avatar Oct 12 '25 00:10 SpoilerRules