Releases: hyperdefined/ToolStats
Releases · hyperdefined/ToolStats
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-rodto configuration sections. - Added missing
crops-harvestedto 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.
1.8.4
- Migrated to Paper API, which drops support for Spigot.
- Updated to Java 21.