MinecraftStats
MinecraftStats copied to clipboard
A Minecraft player statistics browser for the web - supports 1.13 to 1.19!
This is a sample script which can sync the necessary files over FTP from a remote or hosted Minecraft server. This is just one of many possible solutions to Issue...
A ready made docker container would be useful for easy test/deployment of MinecraftStats. I made (a simple) one available on : * github https://github.com/jerome-labidurie/docker-MinecraftStats * docker hub https://hub.docker.com/repository/docker/jeromelabidurie/minecraftstats I'm not...
Is it possible to add /advancements data to stats? In this case player can also check their progress in the server which create more "sticky" factor to stay :)
The [license of the Zpix font](https://github.com/SolidZORO/zpix-pixel-font#license-and-pricing), which is used for the Chinese localization, requires payment of a license fee for commercial products. This must be noted in the documentation, because...
current: `https://example/#player:c73cc074-d167-3117-8758` wanted: `https://example/players/notch` We should consider using the display name of a player for better SEO. We should also include a sitemap and better metadata.
``` root@fc446ebcfefc:/app# python3 update.py config.json stat "craft_bundle" is not supported by server version 2586 (required: 2681) stat "craft_spyglass" is not supported by server version 2586 (required: 2681) stat "kill_goat" is...
Several times already, people asked for a Bukkit plugin. There will _not_ be an official port of _MinecraftStats_ to Java or to a Bukkit plugin, and vanilla Minecraft servers must...
The client will only show events that have already started. There should be an option to allow showing them before that.
… the UUID to name lookup. Using Multiverse Inventories data files to supplement the usercache's lookup table. This required an additional library: pathlib. Using Factions data files to supplement the...
A user reported a (likely rare) issue of having their webserver configured to compress GZ files before transferring them to clients. This caused some confusion in the client, failing to...