Skip to content

Releases: hyperdefined/ToolStats

1.8.4

15 Dec 23:33
6b263be
Compare
Choose a tag to compare
  • Migrated to Paper API, which drops support for Spigot.
  • Updated to Java 21.

1.8.3

08 Oct 01:21
50b5823
Compare
Choose a tag to compare
  • Fixed compatibility with EntityDamageEvent.DamageCause on older MC versions (#81).
  • Added support for mace (#82).
  • Added support for custom mob names for "dropped by" tags (#71).
  • Fixed duplicate "dropped by" tags from happening (#79).

1.8.2

10 Sep 20:03
227723f
Compare
Choose a tag to compare
  • Add support for gradients in item lores (#72).
  • Fix flight time showing insanely high numbers (#74).
  • Fix trident lore having duplicate entries (#75).

1.8.1

09 Sep 03:04
a43155b
Compare
Choose a tag to compare
  • Fixed armor damage lore being repeated on armor (#70).
  • Fixed "arrows shot" and "damage taken" on /toolstats reset not being added to lore.

1.8

07 Sep 19:55
e9782c2
Compare
Choose a tag to compare
1.8
  • Added support for hex colors in lore (#68).
  • Added "flight time" to elytras (#62).
  • Fixed lore system breaking under certain situations. This is a complete overhaul of the lore system again, you won't need to do anything.

1.7.3

25 Jul 01:33
9412dc0
Compare
Choose a tag to compare
  • Another fix for armor tracking insane damage values (EntityDamageEvent.DamageCause.KILL was finally added). Fixes #64 and #65.

1.7.2

25 May 19:56
330001e
Compare
Choose a tag to compare
  • Possibly fix duplicate creative tags from appearing (#44).
  • Possibly fix negative damage values for armor (here we go again...) (#59).

1.7.1

23 Oct 00:13
cc4176c
Compare
Choose a tag to compare
  • 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

30 Aug 21:08
a55cea4
Compare
Choose a tag to compare
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 and looted-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.

1.6.3

23 May 00:23
72e869d
Compare
Choose a tag to compare
  • Fixed a potential issue with Elytra's "found by" tag (#33).