Minecraft

The Analyse plugin for Paper, Folia, Spigot, Velocity and BungeeCord: install, commands, config and the developer API.

Updated September 15, 20261 min read

The Analyse plugin tracks joins, sessions, server health and in-game purchases on your Minecraft server or network, and brings your stats into the game with /analyse.

What it collects automatically

EventWhenDetails
JoinA player joinsName, IP (for country), the hostname they connected with, Java or Bedrock
LeaveA player leavesQuit, kick or ban
Server startup, heartbeat, shutdownServer lifecyclePlayers online
Tick rateEvery 60 seconds on backendsTPS over 1, 5 and 15 minutes and MSPT
CommandsA player runs a commandThe command name only, never arguments
ChatOff by defaultMessage (first 256 characters) and length

Bedrock players are detected through Floodgate when it is installed.

Events are sent in the background, never on the server thread, and batched every 5 seconds by default.

In this section

In this section