https://github.com/programie/minestats
A Minecraft Bukkit plugin which sends statistics to InfluxDB
https://github.com/programie/minestats
bukkit bukkit-plugin minecraft spigot spigot-plugin
Last synced: 2 months ago
JSON representation
A Minecraft Bukkit plugin which sends statistics to InfluxDB
- Host: GitHub
- URL: https://github.com/programie/minestats
- Owner: Programie
- License: mit
- Created: 2019-10-26T20:00:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-05T18:20:31.000Z (over 2 years ago)
- Last Synced: 2025-10-12T13:29:51.202Z (3 months ago)
- Topics: bukkit, bukkit-plugin, minecraft, spigot, spigot-plugin
- Language: Java
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MineStats
A Minecraft Bukkit plugin which sends statistics to InfluxDB.
[](https://github.com/Programie/MineStats/actions/workflows/build.yml)
[](https://github.com/Programie/MineStats/releases/latest)
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](https://grafana.com) to visualize the collected statistics.
## Permissions
* `minestats.stats` - Allow to show current levels and highscore (default: `true`)
## Commands
You can use the `/stats` command to display the current levels and highscore.
## Collected data
The following data is collected per player:
* XP (total earned XP points since the last death)
* Current level
* Health
* Food/Hunger
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.
## Build
You can build the project in the following 2 steps:
* Check out the repository
* Build the jar file using maven: *mvn clean package*
**Note:** JDK 1.8 and Maven is required to build the project!
## My other plugins
You can find them on [my website](https://selfcoders.com/projects/minecraft-plugins).