pdinklag / MinecraftStats

A Minecraft player statistics browser for the web - supports 1.13 and later!
https://discord.gg/brH5PGG8By
Other
228 stars 53 forks source link

Global statistics? #133

Open iperrealistico opened 3 years ago

iperrealistico commented 3 years ago

Is it possible to know how many blocks have been mined in total combining all player stats? :) It that a thing? I am asking since I am not 100% sure on how you implemented the software. If it loops through each player stats file it can also build up a global statistics page?

Like a page for global stats of the server: X netherite mined X diamond mined X mobs killed

And so on :)

pdinklag commented 3 years ago

That's not a thing right now, but it'd be an easy byproduct and even test case of #99 if you just view the entire server as one player with many many stat files that have to be combined. 😃