Default graphs - Hidendra/Plugin-Metrics GitHub Wiki

There are 6 graphs each plugin will have as a bare minimum. Each graph is detailed below with an explanation of what it does. In parenthesis is the type of graph it is (pie, area, etc)

Note: These graphs cannot be edited inside the admin portal, please see the FAQ

Global Statistics (area)

This graph shows player and server counts for your plugin. These counts are of course in the 30 minutes between each graphing period.

Server Locations (pie)

This graph will show where servers GeoIP locate to. The backend uses the free GeoLite databases to find a server's location.

Game Version (pie)

The game version - or Minecraft Version - servers are on. The backend scrapes this from the server version string sent and as such is subject to not be 100% accurate (especially if a server modifies it)

Server Software (pie)

The server software - such as CraftBukkit - servers are running. This is scraped from the server version string sent and is not 100% accurate. Softwares that send a unique identification string (such as CraftBukkit, Spigot, or CraftBukkit++) will be nearly 100% accurate while others may not be (i.e Spout)

Version Trends (area)

This graph shows upgrades and downgrades. If a server is on version A and then they upgrade to version B, it will increment B on the graph. If they later downgrade back to A, it will increment A on the graph.

This graph does not include new installs, the server must have already had a version installed before this graph can be incremented.

Version Demographics (percentage area)

This graph shows the amount of servers on each version your plugin has, along with percentages.