Releases: hyperdefined/ToolStats
Releases · hyperdefined/ToolStats
1.9.5
1.9.4
1.9.3
- 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
- More misc fixes.
1.9.2-hotfix
- Fully fix off-hand duplication.
1.9.1
- 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
- New token system (off by default)! This let's players add stat tokens to their items to track stats instead of everything being tracked! You can find more information on the wiki: https://github.com/hyperdefined/ToolStats/wiki/Token-System
- Fixed MiniMessage support.
1.8.7
- 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
- Fix handling empty messages in config.
1.8.5
- Fix issues with shift-clicking crafting and trading throwing a
NullPointerException
.