Releases: hyperdefined/ToolStats
Releases · hyperdefined/ToolStats
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.
1.2.1
- Fixes an issue with listening to
EntityDamageByBlockEvent
.
1.2
- Fully customize the look and feel of the messages! Note: this might not work with your existing items! It's recommended to only change them when you first install the plugin now. If you change them, they will not properly update and you might have duplicate tags. This is a limitation of how lores work (the plugin searches for the lore, so changing words might make it miss it). If you do not want to mess up existing tags, you can change the colors only and not the wording.
- Fixed villager trading. Players were about to trade without spending anything. This was from me incorrectly setting the item that gets traded.
The config has once again changed, so please regenerate!