Skip to content

Releases: hyperdefined/ToolStats

1.4.2

18 Jun 21:11
e3e1c6a
Compare
Choose a tag to compare
  • Fixes java.lang.IllegalArgumentException: Cannot measure distance from throwing in certain situations (fixes #14).

1.4.1

16 Jun 04:07
63d508f
Compare
Choose a tag to compare
  • Fixed resetting lore using /toolstats reset on looted items.
  • Fixed resetting lore using /toolstats reset on "damage taken" armor pieces.
  • Much better number formatting. They now include commas. These new formats will apply when any stat gets updated on any item. No configuration changes are needed.
  • Support for adding lore to items found in minecarts.

1.4

10 May 19:38
d9ad7eb
Compare
Choose a tag to compare
1.4
  • Fixed lore not being applied to tridents. The data was being tracked, but the lore was not being added. You can do /toolstats reset confirm to reapply the lore.
  • Handle finding new chests better. This should fix an old issue that wasn't documented.

1.3.4

24 Feb 16:48
337f88c
Compare
Choose a tag to compare
  • Fixed /toolstats throwing NPE (fixes #7).

1.3.3

24 Feb 00:58
63b3cb1
Compare
Choose a tag to compare
  • Fixed non armor items getting "damage taken" stats applied (fixes #6).
  • Fixed "damage taken" tracking not taking in account for armor reductions.

1.3.2

22 Feb 20:10
df23f40
Compare
Choose a tag to compare
  • Fixed elytras duplicating "found" tags when picking up (fixes #5). You can hold the elytra and use /toolstats reset to fix the lore.
  • Fixed /toolstats reset not setting the item after fixing the lore.

1.3.1

13 Feb 01:48
53fd7f7
Compare
Choose a tag to compare
  • Fixed a small typo with handling creation dates with /toolstats reset.

Sorry about the constant updates, this should be the final one for a bit!

1.3

11 Feb 20:10
adb1c63
Compare
Choose a tag to compare
1.3
  • Added new reset lore function. If the lore on items is wrong or broken, you can run /toolstats reset to fix the lore. This will check the item tags and apply the correct lore (using your config's formatting). This command now requires toolstats.use permission (which is allowed by default).
  • Fixed fishing rods tags duplicating when you catch a fish.
  • Added tab completions for sub-commands.
  • Fixed plugin.yml permissions.
  • Fixed "Dropped by" tags not having the mob name.

1.2.3

11 Feb 02:44
77b1be6
Compare
Choose a tag to compare
  • Fixed certain stats being tracked when events were canceled.
  • Possibly fix creation tags being duplicated (see #3).
  • Added messages about shift clicking trades/crafts since it's not fully supported. These can be disabled.

The config has changed, so please make sure to update it. The warning messages were added. If you don't want to delete your config, simply add this under messages:

# Display this message if the player shift click trades/crafts items. It's not really easy to get every single item
  # that is crafted. The tag will only be added to the first item. If you don't want this message, simply replace them both with ""
  shift-click-warning:
    crafting: "&cCrafting items via shift clicking does not fully apply tags to each item. This is a limitation with the Bukkit API."
    trading: "&cTrading items via shift clicking does not fully apply tags to each item. This is a limitation with the Bukkit API."

1.2.2

06 Feb 17:29
29e6c99
Compare
Choose a tag to compare

This is a simple change to allow older versions to run the plugin. Versions 1.15+ can now run it! Nothing else has changed. If you don't want to update, you don't need to.