Stats 3


Stats - made by Lolmewn


Plugin description

Stats is an advanced statistics gathering plugin, currently focussed on player statistics. Information such as PVP kills, blocks broken, playtime and much more. You can store this data as simple files, or store them in a MySQL database. The benefit of using the database is that you can also use any web-end out there to display your players' statistics on your website.

Installation instructions

To install the plugin, simply drag-and-drop the Stats.jar into your 'plugins' folder.
When you start the server, a "Stats" folder will be created, containing a config file.
For a detailed description on the config file, click here.
The most important option is "storage", which can be set to either "flatfile" or "mysql" by default.
If you choose MySQL, there is another file (mysql.yml). Fill in your MySQL details there. That's all!

If you're installing a web-end as well, please read the instructions for said web-end on how to install it.
A list of web-ends compatible with Stats 3:

  • None yet

List of available Stats

This is a list of all available stats. Please note that there might be more stats in your environment, as other plugins can add their own stats to the plugin. For those stats, please see the documentation of the plugin providing them.

Stat nameDescriptionAvailable Metadata
ArrowsAmount of arrows shot (not hit!)world
Beds enteredSelf-explanatoryworld
Blocks brokenSelf-explanatoryworld, name, data (see here for more info)
Blocks placedSelf-explanatoryworld, name, data (see here for more info)
Buckets emptiedSelf-explanatoryworld
Buckets filledSelf-explanatoryworld
Commands doneAmount of commands doneworld
Damage takenSelf-explanatoryworld, cause
DeathAmount of times diedworld, cause
Eggs thrownSelf-explanatoryworld
Fish caughtSelf-explanatoryworld
Items craftedSelf-explanatoryworld, name
Items droppedSelf-explanatoryworld, name
Items picked upSelf-explanatoryworld, name
JoinsAmount of times joined the serverNone
KillAmount of kills gottenworld, (name of) weapon, entityType
Last joinLast time (in milliseconds epoch time) joined the serverworld
Last seenLast time (in milliseconds epoch time) left the serverworld
MoneyNot yet functionalworld
MoveAmount of blocks movedworld, type (0 = walking, 1 = boat, 2 = minecart, 3 = pig, 4 = on a pig in a minecart, 5 = horse, 6 = flying)
OmnomnomAmount of food eatenworld
PVPPVP kills gottenworld, victim (UUID of the other player), time (in milliseconds epoch time), (name of) weapon
PVP streakCurrent kill-chain, gets reset when killedworld
PVP top streakHighest PVP streak ever achieved - may be moved to Highscores in the futureworld
PlaytimeTime in seconds played on the serverworld
ShearsAmount of sheeps shearedworld
TeleportsAmount of times teleportedworld
Times kickedSelf-explanatoryworld
Tools brokenSelf-explanatoryworld, name
TradesAmount of times traded with a villagerworld
VotesOnly works when Votifier is enabled. If the player name is not found, the vote is ignoredNone
Words saidAmount of words saidworld
Times changed worldSelf-explanatoryNone
Xp gainedAmount of XP gained in totalworld

More info soon