Skip to content

Releases: hyperdefined/ToolStats

1.9.5

07 Apr 15:01
1e4e963
Compare
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
Compare
Choose a tag to compare
  • Fix wrong bow/crossbow being used for damage done (fixes #98).

1.9.3

31 Mar 23:30
dfd2ef7
Compare
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
Compare
Choose a tag to compare
  • More misc fixes.

1.9.2-hotfix

11 Feb 20:58
eeb6038
Compare
Choose a tag to compare
  • Fully fix off-hand duplication.

1.9.1

29 Jan 04:13
434f0df
Compare
Choose a tag to compare
  • Turning off statistics via configuration now fully disables the data from the item, rather than turning off just the lore. This means the items won't track data regardless of configuration.
  • Adding tokens to items now follows the configuration for statistics that are disabled/enabled.
  • When hashes are disabled, remove them from items that have it.
  • Added missing fishing-rod to configuration sections.
  • Added missing crops-harvested to configuration.
  • Configuration now updates in order from lowest configuration version to highest.

1.9

27 Jan 00:00
f78609b
Compare
Choose a tag to compare
1.9

1.8.7

22 Jan 23:21
ff578e1
Compare
Choose a tag to compare
  • Fix bow/crossbow off-hand detection.
  • Finally handle shift-clicking via trades & crafting. This means the warning message is gone and all items that were crafted/traded have the correct data now.
  • Revert back to string comparison for lore detecting. This should fix anymore duplicate entries.

1.8.6

18 Jan 18:08
98ee84a
Compare
Choose a tag to compare
  • Fix handling empty messages in config.

1.8.5

17 Dec 22:48
7b12a13
Compare
Choose a tag to compare
  • Fix issues with shift-clicking crafting and trading throwing a NullPointerException.