Skip to content

Releases: hyperdefined/ToolStats

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.

1.2.1

05 Feb 21:44
1c18a1a
Compare
Choose a tag to compare
  • Fixes an issue with listening to EntityDamageByBlockEvent.

1.2

31 Jan 22:45
f0ec409
Compare
Choose a tag to compare
1.2
  • Fully customize the look and feel of the messages! Note: this might not work with your existing items! It's recommended to only change them when you first install the plugin now. If you change them, they will not properly update and you might have duplicate tags. This is a limitation of how lores work (the plugin searches for the lore, so changing words might make it miss it). If you do not want to mess up existing tags, you can change the colors only and not the wording.
  • Fixed villager trading. Players were about to trade without spending anything. This was from me incorrectly setting the item that gets traded.

The config has once again changed, so please regenerate!