Releases: hyperdefined/ToolStats
Releases · hyperdefined/ToolStats
1.8.4
- Migrated to Paper API, which drops support for Spigot.
- Updated to Java 21.
1.8.3
1.8.2
1.8.1
1.8
1.7.3
1.7.2
1.7.1
- Added 2 new tool tracking stats:
- "Crops harvested" for hoes.
- "Arrows shot" for bows/crossbows.
- Added "creative" item origin. Any items will be tagged if they were spawned in creative mode (#41).
- Added a new config updater system. This means you do NOT need to add new config values or regenerate your config for updates. The plugin will do this automatically now.
- Fixed crafting bowls adding tags when they shouldn't be (#42).
- Added hashes to newly created items (only ones we want to track). This does not have a purpose yet, but can be used for detecting item duplications. Any current items will automatically generate hashes. This can be disabled in the config. Requested by CraniX.
Thank you everyone for your continued support!
1.7
- Added support for Folia! Thanks to MorePaperLib.
- Added new
toolstats:origin
tags for items to better track where items came from, rather than relying in the lore. This version will add tags to missing items based on the current lore. Any new items will have their origin's set correctly. - Added config for
looted-by
andlooted-on
for items found in newly spawned chests. This will be missing from your config, you can add it like this:
looted:
looted-by: "&7Looted by: &8{player}"
looted-on: "&7Looted on: &8{date}"
found-by: "&7Found by: &8{player}"
found-on: "&7Found on: &8{date}"
- Fixed
/toolstats reset
having the wrong logic for checking if an item is valid.