Introduction

MineStats allows your Minecraft Server to collect some useful statistics about the players on it.

For storage, it uses an InfluxDB instance. So you might also use applications like Grafana to visualize the collected statistics.

Installation

Instructions how to manually build the project can be found on GitHub.

Permissions

Commands

You can use the /stats command to display the current levels and highscore.

Collected data

The following data is collected per player:

The player name as well as the UUID of the player is added to the collected metrics.

By default, the data is collected every 1200 ticks (about every 60 seconds), but it can be changed in the config file using the interval option.