Skip to content

Releases: hyperdefined/ToolStats

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).

1.9.2-hotfix-2

15 Feb 18:13
cb5345b

Choose a tag to compare

  • More misc fixes.

1.9.2-hotfix

11 Feb 20:58
eeb6038

Choose a tag to compare

  • Fully fix off-hand duplication.