Statistics
To use this plugin you need a MySQL database!
This plugin is open source. Get the code here.
This plugin collect statistics about your players and your server. It's really simple to use and doesn't need much resources.
Player stats contain:
- the IP address,
- the times the player connected,
- the time the player was online,
- when the player was online the last time,
- when the player connected the first time,
- how often the player died,
- how often the player was killed,
- how many players the player killed,
- how many entities the player killed.
Player stats are live. When a player connects, kills anything, etc, the information will be send direct to the database.
Server stats contain:
- the time when the stat were collected
- the current tps
- if the server was connected to the internet
- how many players were online
- how many ram the server had
- how much of that ram were free
The stats of the server are sent to the database in an interval you can edit in the "config.yml" file.
Commands The command system is really simple. There is only the command "/stat". You will need the permission "statistics.show".
Server stats * /stat server: shows the latest stats of the server in the console
Player stats * /stat general player: shows the general stats (online time, IP address) of player * /stat life player: show stats about the life (kills, deaths,...) of player
Extentions A GUI for this plugin is planned but not finished yet. If you want to use it you can build it yourself. View the source code on GitHub.
Metrics Collection This plugin uses Hidendra's plugin metrics system. The information sent to mcstats.org is completely anonymous, publicly viewable, and includes the following metrics:
- A unique identifier
- The server's version of Java
- Whether the server is in offline or online mode
- The plugin's version
- The server's version
- The OS version/name and architecture
- The core count for the CPU
- The number of players online
- The Metrics version
Opting out of this service can be done by editing plugins/Plugin Metrics/config.yml and changing opt-out to true.
Comments