https://github.com/TuxCoding/Minefana
Bungee/Spigot plugin to send stats to a InfluxDB to be displayed by a Grafana instance.
https://github.com/TuxCoding/Minefana
bungeecord grafana graphs minecraft plugin spigot sponge statistics stats
Last synced: 3 months ago
JSON representation
Bungee/Spigot plugin to send stats to a InfluxDB to be displayed by a Grafana instance.
- Host: GitHub
- URL: https://github.com/TuxCoding/Minefana
- Owner: TuxCoding
- License: unlicense
- Created: 2017-01-23T11:18:52.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2021-01-20T08:43:53.000Z (over 4 years ago)
- Last Synced: 2025-03-17T17:50:43.010Z (3 months ago)
- Topics: bungeecord, grafana, graphs, minecraft, plugin, spigot, sponge, statistics, stats
- Language: Java
- Size: 160 KB
- Stars: 29
- Watchers: 4
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MineFana
## Description
Sends Minecraft statistics to a InfluxDB to be displayed by a Grafana instance.
## Stats
| Feature | Spigot | BungeeCord | Sponge |
| :---------------------------: | :-------: | :-----------: | :-------: |
| Online players / max players | X | X | X |
| Average player ping | X | X | X |
| Player Country | X | X | X |
| Player Locale | X | X | X |
| Player protocol version | X | X | |
| TPS (ticks per second) | X | | X |
| New players | X | | X |
| Players, chunks, entities, tile entities per world | X | | X |
| Players per server | | X | |
| Forge mods | | X | |## Compiling
1. Install gradle from here: https://gradle.org/install
2. Run `gradle shadow`
3. Look inside the folder build for your target platform (Sponge, Bukkit, BungeeCord) and choose the *-all as the
target plugin.## Screenshots
Example from the Grafana repository

## Credits
This product includes GeoLite2 data created by MaxMind, available from
https://www.maxmind.com.