Releases: hyperdefined/ToolStats
Releases · hyperdefined/ToolStats
1.4.2
1.4.1
- Fixed resetting lore using
/toolstats reset
on looted items. - Fixed resetting lore using
/toolstats reset
on "damage taken" armor pieces. - Much better number formatting. They now include commas. These new formats will apply when any stat gets updated on any item. No configuration changes are needed.
- Support for adding lore to items found in minecarts.
1.4
- Fixed lore not being applied to tridents. The data was being tracked, but the lore was not being added. You can do
/toolstats reset confirm
to reapply the lore. - Handle finding new chests better. This should fix an old issue that wasn't documented.
1.3.4
1.3.3
1.3.2
1.3.1
- Fixed a small typo with handling creation dates with
/toolstats reset
.
Sorry about the constant updates, this should be the final one for a bit!
1.3
- Added new reset lore function. If the lore on items is wrong or broken, you can run
/toolstats reset
to fix the lore. This will check the item tags and apply the correct lore (using your config's formatting). This command now requirestoolstats.use
permission (which is allowed by default). - Fixed fishing rods tags duplicating when you catch a fish.
- Added tab completions for sub-commands.
- Fixed
plugin.yml
permissions. - Fixed "Dropped by" tags not having the mob name.
1.2.3
- Fixed certain stats being tracked when events were canceled.
- Possibly fix creation tags being duplicated (see #3).
- Added messages about shift clicking trades/crafts since it's not fully supported. These can be disabled.
The config has changed, so please make sure to update it. The warning messages were added. If you don't want to delete your config, simply add this under messages:
# Display this message if the player shift click trades/crafts items. It's not really easy to get every single item
# that is crafted. The tag will only be added to the first item. If you don't want this message, simply replace them both with ""
shift-click-warning:
crafting: "&cCrafting items via shift clicking does not fully apply tags to each item. This is a limitation with the Bukkit API."
trading: "&cTrading items via shift clicking does not fully apply tags to each item. This is a limitation with the Bukkit API."
1.2.2
This is a simple change to allow older versions to run the plugin. Versions 1.15+ can now run it! Nothing else has changed. If you don't want to update, you don't need to.