Minecraft BeardStat mod 2026 download
logo
minecraft mod BeardStat

BeardStat

Game Version: CB 1.6.2-R0.1
Total Downloads: 10,607
Updated: Sep 5, 2013
Created: Sep 21, 2011
Download BeardStatDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
BeardStat Web UI (RC2) release 22.63 KB Sep 5, 2013 CB 1.6.2-R0.1 2,743 download BeardStat BeardStat Web UI (RC2) releaseDownload
BeardStat 0.6.2 release 142.72 KB Aug 8, 2013 CB 1.6.2-R0.1 755 download BeardStat BeardStat 0.6.2 releaseDownload
BeardStat 0.5.4 release 145.76 KB Mar 20, 2013 CB 1.4.7-R1.0 1,128 download BeardStat BeardStat 0.5.4 releaseDownload
BeardStat 0.5.3 release 175.87 KB Mar 15, 2013 CB 1.4.7-R1.0 610 download BeardStat BeardStat 0.5.3 releaseDownload
BeardStat 0.5.2 release 184.88 KB Feb 28, 2013 CB 1.4.7-R1.0 627 download BeardStat BeardStat 0.5.2 releaseDownload
beardstat 0.4.8 rc 2 release 156.01 KB Oct 16, 2012 CB 1.3.2-R1.0 907 download BeardStat beardstat 0.4.8 rc 2 releaseDownload
0.4.8-Ice Cream release 155.83 KB Aug 29, 2012 CB 1.3.1-R2.0 644 download BeardStat 0.4.8-Ice Cream releaseDownload
0.4.7-Honey release 110.73 KB Jun 23, 2012 CB 1.2.5-R4.0 1,452 download BeardStat 0.4.7-Honey releaseDownload
[JAR ONLY] 0.7 beta 353.21 KB Nov 16, 2013 CB 1.6.4-R2.0 600 download BeardStat [JAR ONLY] 0.7 betaDownload
[JAR ONLY] 0.6.4 beta 157.32 KB Oct 21, 2013 1.6.4 272 download BeardStat [JAR ONLY] 0.6.4 betaDownload
BeardStat 0.6 beta 279.70 KB Jun 1, 2013 CB 1.5.2-R0.1 404 download BeardStat BeardStat 0.6 betaDownload
BeardStat 0.5.1 beta 148.55 KB Feb 3, 2013 CB 1.4.7-R1.0 273 download BeardStat BeardStat 0.5.1 betaDownload
BeardStat 0.5 BETA beta 174.52 KB Jan 13, 2013 CB 1.4.6-R0.1 192 download BeardStat BeardStat 0.5 BETA betaDownload

Description

Share this:

BeardStat logo

BeardStat is statistics tracking plugin for bukkit. It tracks a wide variety of user statistics and makes them available to your playerbase and plugins.

Recorded stats

  • last Login and logout time
  • Total playtime
  • block placement and breaking (including sub/metadata blocks like wool, logs etc)
  • Items picked up/dropped
  • Damage dealt and recieved
  • Kills and deaths
  • Food consumed
  • Sheep sheared and dyed
  • TNT detonated
  • Distance travelled on foot/boat/cart/horse/pig
  • Items crafted
  • Animals tamed
  • Teleports
  • Fishing

Web interface (under development)

BeardStat also comes with a web interface for stats, this allows players to view their own and friends stats on your servers website. the Web interface also includes a scoreboard system to rank players based on various statistics (playtime, creepers killed)

Commands

Stats are recorded per world, and you can blacklist worlds/gamemodes from tracking.
BeardStat also has a number of commands:
* /stats – access to all stats information
* /played – shows a players playyime.
* /laston – Returns the last time the player was on
* /statpage – Allows showing a selection of player stats, useful with Bukkit's command aliasing

Dev 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.

(Please note, zips in dev builds currently contain a broken implementation of the web interface, please instead download the .jar file instead. The web interface available on the right of this page)
Development builds fresh from Jenkins

Issues

BeardStat has an issue tracker on github, https://github.com/tehbeard/beardstat/issues.

For error reports please include the following:
* full stacktrace of the error
* plugin version (inc. build number if using one from CI)
* Bukkit version
* Database type used (SQLite / MySQL)

Plugin integration

BeardStat provides a rich API for plugin developers to hook into BeardStat and read / record statistics.

For Developers

BeardStat stats are identifiable by a unique Id generated from 4 sub components:
* Domain
* World
* Category
* Statistic

Domain is the primary namespace for a collection of stats, the "default" domain is used by BeardStat, I ask that you use
your own unique domain for your plugin (i.e. if you make a PvP arena plugin, you could use the domain "pvparena").
World represents the world in which this stat was recorded, these are for the most part the name of the world.
Two special cases exist however. "__global__" is a reserved world name, meant for stats that do not pertain to a world. The second case is "__imported__", this is a reserved world for stats that have been imported from an older version of BeardStat before per world storage was implemented.
While not intended, you can use the world id for a unique area that is not a whole world (Going back to our pvp arena example, you could use the arena names instead, such as old_forge, broken_bow instead of a world name)

Current plugins that are known to integrate BeardStat:
* BeardAch – Achievements plugin
* SimpleSpleef Evolution

Metrics

BeardStat includes the plugin metrics code developed by Hidendra (author of LWC), which collects anonymous information about the plugins deployment (minecraft, server, plugin version, assumed server location at country level and database type used by BeardStat, aggregated into graph form.) More information on this system, including how to disable it can be found here

Comments

Add a comment