ServerInfoProvider
This is a server-only modification that enhances the standard Minecraft UDP server query protocol. It enables you to display various server metrics on a webpage, including death counts, online player statistics, and even in-game time!
Starting from version 2.0, the entire codebase and protocol have been completely rewritten. The mod no longer utilizes UDP protocol but instead operates through a dedicated TCP port for query processing.
Important information: ServerInfoProvider (along with my other modifications) requires the K4Lib foundational mod to function properly.