Commit Graph

8780 Commits

Author SHA1 Message Date
TheStonedTurtle
aa3dec3cf7 update runite-rocks to v1.4 (#10009) 2025-12-29 13:33:34 +01:00
TheStonedTurtle
5fb10923a2 update banked-experience to v2.8.1 (#10011) 2025-12-29 13:16:32 +01:00
Cube
d2869767df update world-recolor to v1.1.0 (#9994) 2025-12-28 22:52:01 -08:00
Robin
0ae5855a88 Update wom-utils to v1.4.18 (#9998) 2025-12-29 07:43:25 +05:30
ChunkyAtlas
5f97e1a54f Update chance-man to v2.8.5 (#9996) 2025-12-29 07:38:37 +05:30
ScreteMonge
05d1220fa3 update creators-kit to v2.1.4 (#10002) 2025-12-29 01:48:41 +01:00
NullBotOSRS
b310650917 add osrs-chatlogger (#9966)
* Create osrs-chatlogger

Add OSRS Chatlogger plugin

* Update osrs-chatlogger

Update with correct repository format and commit hash

* Update osrs-chatlogger

Update osrs-chatlogger commit hash

* Update osrs-chatlogger

Update osrs-chatlogger commit

* Update plugins/osrs-chatlogger

* Update osrs-chatlogger

Simplified shutdown method as requested by reviewer

---------

Co-authored-by: riktenx <riktenx@gmail.com>
2025-12-28 18:30:51 -05:00
Knovek
0b7de2d0e4 add one-shot (#9794)
* Create one-shot

* Removed dotenv dependencies

* remove org.jetbrains dependencies

* removed gson and okhttpclient initializations

* images resized and removed system prints

* Update one-shot

removed hcim scout function

* Update one-shot

removed unnecessary imports

* Update one-shot

removed use of java.lang.reflect.*

* Update plugins/one-shot

* Update one-shot

removed use to java httpconnection
removed unused functions/imports in discordwebhooks class file

* Update one-shot

added scheduler shutdown to deinit() function in OneShotPanel

---------

Co-authored-by: riktenx <riktenx@gmail.com>
2025-12-28 18:24:05 -05:00
aliebl
0659b71476 add boss-buddy (#9744)
* Create boss-buddy

* Update boss-buddy to pass pull request build

* Update boss-buddy

* Update boss-buddy

* Update boss-buddy

* Update boss-buddy

* Update boss-buddy

* Update boss-buddy per code review

* Update boss-buddy

Remove unused import and ability to input NPC ids

* Removed jsoup dependency. Added copyright for refenced source code.

* Update boss-buddy

Updated to remove overlay on shutdown
2025-12-28 18:12:12 -05:00
nwerblun
8dd9e0019d update repeated-sound-canceler (#9993)
* Create repeated-sound-canceler

* Update repeated-sound-canceler

* Update repeated-sound-canceler

* Update repeated-sound-canceler
2025-12-28 10:03:22 -08:00
anmcgrath
a11e224328 update turning-circles (#9991)
* Update turning circles plugin

Fix error in velocity calculation as negative numbers at 0.5 were not being rounded up. This improves path calculation for NE/SE etc.

* Update commit reference in turning-circles plugin

Updates to fix a path rendering bug
2025-12-28 10:01:17 -08:00
Jonathan Garelick
ffef54ee65 update tick-fixer-for-mac to v1.1.1 (#9987) 2025-12-28 08:50:53 +01:00
Skill Cape
85af9159d5 add presence-checker (#9975)
* Create presence-checker

* Update presence-checker

Attempt at fixing build

* Update presence-checker

PresenceChecker.java: deleted the line clientToolbar.openPanel(navButton); in 

PresenceCheckerPanel.java: removed the entire new Thread(...) block. I replaced it with javax.swing.Timer (set to 2000ms) and added timer.setRepeats(false).
2025-12-28 00:46:33 -05:00
Mason
44ebec4dc2 add loot-hud (#9980)
* Create LootHUD

* Rename LootHUD to Loothud

* Rename Loothud to Loot-hud

* Update Loot-hud

* Rename Loot-hud to loot-hud

* Update loot-hud

* Update loot-hud
2025-12-28 00:43:26 -05:00
raysfanatic02
cd3b9055b6 add venomator-bow (#9971)
* Create venomator-bow

* Update venomator-bow

* Update Venomator Bow commit

* Update venomator-bow build.gradle
2025-12-28 00:29:22 -05:00
nwerblun
680b80266e Update repeated-sound-canceler (#9986) 2025-12-28 09:50:35 +05:30
Proven
0ada662701 update chat-widgets to v1.0.0 (#9982)
* Create private-chat-widget

* Update private-chat-widget

Updated commit #

* Update private-chat-widget

Updated commit # again

* Update private-chat-widget

* Update commit # for the last time (I hope)

* Updated commit #

* Updated plugin

* Updated README and made background colour-related tweaks.

* Update and rename private-chat-widget to chat-widgets

* Update chat-widgets

* Update chat-widgets

* Removed duplicate code, now handles most ChatMessageType types

* Fixed an issue where private chat icons would render for old messages that exceed the max message count

* Now includes break <br> tag handling in game messages and a comprehensive README file.
2025-12-27 17:25:44 -05:00
riktenx
3e7089ccd4 update loot-filters (#9983) 2025-12-27 15:11:56 -05:00
nwerblun
632324d3e0 add repeated-sound-canceler (#9939)
* Create repeated-sound-canceler

* Update repeated-sound-canceler
2025-12-27 15:03:13 -05:00
Doink Oink
f980cfd89c add loot-lister (#9905)
* Create loot-lister

* Updated runelite-plugin.properties

* Removed a sout

* Unregistered overlay on shutdown
2025-12-27 14:49:55 -05:00
NathanVegetable
c0e8924bcf add barracuda-trials-pathfinder (#9557)
* Add Barracuda Trial plugin

* Update commit hash for resized icon

* Add BSD 2-Clause license

* update barracuda-trial

* Add full difficulty support and static route navigation for Tempor Tantrum

* UI & pathfinding improvements, fixes

* Update icon

* Better Shark route

* update

* Add Jubbly Jive pathfinding for Swordfish and Shark difficulties

* Add Gwenith Glide and tune-up all features
2025-12-27 14:37:51 -05:00
Mark
bee7e56539 add sailing-reorderer (#9919) 2025-12-27 14:18:15 -05:00
JNCressey
1cd58fe4db add nohintarrow (#9876)
* Create no-hintarrow

* replace example plugin ConfigGroup name

* Update noHintArrow

Added an optional substitute marker

* Rename noHintArrow to nohintarrow

* User settings shown in readme

* Alerts in chat now disabled by default and part of debug options
2025-12-27 14:16:25 -05:00
NorbsCode
8817e64854 add rune-messages (#9952)
* Add rune-messages plugin

* Update rune-messages commit hash

* Update rune-messages commit hash

* Update rune-messages commit hash

* Update rune-messages commit hash

* Update plugins/rune-messages

---------

Co-authored-by: riktenx <riktenx@gmail.com>
2025-12-27 14:14:12 -05:00
Alex Betson
fe8c84e4ef add clue-step-timer (#9933)
* Add Clue Step Timer plugin

* Remove incorrectly named plugin file

* Add Clue Step Timer plugin

Adds Clue Step Timer, a RuneLite plugin that times each clue scroll step.

- Starts timing when a clue scroll is read/opened
- Stops when the next clue scroll or a casket is obtained
- Displays the step duration in chat
- No automation, no input modification, display-only

* Remove nested plugins directory

* Add Clue Step Timer plugin

Adds Clue Step Timer, a RuneLite plugin that times each clue scroll step.

- Starts timing when a clue scroll is read/opened
- Stops when the next clue scroll or a casket is obtained
- Displays the step duration in chat
- No automation, no input modification, display-only

* Fix Plugin Hub filename to match naming rules

* Add Clue Step Timer plugin

Adds Clue Step Timer, a RuneLite plugin that times each clue scroll step.

- Starts timing when a clue scroll is read/opened
- Stops when the next clue scroll or a casket is obtained
- Displays the step duration in chat
- No automation, no input modification, display-only

* Fix plugin repository URL

* Updated 40-character SHA

* Tidied Repository and Updated README

* Re-added Functionality for Master Caskets

* Handle master caskets via item name fallback
2025-12-27 13:36:57 -05:00
anmcgrath
12c5e0ca36 update turning-circles (#9972)
- Now handles acceleration + speed bosts
- Handles reversing of boats
2025-12-27 12:33:07 -05:00
Maewi
dffa93564f update deepseatrawling (#9977)
* update deepseatrawling

* Fixed issue with skiff notifications
2025-12-27 12:32:04 -05:00
ChunkyAtlas
1ec626fecf Update chance-man to v2.8.4 (#9976) 2025-12-27 21:22:08 +05:30
1Defence
3709bd487b Update teleport-zoom (#9979) 2025-12-27 21:20:04 +05:30
Arun Sundaram
ed3f1c7fa6 update trade-tracker to v1.0.2 (#9978)
Altered method to load images to reference main plugin class instead of client
2025-12-26 21:44:26 -08:00
Arun Sundaram
d23c279cbd update trade-tracker (#9973) 2025-12-26 18:54:36 -08:00
David Reess
13a71abe18 update time-tracking-reminder (#9974)
- Support for coral patches
2025-12-26 18:49:16 -08:00
ThePharros
11bb246059 add food-coloring (#9943)
* add Food Coloring plugin

* added LICENSE
2025-12-26 18:31:51 -05:00
stutify
441499725c add collapse-chat (#9946) 2025-12-26 18:28:22 -05:00
Proven
50c0d74bbe add chat-widgets (#9902)
* Create private-chat-widget

* Update private-chat-widget

Updated commit #

* Update private-chat-widget

Updated commit # again

* Update private-chat-widget

* Update commit # for the last time (I hope)

* Updated commit #

* Updated plugin

* Updated README and made background colour-related tweaks.

* Update and rename private-chat-widget to chat-widgets

* Update chat-widgets

* Update chat-widgets

* Removed duplicate code, now handles most ChatMessageType types

* Fixed an issue where private chat icons would render for old messages that exceed the max message count
2025-12-26 18:06:33 -05:00
ArchRBX
77ed92f785 add wheresmyboat (#9864)
* Create wheresmyboat

* added config, ships now colour-coded, added health display, fixed some issues with ownership not updating

* greatly improved the widget's visuals, added missing ports, added fallback functionality

added missing ports, added port & boat type sprites. now creates a widget for each boat in the panel. added fallback for ports not supported by an enum
2025-12-26 17:56:10 -05:00
Arun Sundaram
bfbedc5ec0 add trade-tracker to v1.0.0 (#9776)
* Added Trade Tracker plugin 1.0.0

* Removed author key from trade-tracker

* Removed new Gson instance creation

* Update trade-tracker

* Better organized utility functions

* Updated readme

* Added config option to filter for item IDs, added popup option to manually save history

* TradeTracker: improved config and number formatting for simple trades

* Trade-tracker: ability to highlight traded players & changed UI descriptions

* TradeTracker: Auto-remove button tooltip shows configured lifetime

* TradeTracker: improved method for getting traded player

* TradeTracker: fixed incomplete commit

* TradeTracker: updated resource directory and functions as per plugin-hub guidelines

* TradeTracker: Updated visuals for trade panel. Minor refactor to reduce save size by ~25%.

* TradeTracker: removed highlighting feature

* TradeTracker: added tooltip to profile to show total number of logged trades
2025-12-26 17:53:30 -05:00
kellygrillojr
8ebd64fed3 add osrsloottracker (#9843)
* Added file to plugin-hub/plugins for osrsloottracker

* no message

* New Commit

* no message

* No longer sleeping the executor service, now I am using executor.schedule to get the logged in users RSN as per Riktenx's comment.

* Update plugins/osrsloottracker

---------

Co-authored-by: riktenx <riktenx@gmail.com>
2025-12-26 17:33:25 -05:00
14manj01
1aab70e2dc add myipidlecrab (#9915)
* Add MyIP's Idle Crab plugin

* Delete plugins/myips-idle-crab directory

* Create myipidlecrab

* Update myipidlecrab

* Update myipidlecrab

* Update myipidlecrab

* Update myipidlecrab

* Update myipidlecrab

* Update myipidlecrab
2025-12-26 16:50:45 -05:00
Kevin Edry
0b677274c6 update quest-voiceover to v1.5.0 (#9958) 2025-12-26 14:51:02 -05:00
Maewi
201e1fde59 update deepseatrawling (#9967) 2025-12-26 14:37:53 -05:00
Lake
737b8a2c36 update contextual-cursor to v1.6.2 (#9970) 2025-12-26 14:33:50 -05:00
1Defence
03977afcf0 update teleport-zoom (#9968) 2025-12-26 14:30:47 -05:00
Robbe De Neve
c0a6599227 update discord-chat-logger (#9969) 2025-12-26 14:28:01 -05:00
ChunkyAtlas
2c251d5b9d update chance-man to v2.8.3 (#9965)
- keep Show Drops open across tab switches
- add config to "alwaysShowDrops"
- update to v2.8.3
2025-12-26 11:26:20 -05:00
findarian
be5470146d update pvp-leaderboard (#9964) 2025-12-26 11:25:33 -05:00
peanubnutter
8ea5419ad4 update event-scouting to v1.0.1 (#9960)
Update Event Scouting plugin to support Special Sailing Shoals
2025-12-26 11:24:47 -05:00
peanubnutter
36991da72d update collection-log-luck to v1.2.2 (#9953)
Fix null pointer exception caused by personal best times
Support Shellbane Gryphon, Steel Ring, etc.
2025-12-26 11:24:06 -05:00
Jake Vollkommer
e2a060075b Update book-of-the-dead-reminder to v1.0.2 (#9959) 2025-12-24 16:19:58 -06:00
1Defence
e6d7bb03a3 Update teleport-zoom (#9963) 2025-12-24 16:17:46 -06:00