Stats 2


Stats - made by Lolmewn


Latest plugin release: HerePlugin issue tracker: Here
Latest plugin beta: Here
Latest Fluid MC Stats: HereWebsite issue tracker: Here
Plugin source: HereWebsite source: Here

Note about Stats 3

Some users may have downloaded Stats 3 automatically due to a bug in Stats 2. I can totally understand if you don't want that to happen. Good thing Stats 3 automatically made backups of the old files! You can open up any MySQL editor and remove all new Stats tables and rename tables like "old_Stats_player" back to "Stats_player". Then remove config.yml and rename config_old.yml back to config.yml - this should work.
A video in which I show you how to do it:

Embed Removed: https://www.youtube.com/v/v_RYAzzwYjM?fs=1

Suggested reading: The state of Stats, Achievements and Highscores.
Follow me to stay updated on the progress of Stats 3: https://twitter.com/Lolmewn

What does this plugin do?

This plugin provides you with a server-end plugin and a website-end set of files. It writes data collected through events to a MySQL database (plugin), and reads and displays that to users (website & plugin).

How do I install this?

It's really simple! Download the plugin, and drag the jar to the 'plugins' folder of your server.
Start your server, you don't have to worry about any settings file! When you join the server (You either have to be OP or have the permission-node 'stats.config'), the automatic configurator will start. This will guide you through the configuration of the plugin from in-game!
The website is also simple to install. You can check out the forum thread for detailed instructions.
And that's all! Now you can let the plugin worry about the rest ;)
Please remember to edit your server name in server.properties, as this will be sent to the global server to track your data with

Different web-ends

Since the plugin simply writes data to a MySQL database, you too can write your own website to display this data! If you make something awesome and want to share it with the rest, just throw me a PM and I'll add it here ;)
NOTE: Please seek support for the web-ends where you downloaded it. This DBO page is mainly for the plugin (although you can also ask your Fluid MC stats questions here).
List of web-ends:

Extra functionality

Achievements

There now is a side-plugin which allows you to create Achievements. You can find it here: http://dev.bukkit.org/server-mods/lolmewnachievements/

Highscores

A new plugin allowing you to track highscores. You can find it here: http://dev.bukkit.org/server-mods/highscores/

Commands/Permissions

Don't have a permissions plugin? Click here!
CommandPermission-nodeDescription
-stats.trackAll users who have this node will have their stats tracked and uploaded.
-stats.sign.placeAllows users to place [Stats] signs.
-stats.sign.destroyAllows users to break [Stats] signs
/stats-This command shows your stats!
/stats <player>stats.view.othersThis command shows someone else's stats
/stats resetstats.reset.selfThis command resets your statistics
/stats reset <player>stats.reset.otherThis command resets <player>'s stats
/stats resetallstats.resetallThis command resets everyone's stats
/stats create <statName>stats.createCreates a new stat named <statName>. Gets saved to the player table
/stats drop <statName>stats.dropDrops the stat named <statName>. You can't drop stats generated by Stats itself. Those, you can disable in the config.
/stats add <statName> <playerName> <amount> [parameters]stats.addAdd <amount> to stat <statName> using parameters [parameters]. You can usually leave parameters blank. Parameters for all stats can be found below, under column "Variables". If you're adding to yourself, you can leave out <playerName>.
/stats set <statName> <playerName> <amount> [parameters]stats.setSame usage as /stats add, only difference is that this sets the stat to <amount> instead of adding it.

What does this plugin log?

This plugin logs all actions to a MySQL database. So, you might ask, what does it log?

StatDescriptionVariables
Block breakAll broken blocks with their DatavaluesitemId itemData breaking
Block placeAll placed blocks with their DatavaluesitemId itemData breaking
DeathAll deaths with their causescause entity(boolean, true is safest)
KillAll kills with their causestype
MoveWalking, sailing, riding a train, on the back of a pig or by horse.type (0=walk, 1=boat, 2=train, 3=pig, 4=pig in train, 5=horse)
PlaytimeTime played in seconds
ArrowsArrows shot
Xp gainedTotal XP gained
JoinsTotal times joined
Fish catchedTotal fish Caught (Yes, I know it's caught.)
Damage takenTotal damage taken
Times kickedTotal times kicked
Tools brokenTotal Tools broken
Eggs thrownTotal eggs thrown
Items craftedTotal items crafted
OmnomnomTotal times had a snack
On fireTotal times being on fire
Words saidTotal words said
Commands doneTotal commands done
VotesTotal times voted for the server (uses Votifier)
WorldchangeTotal times worlds changed
BucketfillTotal buckets filled
BucketemptyTotal buckets emptied
BedenterTotal times bed entered
ItemdropsTotal times items dropped
ItempickupsTotal times items picked up
TeleportsTotal times teleported
ShearTotal times sheared
LastjoinThe time the player joined the server last
LastleaveThe time the player left the server last
FirstjoinTime first joined the server
PVPStreakCurrent PVP streak the player is on. Resets on death
PVPTopStreakHighest gotten PVPStreak value
MoneyAmount of money you have
TradesAmount of times traded with villagers
pvpPVP Statisticskilled (ID of player) weapon

Snapshots

As of Stats v1.30 (using Beta functions), you can now enable snapshots. Set snapshots.enabled to true in the config and it will be working. Explanation of the config:

KeyDefault valueDescription
enabledtrueEnables or disables the creation of Snapshots
timeToLive1WAfter a certain amount of time, old snapshots get deleted if their name is 'auto_generated snapshot'. A list of what you can use:
  • m = Minute
  • h = Hour
  • d = Day
  • W = Week
  • M = Month
  • Y = Year
interval1DThe interval at which to take a snapshot. Note that taking snapshots is done off the main thread, and shouldn't affect performance.
previousThe timestamp at which the previous snapshot was taken. Do not change this.

Disabling certain stats

You can, as of v1.26, disable stats you want in the config. You can disable any stat, just put the statname in the list. You can find all statnames up on this page.

Signs

As of 1.15, Stats now supports signs showing statistics in-game. The layout of a sign must be the following when placing it:

SignDataType can be any Stat there is. Even custom ones provided by other plugins! Check the big table above and use the Stats' name on the sign.

SignType can be either player, global, custom or rightclick.
If you use player on line 3, the name of the player of which you want his stats to display must be on line 4.
Global will take the total amount of that specific stat.
Custom signs will ask you to say an SQL query. If you don't know what this is, you probably shouldn't use it. If the query succeeds, you are asked to say some text that will end up on line 2 and 3 of the sign. This can be 30 characters max (15 per line).
rightclick signs will display the Stat value of the last player to have rightclicked the sign.

Development builds

Development builds of this project can be acquired at the provided continuous integration server.
These builds have not been approved by the BukkitDev staff. Use them at your own risk, they may or may not work at all.
Development builds for Stats can be found at my CI, over at http://ci.lolmewn.nl/job/Stats/.

MCStats plugin stats

How many servers use this plugin? How many players have the benefits of this plugin?
You can see all that here: http://mcstats.org/plugin/Stats
Statistics of the global server

Stats API and dev portal

There's a small API for the plugin where you can get some data.
Here you can see how to use it.

Plugins using Stats

Achievements
Highscores
PlayGridMc
AutoRank
Configurable messages
Info board
Does your plugin hook into Stats, but is it not in the list? Send me a PM!

Support

You can find me (and possibly, when I'm around, support) in my IRC channel #Lolmewn on irc.esper.net - Chat now! You can also add me on telegram: @Lolmewn

Tutorial

Embed Removed: https://www.youtube.com/v/pJIX6htQi4Q?fs=1

Global statistics server disclaimer

You might be wondering what the global server is tracking. Here is a list of what it logs:

  • Your server name, specified in server.properties
  • Your server port, specified in server.properties
  • All queries the plugin has sent to the local MySQL server.

What would I need your server name and port for? This is to keep track of the different servers out there. There are servers where multiple servers run on one box (same IP), with the same name, the only thing different is the port it's running on. I need it to tell the difference between both servers. If you really really don't want me to get this, then set "sendStatsToGlobalServer" to false in the config. It'll make me sad though :c

Metrics

This plugin utilises Hidendra's plugin metrics system, which means that the following information is collected and sent to mcstats.org:

  • 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

If you wish to disable this feature (/me cries), you can do so by opt-ing out, which you can do in the config file under /plugins/PluginMetrics/

Auto-updater

This plugin has a built-in auto-updater, which connects to BukkitDev to check for updates. If you, for some reason, wish to disable this process, you can do so by setting 'update' to false in the plugins' settings file.

Donations

If you feel like giving something back to me, you can donate to me. All income from donations will be spent on coffee or similar.
I'm accepting donations through:

  • Bitcoins on address 1QC19kut8nuMJNAsMZ3QneKuW2a8f5QgQG
  • Dogecoins on address DKN8Lrm4KfC7Jh9M2KopjPkwcRfA7Ak3zj
  • Paypal, either via email lolmewn(at)gmail.com or via this link

Comments

Posts Quoted:
Reply
Clear All Quotes