Skip to content

Programie/MineStats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MineStats

A Minecraft Bukkit plugin which sends statistics to InfluxDB.

actions status download from GitHub

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.

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.

About

A Minecraft Bukkit plugin which sends statistics to InfluxDB

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages