Description
Is there an existing feature request for this?
- I have searched the existing issues before opening this feature request.
Describe the feature you would like to see.
A Minecraft client sends a string to the server which contains the client type (forge/fabric/optifine/vanilla/etc), version, and list of mods installed if applicable. I've listed an open source plugin below that does this.
This should be logged, it would be useful to see what's the most common client or what's the most common version (if you run ViaVersion for example). Currently no Minecraft metrics logger like PLAN support this, but I feel like this would give Unified Metrics an edge over the alternatives.
It would be nice if this was logged and you could visualize it with a chart on Grafana.
Client Detector Plugin: https://www.spigotmc.org/resources/clientdetector-client-mod-detection-forge-mod-detection-clientcontrol.90375/
How would you like to see this implemented?
Logs client info into Prometheus database.
Additional information to this request.
No response