0.6.2
=============
* Public release of web ui, Admin panel coming soon(tm)
* Added metadata update script, provides automatically generated human readable names
* bug fixes
* Disabled interactive stat mode temporarily, should be back in next release.
* /stats -s now uses :: as delimiter, accepts regex
  /stats -s kills::total
* Some refactoring to make maintaining easier
0.6.1
=============
* New web interface for stats
  * Includes scoreboards, which can display and order by multiple stats
  * Has an installer to quickly setup the config file.
* Entities can now be hidden on a scoreboard (can be set by sql, will be via admin area in later release)
* Statistic and category metadata, providing localized/human readable names for stats.
* StatEntity type unlocked, accepts any 16 char string (player is reserved) 
* Fixes to SQLite driver code
* Disabled custom stats, will come back in next version once update the expression parser.

0.6 
=============
* Now track stats by domain (plugin) and world
* Add ability for other entities that can hold stats (currently player,plugin or group)
* Metadata can now be configured by an external file, metadata.txt 


0.5 - Ambrosia
==============
* Asyncronize data access
* bug fixes

0.4.8 - Ice Cream release
=========================
* Custom stats can now be saved to the database
* /exit will leave interactive stats mode early
* stats are now colored better
* Fixed chat for 1.3
* Updated to 1.3 
* format and listformat web files updated to latest blocks
* Some more fixes to attempt to fix ConcurrentModificationException
* Added way to delete player stat blobs
* Work on the database providers to make transfering between them eaiser at a future date.
* Allow port selection for mysql

0.4.7 - Honey release
=============
* /statpage now can look at other players stats
* /stat -p player shows there statpage
* Rebuilt MySQL driver to improve functionality
* Changed /stat functionality (Thanks to LostWave for design changes)
* StatChangeEvent
* Fix exclude list in web API
* Composite stats allows for more advanced dynamic stats
* type: is now case insensitive
* Metadata tracked for specific blocks, used in certain events either 
as an addition (wood) or solely (dyes)

* /playedother removed, functionality rolled into /played command
* /fiston added
* /laston added /firston to display
* --/topplayer added-- Removed,future release.
* Deaths now respect blacklist
* exp.lifetimelvl details total levels earned
* Blacklist changed around blacklist: instead of worlds:

Grapefruit release
==================
* Latest RB Support
* /laston command to view when a player was last online
* added vehicle stat tracking
* Added interactive stat navigation using Conversation API
* Updated entity listeners to use EntityType for name generation
* Added crafting stats tracking
* milking stats
* shearing stats
