This site showcases the stats for the players on a Minecraft server, and maybe someday more!
Current, the site simply displays:
- Number of deaths
- Number of deaths to hostile mobs for each mob (e.g. "Times killed by Skeleton")
- Number of kills of hostile mobs for each mob (e.g. "Skeletons killed")
Unfinished: I still need to look into how to properly deploy Sinatra apps
All you need to do is set an environment variable to point to the Minecraft stats directory:
export STATS_PATH=/home/j3rn/minecraft/world/statsContributions are welcome! Simply follow the guide below.
- Fork the repository
- Create a topic branch
- Commit your changes to the topic branch
- Open a pull-request from your topic branch to the master branch