Minecraft Statistics Browser
- 3 Devlogs
- 12 Total hours
A server-side multi-loader Minecraft mod that exposes a webpage to browse player statistics.
A server-side multi-loader Minecraft mod that exposes a webpage to browse player statistics.
I made a mockup UI in gimp, and with some help from copilot for css (FUCK CSS) made this mockup ui. It’s not functional yet, but to make it functional I have added some api’s, including one to get the player head (this one is actually used in the ui rn), one to get the player list, with an option to load stats from offline players and add them to the player list, and a filled out statistics endpoint so all statistics have a value, even if it’s 0.
Now it is time to make the frontend actually functional, starting with the player list, then the player info at the top, and the statistics in the middle.
I now have a fully functioning rest api that serves statistics data for all players online! This is the most basic test to get it working, I’ll probably have to rewrite it for offline player support and live websocket updates.
I got the project set up and working! The template vue vite page is hosted by the minecraft server, which also hosts an api that works. I also tested it on both neoforge and fabric and they both seem to work perfectly.