Add some server information to profiler reports
Phoenix616 opened this issue ยท 2 comments
It would be useful for easier debugging and stuff if profiler reports would include some information about the server software and version used and that to be visible on the web page too.
@lucko Mind if I have a go at implementing this?
Spark now includes the platform type (client/server/proxy), platform name (Bukkit/Paper/Bungee etc), Minecraft version (where applicable) and platform version in the payload. lucko/spark-viewer#4 will add this data to the web interface once it's merged.