TheStonedTurtle / Loot-Logger

A RuneLite plugin that stores Loot Tracker data locally
BSD 2-Clause "Simplified" License
6 stars 9 forks source link

Loot Logger Plugin Installs Plugin Rank

Requires the Loot Tracker plugin to be enabled

Logs Loot Tracker data locally and adds new side-panel UI for viewing it.

Data Storage

Data is stored at ~/.runelite/loots/HASH where HASH is your account's unique hash, this was changed from your login name (or email address) as RuneLite is not aware of your login name when ran through the Jagex launcher.

Records are split into individual files by using the records name (*name*.log).

Data is stored in JSON Lines format.

The data stored is based off the LTRecord file.