You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ToolStats is a Paper 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.
@@ -22,6 +20,7 @@ Here is everything it tracks:
22
20
* Fish caught.
23
21
* Sheep sheared.
24
22
* Arrows shot (bows/crossbows)
23
+
* Flight time with elytras.
25
24
26
25
The best part is, this data is stored on the item itself. You can also change how the lore is displayed on the items!
27
26
@@ -43,8 +42,5 @@ If item lore is ever incorrect/missing, you can run `/toolstats reset`. This com
43
42
## Documentation
44
43
Visit the [wiki](https://github.com/hyperdefined/ToolStats/wiki) for help.
45
44
46
-
## Support
47
-
You can join the [Discord](https://discord.gg/rJuQXVcJz8) for support.
48
-
49
45
## License
50
-
This plugin is released under GNU General Public License v3. See [LICENSE](https://github.com/hyperdefined/ToolStats/blob/master/LICENSE).
46
+
This plugin is released under GNU General Public License v3. See [LICENSE](https://github.com/hyperdefined/ToolStats/blob/master/LICENSE).
0 commit comments