Releases: hyperdefined/ToolStats
Releases · hyperdefined/ToolStats
1.6.2
- Fixed "Traded by" tags not being added to traded items.
1.6.1
- Changed some logic with applying lore. If there was an issue applying the lore, it will return the old lore back instead.
- Added
damage-taken-int
as requested for armor.
1.6
- Hopefully improved compatibility in some cases with other plugins.
- Fixed using different tools in offhand.
- Fixed "dropped by" tags not being added to drops when killed by trident throwing or shooting with a bow.
- Added support for full customization of number and date formatting (#24).
The plugin will complain about you not having some config values, you can add these! If you add them, make sure to update yourconfig-version
to4
.
# Change the default formatting for dates.
# See: https://www.digitalocean.com/community/tutorials/java-simpledateformat-java-date-format
# Example: "dd/MM/yyyy"
date-format: "M/dd/yyyy"
# Change number formatting.
# You probably do not need to touch this.
number-formats:
comma-separator: ","
decimal-separator: "."
comma-format: "#,###"
decimal-format: "#,###.00"
1.5.1
1.5
- Added the ability to change date formatting (#20).
- Fixed rare case of French number formatting using symbols Minecraft can't display (#19).
The plugin will yell at you for not having date-format
in your config. If you don't want to redo it, simply add this below to it:
# Change the default formatting for dates.
# See: https://www.digitalocean.com/community/tutorials/java-simpledateformat-java-date-format
# Example: "dd/mm/yyyy"
date-format: "M/dd/yyyy"
If you don't add it, it will simply use the default format.
1.4.5
- Ignore
CUSTOM
damage causes. This should rule out anymore /kill commands adding damage values to armor.
1.4.4
- Fix handling
/kill
or similar damage to armor. Armor should not track insane damage values now based on these commands.
1.4.3
- Proper handling of permissions in
plugin.yml
.
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.