Skip to content

Releases: hyperdefined/ToolStats

2.0

26 Jan 21:52
5c4b212

Choose a tag to compare

Happy 4 years, ToolStats!

If you like ToolStats, consider supporting me on Buy Me a Coffee or Patreon!

  • Fixed wrong number formatting used for arrows shot and sheep sheared stat.
  • Fixed villager trade ignoring allow-creative config.
  • Fixed reset token using the wrong value for crops mined.
  • Added these new stat tracking:
    • Bosses killed - separated by wither and ender dragon.
    • Critical strikes - whenever you hit a critical hit on a melee weapon.
    • Trident throws - count how many times you throw a trident.
    • Damage taken was added to shields.
  • Added new world-limit config option. Turn off/on ToolStats in any world.
  • Reworked how the plugin handles loot chests and tagging items from them.
    • This fixes specifically issues with ValhallaMMO.
    • This also fixes breaking loot chests (before you open) and dropping items not having tags.

This update will update your config automatically to add the new options.

1.9.11

23 Dec 00:10
b5040a4

Choose a tag to compare

  • Added support for spears.

1.9.10

05 Nov 22:25
c28ee0f

Choose a tag to compare

  • Added barrels (and all other containers) to be checked for loot found tags (#113).
  • Trial chamber loot (from vaults) now gets looted tags (#113).

1.9.9

23 Jul 16:44
c0d79fd

Choose a tag to compare

  • Added new purge command. This command let's you remove ALL ToolStats data from a given item. See the wiki for more information.
  • Added flight time support for glider data component. This means armor pieces with this data component can track flight time.

1.9.8

15 Jul 14:50
70ed50c

Choose a tag to compare

  • Fixed damage-done token not working with axes in anvils (#109).

1.9.7

15 May 22:59
1d61770

Choose a tag to compare

  • Added missing chat messages for editing/removing stats via command.
  • Added support for changing the material of each tokens.
  • Added support for specifying custom model data value for each token.
  • Added {levels} placeholder to token lore.

1.9.6

07 May 22:13
67d141c

Choose a tag to compare

  • Added configuration options to further customize toggling origin dates/owner for each origin type. Before, ToolStats would only toggle ownership and creation time together. This now lets you set them individually.
  • Changed many configuration names around (the plugin will convert your current config, no action needed).
  • Added normalize-time-creation which sets time creation to be at 12AM, making creation times more "similar."
  • Added new sub-commands edit and remove that lets you change stats to any value or remove stats.
  • Added new configuration option allow-creative to allow stat tracking while in creative mode.
  • Added dropped-on tracking for when an item drops from a mob.

1.9.5

07 Apr 15:01
1e4e963

Choose a tag to compare

  • Added missing damage done reset to /toolstats reset.
  • When a stat is disabled, remove tokens if items have the applied token.
  • Fixed java.lang.NullPointerException: Cannot invoke "java.util.Collection.toArray()" because "c" is null on PlayerMoveEvent with elytras (#99).

1.9.4

05 Apr 22:26
e310f1c

Choose a tag to compare

  • Fix wrong bow/crossbow being used for damage done (fixes #98).

1.9.3

31 Mar 23:30
dfd2ef7

Choose a tag to compare

  • New flight time format. A new entry will be added to your config. Furthermore, the plugin will auto remove the old format on current items to allow backwards compatibility (by @sebampuero with #97 and help from me).
  • A new remove token has been added. This token removes all stats from an item. See the remove token on the wiki.
  • Added "damage done" tracking. This applies to weapons and tracks how much damage they've done overtime.
  • Fix exception from being thrown if the version running is not on GitHub (by @sebampuero with #96).