18 lines
611 B
Markdown
18 lines
611 B
Markdown
# minecraft-heatmap
|
|
|
|
What the player doin?
|
|
|
|
## What is this?
|
|
|
|
This project is meant to visualize the login history of our minecraft server.
|
|
It does this by:
|
|
|
|
1. Regularly scanning through all the minecraft logs for login and logout messages.
|
|
2. Calculating the intervals (as well as filtering invalid login/logout spans)
|
|
3. Putting them into an sqlite database
|
|
4. Fetching the data from the database, and displaying them on a website.
|
|
|
|
It's intended to mimick the github contribution heatmap:
|
|
|
|

|