Commit Graph

10071 Commits

Author SHA1 Message Date
RuneLite updater
5481b13f75 Bump to 1.12.19 2026-03-04 11:10:27 +00:00
aliebl
97fe8b39e7 update boss-buddy (#10834)
Added:
- Collection log KC tracking
- Static HP overlay color option
2026-03-03 22:27:00 -05:00
Mike M
abb68e0c06 update worn-equip-viewer (#10827) 2026-03-03 22:26:11 -05:00
Sten-Jan Sarv
4df6774ab0 update reval-clan (#10821) 2026-03-03 22:25:35 -05:00
trinhc2
528eba1e3d update location-display (#10798)
* Update location-display

add custom sounds and sailing locations

* commented out logs
2026-03-03 22:23:40 -05:00
Mark7625
41105c4301 update remastered-xp-globes (#10803)
* Create remastered-xp-globes

* Update commit reference in remastered-xp-globes

* Update commit reference in remastered-xp-globes

* Update commit reference in remastered-xp-globes
2026-03-03 22:23:02 -05:00
riktenx
1d3520c293 update loot-filters (#10858) 2026-03-03 22:20:49 -05:00
TheStonedTurtle
f564437333 Update loot-logger to v4.4 (#10855) 2026-03-03 20:52:51 -06:00
Guess34
cc1cea95af add lendingtracker (#10592)
* Add Lending Tracker plugin definition

* update Lending Tracker plugin

* Bump lendingtracker commit SHA

* Minor change to retrigger checks

* v1 lending tracker

* Update lendingtracker

* Update lendingtracker

* Update Gson Issue

* gson fix

* Update Gson Issue

* Update Gson Issue2

* webhook fix

* sink fix

* Properties fix

* Update commit hash in lendingtracker plugin

Revamped Lending Tracker to V2

* Update commit hash in lendingtracker plugin

* Update commit reference in lendingtracker

updated namespace

* Updated files

* enabledByDefault = false in your PluginDescriptor Removed

* Trimmed code

* subdirectory fix
2026-03-03 18:26:41 -05:00
Max Moons
b685da386c add data-logger (#10748)
* Added data-logger

* Thanks for catching the reflection issues. To address the "Use of reflection is not allowed" feedback properly and avoid any hacky workarounds, I realized the plugin's core architecture needed a refactor.

Here is what I've updated:

    Removed Dynamic Class Loading: Overhauled the UI routing by removing the reflection-based panel instantiation and replacing it with explicit Guice bindings and a safe switch statement in DataLoggerPanel.

    Removed Gson TypeToken Reflection: Removed the dynamic TypeToken reflection in FileIOService, replacing it with standard Java function parsing via the LogType enum.

    Removed Method Invocation: Replaced the reflective invoke call with a direct client.getAccountHash() API call in the new AbstractLogger base class.
Let me know if everything looks good to go!

* To address the "Use of reflection is not allowed" feedback properly and avoid any hacky workarounds, I realized the plugin's core architecture needed a refactor.

I have made the following changes;

    Removed Dynamic Class Loading: Overhauled the UI routing by removing the reflection-based panel instantiation and replacing it with explicit Guice bindings and a safe switch statement in DataLoggerPanel.

    Removed Gson TypeToken Reflection: Removed the dynamic TypeToken reflection in FileIOService, replacing it with standard Java function parsing via the LogType enum.

    Removed Method Invocation: Replaced the reflective invoke call with a direct client.getAccountHash() API call in the new AbstractLogger base class.

Let me know if everything looks good to go!
2026-03-03 18:18:45 -05:00
DROO
1f4d18e0b6 add gex (#10728)
* Add GEX plugin

* Fix repository URL to end with .git

* Update to commit with Gson fix

* Apply suggestion from @riktenx

---------

Co-authored-by: riktenx <riktenx@gmail.com>
2026-03-03 18:16:10 -05:00
internetter
098ad1f8e1 add chat-fade (#10792)
* Add chat-fade plugin

* Update chat-fade commit hash

---------

Co-authored-by: internetter <internetter@users.noreply.github.com>
2026-03-03 18:10:54 -05:00
Sam Larsen
d1ccc74bd0 Update tutor-timer to v1.2.4 (#10850) 2026-03-03 11:40:57 -06:00
mozjay
f1c2175226 update clogman-mode (#10498) 2026-03-03 11:13:05 -05:00
Bart Hogenes
5eb0ef72ed Update discord-group-bank-notifications (#10849) 2026-03-03 07:16:58 -06:00
RayvonneM
69cdabedb1 add foodutils (#10802)
* Create FoodUtils

* Rename FoodUtils to foodutils

fixed naming to lowercase
2026-03-02 23:28:25 -05:00
findarian
cade80f8b6 update pvp-leaderboard (#10797) 2026-03-02 22:59:05 -05:00
Kitten Lissy
4b9ced921e update mobs-locator (#10795)
* Update mobs-locator plugin

* Update plugins/mobs-locator

Co-authored-by: Felanbird <41973452+Felanbird@users.noreply.github.com>

---------

Co-authored-by: Elisa D'Amico <127250270+elisadamico@users.noreply.github.com>
Co-authored-by: riktenx <riktenx@gmail.com>
Co-authored-by: Felanbird <41973452+Felanbird@users.noreply.github.com>
2026-03-02 22:54:43 -05:00
Mark7625
28f5af0361 update f2p-highlight (#10801)
* Create f2p-highlight

* Create f2p-highlight

* Delete f2p-highlight

* Create f2p-highlight

* Update f2p-highlight

* Update f2p-highlight

* Update f2p-highlight

* Update f2p-highlight

* Update f2p-highlight

* Update f2p-highlight

* Update f2p-highlight

* Update f2p-highlight

* Inject Gson

* Update commit hash in f2p-highlight plugin
2026-03-02 22:53:01 -05:00
Joss Peters
336e493fdc update flipping-copilot to v1.7.22 (#10799)
- Bugfix login issues.
- Replace CopilotLoginManager completely with reactive state version.
2026-03-02 22:52:13 -05:00
Kitten Lissy
01946cd193 update clue-teleport-helper (#10790)
Co-authored-by: Elisa D'Amico <127250270+elisadamico@users.noreply.github.com>
2026-03-02 22:50:32 -05:00
Sam Larsen
3a64401a9d update tutor-timer to v1.2.0 (#10785)
* Update tutor timer to V1.2.0

Fixes issues with stale last claimed statuses, and increases startup reliability.

* Update commit reference in tutor-timer plugin

* Update commit hash for Tutor-Timer repository

Updated to use configManager.unsetConfiguration(...)
guarded by a configManager != null check where appropriate rather than complicated custom methods
2026-03-02 22:47:57 -05:00
zneix
e5017708bb Update nex-droprate-calculator (#10838) 2026-03-02 21:07:06 -06:00
Bart Hogenes
1a1bf19841 Update discord-group-bank-notifications (#10841) 2026-03-02 20:44:14 -06:00
James Shelton
03adea2fae update tasks-tracker (#10789) 2026-03-02 20:12:43 -05:00
csvernon
ba49153a30 add deadman-helper (#10775)
* Add deadman plugin repository information

Deadman grand exchange price tracket

* Apply suggestion from @riktenx

* Update and rename deadman to deadman-helper

---------

Co-authored-by: riktenx <riktenx@gmail.com>
2026-03-02 16:56:17 -05:00
blocks-dot
2f1d25cedc add upper-case-transformer (#10758)
* Create upper-case-transformer

* Update upper-case-transformer

Pinned JUnit back to 4.12 in build.gradle to match the expected RuneLite plugin template baseline and avoid accidental IDE-driven version drift.
2026-03-02 16:13:33 -05:00
MaxKAhtik
cd67cb92fd add rune-calculator (#10779)
* Create rune-calculator

Create rune-calculator file in plugins directory and add the repository URL and latest commit hash

* Update rune-calculator commit hash

Update commit hash to reflect removal of enabledByDefault=false from the plugin descriptor
2026-03-02 16:02:59 -05:00
Attoz
1f8c296f7e update choicer (#10835) 2026-03-02 12:27:00 -05:00
corhen
6992b2cf77 Create poison-ring (#10773)
* Create poison-ring

* Update poison-ring

* Update poison-ring
2026-03-02 11:46:34 -05:00
danieljglover
a4e40b39ac add kebbit-sense (#10767)
* Add KebbitSense plugin

* Update kebbit-sense commit to fix Gradle 8.10 compatibility

* Use full commit SHA for kebbit-sense

* Update kebbit-sense to Lombok 1.18.30 compatible commit

---------

Co-authored-by: Daniel Glover <danielglover@Daniels-MacBook-Pro.local>
2026-03-02 11:43:20 -05:00
ETurnz
2ef1a5112a add clogger (#10727)
* Add clogger plugin

* Update clogger commit

* Apply suggestion from @riktenx

---------

Co-authored-by: riktenx <riktenx@gmail.com>
2026-03-02 11:41:07 -05:00
Tyler Grass
af0d728029 update 07flip (#10824) 2026-03-01 20:10:53 -08:00
Kitten Lissy
e3f751f1b3 update bank-slot-sync (#10791)
Co-authored-by: Elisa D'Amico <127250270+elisadamico@users.noreply.github.com>
2026-03-01 20:05:44 -08:00
UserD40
fa879793f9 update 07flip (#10805) 2026-03-01 19:59:10 -08:00
Tyler Grass
2812392ab1 Update attack-ranges to v1.3.9 (#10819) 2026-03-01 16:41:59 -06:00
Mike M
2605269409 Update worn-equip-viewer (#10818) 2026-03-01 16:38:56 -06:00
Mike M
bfc6c81546 Update worn-equip-viewer to v1.0.2 (#10817) 2026-03-01 16:17:21 -06:00
willocon
e44896c3ca Update gielinor-travels (#10813) 2026-03-01 13:33:30 -06:00
Attoz
99adedb84d update choicer (#10762)
* Catch up with Atlas' ChanceMan
- Add deadman annihilation items
- Add untradeable allowlist for dimming
- Fix wiki DropFetcher
- Fix music tab and showdrops
- Ensure proper file synchronization

* fix confirmation audio path

* clean up interfering logic from previous merge

* fix discord link after merge
2026-03-01 13:16:04 -05:00
Justin Packwood
8e50933fd6 update faux-bingo (#10782) 2026-03-01 13:13:32 -05:00
Mike M
f69475dbae update worn-equip-viewer (#10770)
- Overlay color swapper
- Resized overlay
2026-03-01 13:12:30 -05:00
Typpi
8b87664b1e update ge-filters to v1.16 (#10769) 2026-03-01 13:12:03 -05:00
Stijn Kammer
d00abfd93c add ha-exporter (#10704)
* Adding runelite-homeassistant-data-exporter

* Update version to downgrade java version back to 11

* Fix GSON Inject and wrong config

* Fix image size

* Remove blocking call as per @riktenx request

* Update plugins/ha-exporter

Co-authored-by: riktenx <riktenx@gmail.com>

---------

Co-authored-by: riktenx <riktenx@gmail.com>
2026-03-01 13:11:11 -05:00
CharlesLillo
8b8de48369 add fishing-spot-tracker (#10692) 2026-03-01 13:06:21 -05:00
Sten-Jan Sarv
a0056af359 Update reval-clan to v2.8 (#10811) 2026-03-01 09:20:50 -06:00
Jory Anderson
8cfdab140e Update barracuda-trial-helm-lock to v1.01 (#10808) 2026-03-01 09:09:57 -06:00
Lee
62372ad0c1 Update slayer-assistant to v1.2.2 (#10807) 2026-03-01 09:03:33 -06:00
TheStonedTurtle
98cb01722d update banked-experience to v2.8.2 (#10809) 2026-03-01 13:00:29 +01:00
Jory Anderson
aff1210ab0 Update barracuda-trial-helm-lock (#10800) 2026-02-28 21:26:55 -06:00