Skip to content

Add Boss Helper Bank Sync#13088

Merged
runelite-github-app[bot] merged 2 commits into
runelite:masterfrom
ENiceApps:add-boss-helper-bank-sync
Jun 30, 2026
Merged

Add Boss Helper Bank Sync#13088
runelite-github-app[bot] merged 2 commits into
runelite:masterfrom
ENiceApps:add-boss-helper-bank-sync

Conversation

@ENiceApps

Copy link
Copy Markdown
Contributor

Adds Boss Helper Bank Sync, a companion plugin for the open-source OSRS Boss Helper web app.

What it does: when the opt-in (default-off) toggle is enabled, it writes the player's own bank + inventory + worn equipment + combat levels + GP to a local JSON file in the RuneLite directory. The web app reads that file in the browser to recommend gear and compute DPS from what the player actually owns.

Privacy & safety by design:

  • Read-only — only reads game state; it never modifies the bank, inventory, or any interface.
  • No network requests — it writes a local file only; nothing leaves the user's machine. No HTTP exposure of player info, no crowdsourcing of other players' data.
  • Opt-in, disabled by default. File I/O is confined to the RuneLite directory; disk writes run off the client thread with an atomic temp-file swap.
  • BSD-2-Clause licensed. It is a data-export plugin, not a boss overlay — it adds no combat/PvP indicators or any other restricted feature.

Source: https://github.com/ENiceApps/boss-helper-bank-sync

Thanks for reviewing!

@runelite-github-app

runelite-github-app Bot commented Jun 30, 2026

Copy link
Copy Markdown

@ENiceApps

Copy link
Copy Markdown
Contributor Author

Hello,
Thank you for taking the time to review my plugin and app. It's been a fun side project of mine for a few months now, and I've been using it so much on my slayer tasks. I'm happy to answer any questions you may have. I look forward to your review and comments.
Be well,
E Nice

@riktenx riktenx added the waiting for author waiting for the pr author to make changes or respond to questions label Jun 30, 2026
@runelite-github-app runelite-github-app Bot removed the waiting for author waiting for the pr author to make changes or respond to questions label Jun 30, 2026
@ENiceApps

Copy link
Copy Markdown
Contributor Author

Thank you for trying. An update was pushed, please try again.

@runelite-github-app

Copy link
Copy Markdown

This plugin requires a review from a Plugin Hub maintainer. The reviewer will request any additional changes if needed.


Internal use only: Reviewer details Maintainer details

@runelite-github-app
runelite-github-app Bot merged commit ced4938 into runelite:master Jun 30, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants