Add Hiscore Notifications plugin#10491
Merged
riktenx merged 5 commits intorunelite:masterfrom Feb 24, 2026
Merged
Conversation
|
New plugin |
|
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 |
Infinitay
pushed a commit
to Infinitay/plugin-hub
that referenced
this pull request
Feb 26, 2026
* Add Hiscore Notifications plugin * Move to approved version of jsoup * Fix pluginMainClass classpath * Fix classpath issues across the board * Add LICENSE
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.
Repo: https://github.com/malafel-dev/hiscore-notifications
Adds leagues-style notifications when players achieve certain hiscore milestones on the OSRS leaderboards. This plugin queries the hiscores API, and then requests and parses appropriate skill hiscore pages to establish target XP milestones for the player to reach.
I initially forked Milestone Levels and integrated this functionality into that plugin. They are not interested in adding this functionality to the plugin though, so I removed their categories of notifications while still building on their notification code.
More details in the plugin's readme.