Add OSPulse plugin#13425
Open
jonathanavis96 wants to merge 2 commits into
Open
Conversation
|
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
OSPulse is an all-in-one information panel for Old School RuneScape: banking-aware session profit (bank trips are not counted as losses), a complete loot feed (wealth-delta based, so it catches everything, not just NPC drops), total net worth (bank + inventory + equipment + GE), XP gained, GE flip P&L, and a live gear DPS / max-hit calculator and optimiser. All item valuation uses RuneLite's built-in GE prices via
ItemManager— no socket for pricing.Repository: https://github.com/jonathanavis96/ospulse (BSD-2-Clause;
NOTICEcredits data provenance — equipment stats are clean-room from the game cache, monster/weapon data from weirdgloop/OSRS Wiki).Build: pure Java (targets 11),
build=standard, no dependencies outside runelite-client transitives.Network: the plugin makes no network calls except one optional, off-by-default "Price trends" feature, which requests item price history from the OSRS Wiki price API (prices.runescape.wiki) and sends only an item id — no account name or player data. This is disclosed on the config option that enables it and via the manifest
warning=.