diff --git a/README.md b/README.md index 6863867..7f26772 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,17 @@ wakatime

-ToolStats is a small plugin that display various stats about tools. This plugin is inspired off of [GearStats](https://www.spigotmc.org/resources/gearstats.12960/). You can disable/enable which stats are shown on which tools via the config. Note: stats are tracked regardless of config setting. +ToolStats is a small plugin that display various stats about tools. This plugin is inspired off of [GearStats](https://www.spigotmc.org/resources/gearstats.12960/). You can disable/enable which stats are shown on which tools via the config. Note: stats are tracked regardless of config setting. The config is to disable the lore on the item. + +Here is everything it tracks: +* Blocks mined (pickaxes, shovels, axes, hoes, shears) +* Player/mob kills (swords, axes, tridents, bows/crossbows) +* Ownership of items when crafted, looted (from chests), traded, and caught from fishing. +* Armor damage taken. +* Fish caught. +* Sheep sheared. + +The best part is, this data is stored on the item itself. ![Image](https://raw.githubusercontent.com/hyperdefined/ToolStats/master/images/image.png) ![Image](https://raw.githubusercontent.com/hyperdefined/ToolStats/master/images/image2.png)