Skip to content

Releases: hyperdefined/ToolStats

1.6.2

22 May 04:05
fe5e55d
Compare
Choose a tag to compare
  • Fixed "Traded by" tags not being added to traded items.

1.6.1

21 Apr 19:33
9746789
Compare
Choose a tag to compare
  • 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

16 Jan 18:44
425b315
Compare
Choose a tag to compare
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 your config-version to 4.
# 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

26 Oct 22:13
03d45ea
Compare
Choose a tag to compare
  • Actually fixed weird symbols appearing in numbers. (#21).
  • Fixed "Dropped by" tag being added to items that have tags already (#22).

1.5

13 Oct 22:15
24d30f6
Compare
Choose a tag to compare
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

12 Sep 20:58
3766db3
Compare
Choose a tag to compare
  • Ignore CUSTOM damage causes. This should rule out anymore /kill commands adding damage values to armor.

1.4.4

19 Aug 22:31
05200f0
Compare
Choose a tag to compare
  • Fix handling /kill or similar damage to armor. Armor should not track insane damage values now based on these commands.

1.4.3

15 Aug 15:52
59d0295
Compare
Choose a tag to compare
  • Proper handling of permissions in plugin.yml.

1.4.2

18 Jun 21:11
e3e1c6a
Compare
Choose a tag to compare
  • Fixes java.lang.IllegalArgumentException: Cannot measure distance from throwing in certain situations (fixes #14).

1.4.1

16 Jun 04:07
63d508f
Compare
Choose a tag to compare
  • 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.