Minecraft server wrapped

Minecraft wrapped-style summary of server and player statistics and activity.

About the project

Minecraft Wrapped is a web project created as an extension of the Minecraft server project. It presents a wrapped-style summary of server and player statistics. The project started with an analysis of available server data, followed by writing a statistics parser in Python, and finally building a frontend in Next.js.

Demo

Live demo of this project is available here:

Technologies used

Data sources

  • CoreProtect plugin database
  • Server logs
  • Files from /world/stats

Project limitations

  • Project was only compatible with a specific server configuration (described in article about it), as it required custom plugins to collect data.
  • Project was not easily scalable, because:
    • Fun facts at the end were added manually
    • Some other data required manual verification and possible corrections
  • Page was not fully responsive