nineMinecraft is a joke site.
nineMinecraft is in no way affiliated with Modrinth or 9minecraft. (And frankly, who wants to be affiliated with the latter?)
Filter loader...
Filter versions...
  • Fixed compatibility with EntityDamageEvent.DamageCause on older MC versions (#81).
  • Added support for mace (#82).
  • Added support for custom mob names for "dropped by" tags (#71).
  • Fixed duplicate "dropped by" tags from happening (#79).
  • Add support for gradients in item lores (#72).
  • Fix flight time showing insanely high numbers (#74).
  • Fix trident lore having duplicate entries (#75).
  • Fixed armor damage lore being repeated on armor (#70).
  • Fixed "arrows shot" and "damage taken" on /toolstats reset not being added to lore.
  • Added support for hex colors in lore (#68).
  • Added "flight time" to elytras (#62).
  • Fixed lore system breaking under certain situations. This is a complete overhaul of the lore system again, you won't need to do anything.
  • Another fix for armor tracking insane damage values (EntityDamageEvent.DamageCause.KILL was finally added). Fixes #64 and #65.
  • Possibly fix duplicate creative tags from appearing (#44).
  • Possibly fix negative damage values for armor (here we go again...) (#59).
  • Added 2 new tool tracking stats:
    • "Crops harvested" for hoes.
    • "Arrows shot" for bows/crossbows.
  • Added "creative" item origin. Any items will be tagged if they were spawned in creative mode (#41).
  • Added a new config updater system. This means you do NOT need to add new config values or regenerate your config for updates. The plugin will do this automatically now.
  • Fixed crafting bowls adding tags when they shouldn't be (#42).
  • Added hashes to newly created items (only ones we want to track). This does not have a purpose yet, but can be used for detecting item duplications. Any current items will automatically generate hashes. This can be disabled in the config. Requested by CraniX.

Thank you everyone for your continued support!

  • Added support for Folia! Thanks to MorePaperLib.
  • Added new toolstats:origin tags for items to better track where items came from, rather than relying in the lore. This version will add tags to missing items based on the current lore. Any new items will have their origin's set correctly.
  • Added config for looted-by and looted-on for items found in newly spawned chests. This will be missing from your config, you can add it like this:
looted:
    looted-by: "&7Looted by: &8{player}"
    looted-on: "&7Looted on: &8{date}"
    found-by: "&7Found by: &8{player}"
    found-on: "&7Found on: &8{date}"
  • Fixed /toolstats reset having the wrong logic for checking if an item is valid.
  • Fixed a potential issue with Elytra's "found by" tag (#33).
  • Fixed "Traded by" tags not being added to traded items.
  • 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

by hyperdefined on Jan 16, 2023
Download
  • 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. 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

by hyperdefined on Oct 13, 2022
Download
  • 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

by hyperdefined on Sep 12, 2022
Download
  • Ignore CUSTOM damage causes. This should rule out anymore /kill commands adding damage values to armor.
  • Fix handling /kill or similar damage to armor. Armor should not track insane damage values now based on these commands.

External resources


Project members

hyperdefined

Owner


Technical information

License
GPL-3.0-only
Project ID