Commit Graph
7920 Commits
Author SHA1 Message Date
Ashley Thew fcc487407f add cooking-chance-tooltip (#8880)
* Add cooking chance tooltip plugin

Introduces the cooking chance tooltip plugin by referencing its repository and commit hash.

* Update cooking-chance-tooltip

* Update cooking-chance-tooltip
2025-09-04 18:20:54 +02:00
Tanner 8559fe68f9 Update clear-unsent-messages (#8974) 2025-09-04 11:00:56 -05:00
bielie993-ui c1e75a55fe add accidental-teleport-blocker (#8940) 2025-09-04 11:32:48 -04:00
riktenx b173dfe5f5 Update loot-filters to v1.10.6 (#8987) 2025-09-04 10:18:53 -05:00
Lucas Wood 6c410e7a1e Update rich-text-notes (#8997) 2025-09-04 10:15:52 -05:00
Thomas Langdon d010fa9d4d add overhead-alarm (#8953) 2025-09-04 10:48:06 -04:00
LuxOG bcf9d90b3e add crabs-for-dummies (#8959) 2025-09-04 10:43:13 -04:00
Karl Goffin c07881d8d9 add brimhaven-agility (#8889)
* Adds the brimhaven-agility plugin

* Addresses feedback from RuneLite plugin hub PR

* ensures license header is present on all files from Quest Helper
* simplifies config
* wrap build.gradle lines at 120 chars

* Addresses code review feedback, fixes a bug in subPath, adds GH action

* ensures an infinite loop cannot occur in pathfinding
* ensures recomputing path runs on client thread
* fixes a bug in subPath which was causing incorrect paths for a tick
* adds Github action to ensure plugin builds correctly

* Adds an extra safety check to reconstructPath
2025-09-04 10:27:24 -04:00
Bradley Newman 1f46928350 add systemclock (#8876)
* Create systemclock

* Update systemclock

* Update systemclock

* Update systemclock
2025-09-04 10:01:47 -04:00
Carson Mullins f7bc11f913 update project-xeric to v1.1.0 (#8994)
* feat: re-add sorting and filtering
2025-09-04 01:25:53 +02:00
Jason O'Neill 1363b061bc Update no-bad-alchs to v1.2.3 (#8993) 2025-09-03 15:13:32 -05:00
riktenx 394881c94b revert no-bad-alchs (#8991) 2025-09-03 14:15:27 +02:00
Jason O'Neill c1a3d3e006 update no-bad-alchs to v1.2.2 (#8988) 2025-09-02 23:38:57 -04:00
Benjamin Z 56e157e825 update varlamore-house-thieving to v1.5.5 (#8989)
# Release v1.5.5

Various configuration and usage updates

- Implemented newer Notification spec for configuration options
- Added a high contrast arrow option for distraction icon
- Added stroke to the default distraction icon
- Altered the The distracted citizen flashing in house option to also control alerting
- Lowered the bonus chest red threshold to 45 seconds
2025-09-02 23:38:27 -04:00
AhDoozy 47ed6453b7 add item-requirements (#8783)
* Create newfile

* Update newfile

* Create Item-Requirements

* Delete newfile

* Rename Item-Requirements to item-requirements

* Update item-requirements

* Update item-requirements

* Update item-requirements

I've changed the logging to debug so it won’t spam at info level, removed the unnecessary JSON path fallbacks (the file always loads from /Items-Information.json), and replaced the manual JSON parsing with a typed ItemRequirementEntry + Gson map. I also ensured quest strings are handled cleanly, with unknown ones ignored rather than causing errors.
2025-09-02 14:21:32 -04:00
JoeFoote ff027545dc add afk-dimmer (#8854)
* Create afk-dimmer

* Update afk-dimmer

* Update afk-dimmer
2025-09-02 13:47:32 -04:00
Danial 3881a55c95 update group-storage-reminder (#8985)
* Only show if player is a group ironman

* Resize icon
2025-09-02 10:44:07 -07:00
vikke1234 454e41cefb update raids-death-indicator (#8986) 2025-09-02 10:43:13 -07:00
Xylot 6bb6647a04 update escape-crystal-notify to v1.9 (#8971)
* Update escape-crystal-notify (v1.9)

* Update escape-crystal-notify (v1.9)
2025-09-01 21:45:25 -04:00
Jmmuir a8bae87309 Update fairy-ring-butterflies (#8979) 2025-09-01 14:58:24 -05:00
Jason O'Neill 860f19bcc2 update no-bad-alchs to v1.2.1 (#8972) 2025-09-01 12:41:46 -07:00
Loze-Put d434eec1bd update projectile-override to v1.0.2 (#8966)
* Update projectile-override to v1.0.1

* Update projectile-override to v1.0.2

* Update projectile-override

Update readme
2025-09-01 12:40:04 -07:00
nmlynch94 b6605972ee Update tempoross to 1.7 (#8967) 2025-09-01 12:33:39 -07:00
chocobos 6a8e7da53e update bracelet-reminder (#8973) 2025-09-01 14:19:10 -04:00
Krytlex 39fc28b7a3 update slayer-wiki (#8970)
* Update slayer-wiki

* Update slayer-wiki
2025-09-01 14:18:06 -04:00
Zoinkwiz 3d0a1787aa update quest-helper to v4.10.0.1 (#8975)
Fix for the bank filtering.
2025-09-01 17:30:36 +02:00
Reinhardt Rijna ac14fe1eb2 update runeprofile to v2.2.1 (#8938)
* RuneProfile v2.2.1

* improve autosync schedular to avoid race conditions and overlapping syncs

* synchronize image io
2025-09-01 00:09:54 -04:00
HarperDevLab 80f636ea3e update tick-beats-metronome (#8920)
* Update Tick Beats

Implemented 2 requested features:

-Volume control for tick sounds
Implemented using javax.sound.sampled (same approach as music playback). The Gain parameter in RuneLite’s AudioPlayer did not affect volume, so custom handling was required. Audio clips are properly disposed of to avoid memory leaks.

Playlist support (with Shuffle)
Users can define a playlist, and songs in the playlist can be shuffled during playback.

I also did a bit of refactoring and code comment adjustments.

* Update Tick Beats removed disabled by default

Removed a line in @PluginDescriptor  enabledByDefault = false as recommended by runelite github bot
2025-09-01 00:01:24 -04:00
Speaax 6b35c91b10 add delve-calculator (#8811)
* Create delve-calculator

* Update delve-calculator

* Update delve-calculator

Changed logging for runelite plugin hub checks

* Update delve-calculator

Changes according to feedback

* Update delve-calculator
2025-08-31 23:44:32 -04:00
Lucas Wood 9bdceab0cb add rich-text-notes (#8793)
* Create notes-enhanced

Enhanced version of the Notes plugin featuring text formatting, item icon images, saving/loading, tabs, and pane splitting

* Update notes-enhanced

fix gson injection

* Update notes-enhanced

* Update notes-enhanced

* Update and rename notes-enhanced to rich-text-notes
2025-08-31 23:40:18 -04:00
Lapask b4892b53eb update fixed-resizable-hybrid (#8958)
Added Tillable Background (Gap) options, and reverted unintended plugin class changes from that commit
2025-08-31 10:31:13 -07:00
Xylot 9f504be186 update escape-crystal-notify to v1.8 (#8961) 2025-08-31 10:30:28 -07:00
l2- 80f94a5cd1 Update customizable-xp-drops to v1.9.10 (#8963) 2025-08-31 11:44:15 -05:00
Gerb b05e653131 update chest-kicker (#8960)
* update chest kicker plugin

* store chestIDs and options in a Map instance instead of separate lists

* switch to onGameTick, replace hardcoded ids with gameval.ObjectIDs
2025-08-31 10:29:24 -04:00
Lewis Larsen 0cbe678ee1 update sound-alerts-expanded (#8955) 2025-08-31 16:24:39 +02:00
riktenx c87a6e3d54 update easy-giantsfoundry (#8956) 2025-08-31 10:22:15 +02:00
iProdigy 4098fc2afc update dink to v1.11.13 (#8957) 2025-08-31 10:20:33 +02:00
Xylot 467550ad99 update escape-crystal-notify to v1.7 (#8951) 2025-08-30 18:03:11 -04:00
Vincent 7dff90fd41 update visual-metronome to v1.5 (#8948)
- Add party sync functionality
2025-08-30 17:41:51 -04:00
Mathew Hylkema f1bc167861 add slayer-task-sorter (#8941)
* Slayer Task Sorter - v1.0.0

* Last minute changes

* Update slayer-task-sorter

* Add License

* Rename plugin from example

* Add onConfigChange implementation
2025-08-30 11:09:47 +02:00
Noah 997ff32f0b Update goggles-reminder (#8945) 2025-08-29 19:38:10 -05:00
sepcolandSeppe 118fa1c84b update big-fish-probability to v1.0.0 (#8943)
Switched to semver for build version

Co-authored-by: Seppe <seppecolomba@gmail.com>
2025-08-29 14:28:27 -04:00
sepcolandSeppe aab4651db3 update big-fish-probability (#8939)
Co-authored-by: Seppe <seppecolomba@gmail.com>
2025-08-29 10:44:07 -04:00
riktenx 56552a52f0 Update easy-giantsfoundry to v1.0.10 (#8934) 2025-08-29 08:10:29 -05:00
Raphael Mobis Tacla bfc1263df8 update log-master repository (#8937) 2025-08-29 07:53:26 +02:00
TheStonedTurtle 3e723a75c7 update boss-hp-reorder to v2.0 (#8936) 2025-08-28 22:02:21 -04:00
Jason O'Neill 34fc3af71a update no-bad-alchs to v1.2.0 (#8935) 2025-08-28 18:51:11 -07:00
ChunkyAtlas ab5d39ac85 add hopper (#8912)
- Adds an overlay that tracks your remaining world hops (~390-400) and their regeneration (~93 per hour).
-  Shows hops left, missing to full, and time until full.
- Color-coded bar and optional icon.
- Configurable warnings and desktop notifications when low.
- Persists across sessions and can reset manually or on login.
2025-08-28 19:09:05 +02:00
C 6c1c5a90f8 update distraction-reducer (#8933) 2025-08-28 11:44:16 -04:00
afctun d9b8e51bec Update agilityfc to v1.2.0 (#8925) 2025-08-28 11:34:12 -04:00