logoalt Hacker News

Grisu_FTPtoday at 6:04 AM0 repliesview on HN

A Minecraft Mod that outputs the Stats of the players onto a website (I made it use APIs, so an app or CLI tool would be easy to create later on).

This is my first Minecraft Mod and the first project i made that interacts with the network, has logins/accounts and does APIs.

I am really not good and thus the UI (far worse on mobile) and especially the Code is bad, but i would have never expected to get it working at all, much less this functional. But i am still far from done, i still want to improve the overall code quality, add the inventory and ender chest, achievements (maybe even custom ones so vanilla clients can earn and view them without having to change anything locally. IDK yet) and more.

If someone wants a small demo, i have it running on my server to test while I am developing at: https://grisu-ftp.de (If you find any issues lmk :)

While this is by far not as cool as the other stuff on here i still would like to show it off and gather some first feedback. This is my first Java project that goes above the Standard stuff in school like scanners/calculators and so I have probably done obvious beginner mistakes.