mirror of
https://github.com/runelite/plugin-hub.git
synced 2025-12-23 22:48:49 -05:00
add loot-ledger (#8981)
* Create loot-ledger Show NPC drop tables in the Music tab with progress bar, hover tooltips, search, and visibility toggles. Track obtained items per account or per NPC, dimming icons, supporting manual toggles, and updating live as you loot. Cache drop tables to disk with weekly refresh and bundled Items.json for resolving item names. * Update loot-ledger improve executor safety and graceful shutdown behavior - DropFetcher now ensures its executor is always available with a new ensureExecutor() check. - All background executors use daemon threads so they don't block JVM shutdown. - Replaced shutdownNow() calls with graceful shutdown()
This commit is contained in:
2
plugins/loot-ledger
Normal file
2
plugins/loot-ledger
Normal file
@@ -0,0 +1,2 @@
|
||||
repository=https://github.com/ChunkyAtlas/loot-ledger.git
|
||||
commit=c5a43da1ce514988e6cd48f4830e50d46f7f0c7e
|
||||
Reference in New Issue
Block a user