bStats icon indicating copy to clipboard operation
bStats copied to clipboard

Subdivide Win10 versions to their major update versions

Open CC007 opened this issue 5 years ago • 2 comments

Windows 10 is here to stay and will only have its bi-yearly updates to introduce new features.

To show more precisely which windows version is being used, it would be nice to see which update version the server uses (like 1803, 1809, 1903, 1909 or 2004)

CC007 avatar Nov 02 '20 10:11 CC007

You can't do this without either the JVM exposing the Windows build or writing native code to get the build. I don't see either happening (the former, maybe, the latter definitely not). bStats is just reporting what the Java system properties say, as you can see from this screenshot:

image

Also, Minecraft servers overwhelmingly run on Linux, not Windows.

astei avatar Nov 17 '20 16:11 astei

Hmm yes this is indeed a JVM issue, not a problem with bStats.

CC007 avatar Nov 17 '20 16:11 CC007