Commit Graph

6437 Commits

Author SHA1 Message Date
Peter Grønbæk Andersen
2ffb2fa385 add drop-party-chest v1.0 (#7180)
* Added initial version of the drop party chest plugin

* Update to latest commit
2025-01-11 17:52:51 -05:00
Godofdrakes
a9dc4a1a8c Update barrows-potential (#7224) 2025-01-11 16:31:00 -06:00
James
dca3003011 Update scythe-crush-warning to v1.2.0 (#7220) 2025-01-11 16:27:01 -06:00
Joona
8ca276f458 Update tool-required to v1.1.2 (#7228) 2025-01-11 22:01:07 +02:00
Rhea
f9718bc9b6 update tick-counter (#7225) 2025-01-11 00:18:31 -05:00
TheLope
23b602c50c update casket-saver to v1.2.0 (#7218) 2025-01-09 19:37:55 -05:00
TicTac7x
1686315acc update tictac7x-tithe to v0.4.1 (#7216) 2025-01-09 19:35:42 -05:00
Koeppy
bd1a26e22c update droptracker (#7213)
* Fix Bosses without Time

Was still trying to send Boss kill messages for bosses without PBs. This is only used for bosses with PB so cleaned this up and removed it accordingly.

Incremented version to 3.2.2

* Better Webhook Error Handling

* Fix Commit

* Fixed the Release Number

* Fix for CA Screenshots + Additional Logging

* Changed Log.info to log.debug
2025-01-09 19:31:03 -05:00
pajlada
4aaaad9759 update stealing-artefacts to v1.4 (#7217) 2025-01-09 12:08:42 -08:00
James Shelton
e7eddd0b00 Update tasks-tracker (#7177)
* Update tasks-tracker

* Update tasks-tracker

* Update tasks-tracker
2025-01-08 22:05:25 -05:00
Patrick Watts
5476c3f0a6 update lms-start-notifier to v1.7.2 (#7206)
* Update lms-start-notifier

* Update lms-start-notifier

* Update lms-start-notifier

* Add tome of fire id to ignored items

* Add Atlatl dart id to ignored items

* Update lms-start-notifier
2025-01-06 20:30:04 -05:00
Lemonynade
e9d9657319 update crabman-group-bronzeman-plugin (#7209)
Changed the plugin icon to distinguish itself from single bronzeman versions and attempts to fix the broken version string displayed in the ui.
2025-01-06 20:01:16 -05:00
TicTac7x
03bdde9c33 update tictac7x-charges to v0.5.12 (#7205) 2025-01-06 19:57:43 -05:00
Koeppy
7d7089feb6 update droptracker (#7203)
Updated to version 2.3.1

Recognized my patterns didn't contain the pattern for colosseum so updated that accordingly. Also had to implement a fix to properly reset team size to null after sending a webhook
2025-01-06 19:54:45 -05:00
Vaughn Janes
24055aa850 update world-heatmap (#7198) 2025-01-06 19:53:07 -05:00
Krytlex
3a550d3ca6 update action-progress (#7196) 2025-01-06 19:51:07 -05:00
LuxOG
8f4bb3f906 add area-sound-whitelist (#7197)
* Update wilderness-warnings

Add hides for manual cast ancient spellbook and ice plateau teleports as well as the portal nexus

* Create area-sound-whitelist

Create Area sound whitelist plugin - mutes all area sounds except those which are whitelisted

* Update area-sound-whitelist

Fix typo in .properties
2025-01-06 19:48:28 -05:00
umer-rs
4d93fe2000 update google-form-submitter (#7195)
* Update google-form-submitter

* Update google-form-submitter
2025-01-06 19:42:09 -05:00
iProdigy
9413aea4b7 update dink to v1.10.20 (#7194) 2025-01-06 19:40:36 -05:00
Remco
63ea7215e1 update taskman (#7192)
Co-authored-by: Remco <remco@Remcos-MacBook-Pro.local>
2025-01-06 19:36:54 -05:00
Adam Keenan
c66451e277 update watchdog to v3.7.0 (#7191)
fix popups npe
add dismiss screen marker
2025-01-06 19:33:48 -05:00
Theo
09d4ace74d add bonk-messages (#7187) 2025-01-06 19:26:26 -05:00
Tommynaut
2f3482f47e add music-track-display (#7182)
* Create music-track-display

* Update music-track-display

Fixed an issue with the plugin field for the runelite-plugin.properties file.

* Update music-track-display

Updated files to disable the currently-unused config
2025-01-06 17:44:32 -05:00
Rhea
4e704fc3ce update tombs-of-amascut to v2.11.0 (#7212) 2025-01-06 14:13:40 -05:00
Skretzo
564aa0d54c update npc-id (#7199) 2025-01-05 18:54:17 -08:00
Jason O'Neill
1d6af6bf91 update tree-despawn-timer to v1.4.6 (#7210) 2025-01-05 18:27:11 -08:00
Måns Andersen
6933674331 Update prison-sentence (#7202) 2025-01-04 01:17:22 -06:00
Simon Engblom
f8b775fc0a Update preventsgm to v1.0.1 (#7204) 2025-01-04 01:15:16 -06:00
Jeremy Bahadirli
1b735080cf Update sgs-savings-tracker to v1.1.2 (#7201) 2025-01-02 19:56:44 +01:00
Alex Hansen
086131c76c update wilderness-player-alarm (#7185)
* Update wilderness-player-alarm

* Update wilderness-player-alarm
2024-12-30 12:07:46 -08:00
m0bilebtw
ce04e8c0d9 update skills-tab-progress-bars to v1.4.0 (#7181) 2024-12-28 02:49:15 -05:00
Koeppy
87c8c22173 update droptracker to v3.2 (#7179)
* DropTracker Version 3.2

Just added in the ability to send screenshots with hiding PMs

* Fixed Commit number

* Support for new Container Logic

Added in new container manager logic that determines whether an item was preivously owned.

* Fixed broken Gradle
2024-12-28 02:47:10 -05:00
Mike Dalton
9967e2aee1 add runeshare (#7156)
* Add RuneShare plugin

* Try to address Gson issue in build

```
Do not create fresh Gson instances, always @Inject the client's Gson.
You can customize it by calling .newBuilder() on it
```

* Inject Gson instead of initializing it

Trying to address this build error
```
Do not create fresh Gson instances, always @Inject the client's Gson.
You can customize it by calling .newBuilder() on it
```

* Update commit to address PR feedback

* Add defaults for configs
* Use `okHttpClient` and `enqueue` the request so it doesn't block the client thread and swing thread

* Update commit to "Default auto sync to false (i.e. manual sync)"

* Use Swing thread instead of Client thread

See https://github.com/runelite/plugin-hub/pull/7156#issuecomment-2560787846
2024-12-28 02:45:30 -05:00
Lewis
c00d6baff0 add sound-alerts-expanded (#7144)
* Create sound-alerts-expanded

* Fixed missing .git

* Update sound-alerts-expanded
2024-12-28 02:42:38 -05:00
Koeppy
1381f3c466 update droptracker to v3.1 (#7173)
* Time Tracking Re-write, plugin Version & Team Size Tracking 

Re-wrote the Time tracking functionality to be able to support bosses that send a time message prior to the kill count message.

Also added a plugin version to be sent across with the embeds to help recognize what verison users are on.

Also added in support for Team sizes

* Update droptracker

* DropTracker 3.1 (Removal of Print statements)
2024-12-24 13:54:51 -08:00
Vaughn Janes
eb9dd3f3ae update world-heatmap (#7134)
* Update world-heatmap

- Enabled automatic uploading of anonymous user heatmap data to osrsworldheatmap.com
- Changed image output filenames for better sorting
- Changed PLACES_SPOKEN_AT to include messages by players other than the local player

* Update world-heatmap

Enhanced the warning message

* Minor edits

- Added heatmap ages to panel tooltips
- Added Tile Count labels to panel
- Made heatmap images blue by default with the option of grayscale

* Update world-heatmap

- Changed heatmap data upload to false by default with warning on the config checkbox

* Update world-heatmap

Added automatic chat message to announce update

* Update world-heatmap

- Started using the injected ScheduledExecutorService to execute the upload, backup, and autosave routines instead of running them directly in onGameTick
- Started using OkHTTPClient for HTTP POST
2024-12-24 13:47:24 -08:00
ImTedious
09814f27e9 update log-master (#7176)
* Update log-master

New task roll animation + DT2 tasks

* Update log-master

Added other tiers
Fix to tab and tier selection
Fix to loading task list data
Small fix to task roll animation

* Update log-master

Bugfix for first load

* Update log-master

Fix first load issues

* Update log-master

Big refactor to tidy things up a lot, also add an overlay to display current task and persist save data across PCs if on the same RL account

* Update log-master

Remove task overlay on shutdown

* Update log-master

Update default task list
Optimise loading remote task list

* Update log-master

Fix deprecated issues

* Update log-master

Fix multi-account issue

* Update log-master

Fix save data issue which caused inability to select different tabs

* Update log-master

Fix task complete issue

* Update log-master

Change rounding of tier progression to round down

* Update log-master

Update tasks list

* Update log-master

Added ms unit for roll time in side panel
Added FAQ button on dashboard
2024-12-23 23:58:13 -08:00
Adam Keenan
294d00439a update watchdog to v3.6.0 (#7175)
* feat: popup notification by @adamk33n3r in https://github.com/adamk33n3r/runelite-watchdog/pull/171
* fix: only disable watchdog in hydra instance by @adamk33n3r in https://github.com/adamk33n3r/runelite-watchdog/pull/172
2024-12-23 23:56:21 -08:00
Smoke
3963dd6a4c update lite-utilities (#7171)
* Update lite-utilities

Added Item Highlighting based on value  (customizable)
Added to Ledger, Bank & Inventory

* Update lite-utilities

Removed comments
2024-12-23 23:51:48 -08:00
spookirs
38767bb440 add avgseplaptime (#7170)
* Create avgseplaptime

* Update avgseplaptime

* Update avgseplaptime

* Update avgseplaptime

* Updated README
2024-12-23 23:50:17 -08:00
Langesund
2e621253f1 add toaghost-plugin (#7168)
* Create toaghost-plugin

* Update toaghost-plugin

Updated Hash

* Update toaghost-plugin

Deleted config
2024-12-23 23:47:54 -08:00
NCG-RS
e84bf9087b update goading-helper (#7169)
* Create goading-helper

* Update goading-helper to 1.0.1

* Update goading-helper

Added icon

* Update goading-helper

gave icon transparent background

* Update goading-helper

* Update goading-helper to version 1.0.2

* Update goading-helper to version 1.0.3
2024-12-23 11:33:41 -08:00
Adam
7d1dabba26 disable tasks-tracker 2024-12-23 12:40:28 -05:00
Nicholas
cd43a75192 Update milestone-levels to v1.0.5 (#7174) 2024-12-23 00:18:02 +01:00
Mantic
016bd1786c Update arceuus-timers to v1.6 (#7165) 2024-12-20 01:24:59 -08:00
seacelery
311fccd965 Update soulreaper-axe-qol (#7167) 2024-12-20 01:17:43 -08:00
Adam
8bba7bc706 update gpue 2024-12-19 13:08:16 -05:00
JorVa / Jordan
bd7eb2bfa8 add echo-resource-tracker (#7157)
* Create echo-resource-tracker

Adds a simple infobox to the screen while skilling to know how much you've banked without taking your game filter off

* remove System.err debug
2024-12-19 05:10:24 -05:00
Zoinkwiz
aaf2b932d2 update clue-details to v2.1.0 (#7162)
* Update clue-details to 2.1.0

* Update clue-details

* Remove println from clue-details
2024-12-19 05:05:39 -05:00
Adam Keenan
d28ad028a0 update watchdog to v3.5.0 (#7158)
* Watchdog v3.5.0

Side panel priority config option
update inventory change alert to sum all items matched by regex

* replace system err log with slf4j

* replace printStackTrace with log

* update message queue length
2024-12-19 05:01:29 -05:00