Skip to content

1.7

Compare
Choose a tag to compare
@hyperdefined hyperdefined released this 30 Aug 21:08
· 200 commits to master since this release
a55cea4
  • 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.