Skip to content

Releases: McPlayHD/LootrunStatistics

v1.1.1 - bugfixes

05 Feb 14:25
26534a1
Compare
Choose a tag to compare
  • Fixing a bug that would cause several number grouping separators to no longer display all numbers.
  • Fixing a bug where if you didn't find a mythic so far it would sometimes cause Exceptions if you executed some commands and it potentially would also not store mythics when you find one.
  • Fixing some low-level items not getting recorded.
  • Backing up the .json files containing dry- chest count- and mythic find data before loading them.
  • Fixing a bug where using other languages than English would cause items not to get tracked.

v1.1.0 - mythic history, bug fixes, new commands, enhancements

10 Jan 15:10
1d0b87b
Compare
Choose a tag to compare

Fixed:

  • Fixing a bug where with the new Wynncraft version, not all the chest content would be stored anymore.
  • Potential fix for some weird colour code formatting for some clients.

Changed:

  • Now you see the distribution percentages in the /dry command.

Added:

  • Writing a warning message into the chat if an item in a chest is unknown (usually indicates a conflict with some other mod).
  • Adding the following information to the chest database:
    • Pouders
    • Pouches
    • Ingredients
    • Emeralds
    • Open count
    • Last opened date
  • You can now reset the chests in the settings.
    • You can also restore it as long as you don't close Minecraft.
    • If you closed Minecraft you can still manually restore it by overwriting chests.json with chests.json.backup.
  • Adding /lrs settings command to directly access the settings.
  • Adding /lrs rarities command that will show a distribution of all items you found as suggested in #15.
  • Adding a /lrs history command.
    • You can see all your mythics found with the LootrunStatistics mod.
    • You can store the actual mythic if you still have it or toggle the mythic if you still know what it was.
    • You can see the dry info, chest location, date etc. when hovering over the chest resp. dry texts.
      image

v1.0.2 - bugfixes and storing potions

29 Aug 22:00
d647189
Compare
Choose a tag to compare
  • Fixed a bug where renaming bank pages could mess up chest counting.
  • Fixed a bug where toggling fullscreen while in a chest would cause the chest to be counted several times.
  • Recording potions per chest and preparing for counting all other things too (powders, ingredients etc.)

v1.0.1 - fixing mythic names if split on separate lines

26 Jun 18:37
e8ce199
Compare
Choose a tag to compare

Fixed:

  • If a mythic name had a space in it and therefore got split into two lines it would lose its colour.

v1.0.0 - release 🥳 (displaying mythics over chests, added config)

14 Jun 15:36
e8ce199
Compare
Choose a tag to compare
  • All chests will now show what mythics you can find in them.
  • Added command /lootrunstatistics (/lrs, /ls) that will open the configuration GUI for now.
  • Added configurations:
    • Update the mod if there is an update.
    • Display total chest count in chests.
    • Display dry count in chests.
    • Toggle number grouping separator.
    • Show level range above chests.
    • Toggle mythic display above chests.
    • Mythic Configuration.
      • Change Name of mythics.
      • Enable/Ignore mythics.
    • Reload Wynncraft item database.
  • Added update checker for the mod.
  • Added update checker for Wynncraft Item Database.

v0.4 - also considering boxes for level ranges

09 Jun 12:51
d400d32
Compare
Choose a tag to compare
  • if you find boxes it will get all possible items of that box and also consider the edge cases for the level population.
  • if only boxes were found but they are not overlapping or only by one level it can also already get some level range.
  • if after 69 normal items a chest is still not fully levelled and the upper bound is bigger than 100 it will extend the range and make the upper bound level golden. It basically assumes the upper bound since Wynncraft only has normal items up to level 100.

v0.3 - displaying chest level range and lootrun statistics

03 Jun 13:30
8c42dd7
Compare
Choose a tag to compare
  • you can now see the total chests looted and your dry streak similar to https://github.com/albarv340/chestcountmod/
  • added chest level range displaying (requires Wynntils).
    • right now, only "Normal" items are considered for calculating the chest level range. I will also consider boxes sometime in the future.
    • if Wynntils is not installed everything should still work fine apart from the level range display.

v0.2 - importing stats and adding commands

20 May 14:15
c0b199d
Compare
Choose a tag to compare

Importing legacy stats from chestcountmod and wynntils.

Adding /dry and /lastmythic commands.

v0.1 - gathering lootrun statistics

20 May 12:46
c0b199d
Compare
Choose a tag to compare
Pre-release

This version will only record statistics and store them into %appdata%/.minecraft/lootrunstatistics.

You can't display your stats in-game yet.

You also have to manually edit the files if you want to import chest counts etc.

Full Changelog: https://github.com/McPlayHD/LootrunStatistics/commits/v0.1