Commit Graph

7059 Commits

Author SHA1 Message Date
Sharpienero
e3fa2c654c update embargo-clan-plugin to v1.4.1 (#7924)
* Update Embargo to 1.4.1

- Bump version to 1.4.1
- Add timeout to isUserRegistered method in case of API failures
    - If the API was down, the plugin would freeze due to looping requests. Reduce timeout to 2 seconds, add a minute cooldown on the API call
- Populate untradable item icons in the side panel by having the API pass itemIDs for them instead of names
- Change default side panel to match what it used to be (not signed in, log in to send data to Embargo) + reset it on logOut() as intended
- Only add wiki link to items that are found. This prevents "EHB/EHP/| items" from linking to nonsense wikipedia links

* Bump Embargo Plugin version to 1.4.2

- Refactor check registration to be async
- Prevent spamming of prevent registration by setting a variable
- Enqueue network calls to prevent locking due to execute
- Change logging to be a little more verbose/precise
- Properly check registration based on body response

Looks like the formatter kinda went crazy too

---------

Co-authored-by: Sharpienero <sharpienero@protonmail.com>
2025-05-03 17:18:14 -04:00
Advistane
d1438029cc update clogged-me to v1.1.0 (#7923)
* Update clogged-me

* Update version

* Update clogged-me

Added commas to message builder

* Store KC as -1 instead of not storing subcategory

* Added sprite cropping and dynamic alias map lookup

* Removed new gson instance

...oops

* Removed java error usage causing build to fail

* Updated readme with new config options and instructions

* Changed AliasHelper to use lower casing
2025-05-03 17:15:08 -04:00
TicTac7x
a9fb8f3f00 update tictac7x-charges to v0.6.3 (#7920)
* Update tictac7x-charges to v0.6.3

* Update tictac7x-charges

* Update tictac7x-charges

* Update tictac7x-charges

* Update tictac7x-charges
2025-05-03 17:13:06 -04:00
ImTedious
4783478f0b update log-master (#7919)
* 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

* Update log-master

Temporary fix for plugin breaking with collection log update

* Update log-master

Update default task list
Add option in hamburger menu to access dashboard
2025-05-03 16:57:54 -04:00
Jerom Venneker
880421a367 add eventtools-attendance (#7910)
* Create EventTools-Attendance

* Create eventtools-attendance

* Delete plugins/EventTools-Attendance

Delete incorrectly named manifest
2025-05-03 16:54:49 -04:00
Y. S.
5f4ffd6ada add runelingual (#7141)
* Create RuneLingual

* Rename RuneLingual to runelingual

* Update runelingual

added verification-metadata.xml

* Update runelingual

* Update runelingual

* Update runelingual

* Update runelingual

* Update runelingual

* Update runelingual

* Update runelingual

* Update runelingual

* Update runelingual

* Update runelingual

* Update runelingual

just changed the discord link that was invalid

* Update runelingual

* Update runelingual

* Update runelingual

* Update runelingual

removed System.out

* Update runelingual

* small fix i found

* Update runelingual

* Update runelingual

* Update runelingual

* Update runelingual

call backs okhttp workers with scheduled executors instead of sleeping
also properly applies colors to widget texts

* Update runelingual

* Update runelingual

made the warning more descriptive
2025-05-03 15:47:58 -04:00
Learth
266f37c3c7 Update npc-max-hit to v1.2.1 (#7929) 2025-05-03 06:09:40 +00:00
Liam King
20808b8865 Update monsterstats (#7930) 2025-05-01 12:42:35 -05:00
ChunkyAtlas
afd278a05d update chance-man to v2.1.5 (#7922)
- bypass spell restrictions for Blighted Surge Sack
- add option to disable rolling f2p trade only items
- add FreeToPlayBlockedItems enum for items that cannot be self-sufficiently obtained on f2p
- add option to filter out f2p items that cannot be self-sufficiently obtained on f2p
2025-05-01 16:06:53 +02:00
ScreteMonge
0f0cbef506 update creators-kit to v1.5.28 (#7917) 2025-05-01 14:31:57 +02:00
voltmaister
97c4c33856 add collection-tracker (#7824) 2025-05-01 12:43:00 +02:00
Simon Engblom
62233ae892 update preventsgm (#7918)
* Update preventsgm

* Update preventsgm

* Update preventsgm

* Update preventsgm

* Update preventsgm
2025-04-30 16:58:45 -07:00
Jerom Venneker
284cbad6d5 Update and rename Hide and seek tracker (#7909)
* Create hide-and-seek-tracker

* Update hide-and-seek-tracker

Added button for saving player names in range to clipboard. so hosts have an easier time setting up the participants list when there are a lot of participants

* Update hide-and-seek-tracker

Removed log.info as per request

* Update hide-and-seek-tracker

Added major improvements to the plugin:
Moved settings to its own panel
Added support for capture areas placed in the world akin to tile markers.
Improved player registration options

* Update hide-and-seek-tracker

Added support for multiple rounds locally.
Added customizable point system.
Improved result export.
Refactored icon button code

* Update hide-and-seek-tracker

Attempting to fix build

* Removed unused printlines

* Update hide-and-seek-tracker

Added 3 new score types,
Added round export and import for easy data collation between hosts.
Renamed plugin
2025-04-30 01:37:23 -04:00
Advistane
10b499033d add clogged-me (#7902)
* Create clogged-me

Added clogged.me plugin

* Update clogged-me

Changed proxy support to use injected httpclient

* Added warning

* Updated warning to include additional fields collected

Co-authored-by: Rhea <napkinorton@gmail.com>

---------

Co-authored-by: Rhea <napkinorton@gmail.com>
2025-04-30 01:21:16 -04:00
Sharpienero
6cefd9cab8 update embargo-clan-plugin to v1.4.0 (#7882)
* Update Embargo

- Bump version to 1.3.2
- Refactor code
- Add collection log information to readme

* Update Embargo plugin to 1.4.0

General refactor
* Change Manifest to contain additional data for easter eggs
* Add ManifestManager
* add SoundManager
* add NPCRenameManager
* add ItemRenameManager

Side panel/UI change
* Convert from text to small dynamic panels w/ wiki lookup

Added features
* Easter eggs
    * Sound Manager
    * Item renames
    * NPC renames

---------

Co-authored-by: Sharpienero <sharpienero@protonmail.com>
2025-04-30 01:05:17 -04:00
TicTac7x
579fc08ee2 Update tictac7x-charges to v0.6.2 2025-04-29 20:15:28 +02:00
AbusiveTuna
a0d8f60a4d Added Varlamore hops patch to Farmpatches (#7904) 2025-04-29 08:58:13 -05:00
Ron Young
6a6e00795b Update zulrah-helper (#7906) 2025-04-29 08:51:29 -05:00
Simon Engblom
889665539b Update preventsgm to 2.0.0 (#7903)
* Update preventsgm

* Update preventsgm

* Update preventsgm

* Update preventsgm
2025-04-29 02:49:41 -04:00
ChunkyAtlas
85f6c51c8f update chance-man to v2.1.4 (#7900)
- only update panel after roll completion in performRoll()
- wire ChanceManPanel into RollAnimationManager via setChanceManPanel
- allow spells in Last Man Standing by bypassing spell restrictions
- register WorldChanged listener and refactor startUp()/shutDown() to enable/disable features
- introduce featuresActive flag to guard all @subscribe handlers
- add BlightedSack enum to map the sacks to spells
- update ActionHandler to call isSpellOpEnabled(target) for spell checks
- Use JList virtualization instead of per-item JPanels for rolled/unlocked lists to improve performance.
2025-04-29 02:41:34 -04:00
NCG-RS
afc170413c update tob-utilities to v1.0.1 (#7899)
* Create tob-utilities

* Create tob-utilities

* Update tob-utilities

* Update tob-utilities

added license

* Update tob-utilities

Implemented use of onNpcSpawned, onNpcChanged and onNPCDespawned for handling tracking spawns. Added clearing of lists to shutdown

Removed unused imports and formatted each file to ensure code style consistency

* Update tob-utilities
2025-04-29 02:38:02 -04:00
Learth
e20cbc1b74 update npc-max-hit to v1.2.0 (#7898)
* Update npc-max-hit

* bump version to 1.2.0
2025-04-29 02:34:30 -04:00
Zoinkwiz
91df72ccf3 update clue-details to v2.3.4 (#7897)
* Update clue-details to 2.3.4

* Updated to use master branch
2025-04-29 02:32:26 -04:00
Reinhardt Rijna
e7b9a2c40b update runeprofile (#7896) 2025-04-29 02:29:11 -04:00
DangItOSRS
1cca997451 add ground-marker-profiles (#7895) 2025-04-29 02:24:43 -04:00
TicTac7x
0f8b4fe358 update tictac7x-charges to v0.6.1 (#7885) 2025-04-29 02:15:27 -04:00
cmhainesii
67e1d82240 update skill-data-exporter (#7893)
fixed documented default output directory from ~ to runelite_dir/skill_data_exporter
2025-04-28 12:21:09 +02:00
andmcadams
b34578acc1 update wikisync (#7891) 2025-04-28 12:16:17 +02:00
ScreteMonge
9cc82bcb67 update creators-kit to v1.5.27 (#7892)
v1.5.27
- Bugfix: appropriate handling of loading json files for v1.5.19 setups with regards to recent spotanim saving changes
2025-04-26 17:22:43 +02:00
willrobaggins
9307ec237d update prop-hunt (#7889)
* Update prop-hunt

* Update prop-hunt

* Update prop-hunt

Fixes to additional seekers feature
2025-04-26 03:38:50 -04:00
Ryan William O'Hara
5fb5ec7f68 update irc to v1.1.2 (#7884) 2025-04-26 03:34:22 -04:00
digiholic
421fdd0249 update osrs-archipelago (#7888)
Prevents sending task status after logging in with the wrong character, prevents "queuing up" multiple connections if a connection error occurs
2025-04-26 03:32:36 -04:00
Carl Humphries
68da5c5bc7 update examine-log (#7879)
Updated to fix bug with skill guide tabs and remove text formatting tags from names. + examine db update
2025-04-26 03:28:51 -04:00
riktenx
31fbd5a574 update loot-filters (#7876) 2025-04-26 03:26:17 -04:00
ScreteMonge
4196ec0464 update creators-kit to v1.5.26 (#7869)
v1.5.26
- Added Hitsplats as separate Keyframes to HealthKeyFrame. Hitsplats will now render based on duration rather than being toggles. Overall functionality should be similar to previously
- Separated HitsplatKeyFrame functions from HealthKeyFrame. Respectively separated HitsplatOverlay from HealthOverlay
- LabelPanel in TimeSheetPanel should now function as a scrollpane to accommodate more KeyFrameTypes
- AttributeSheet will now adjust its vertical scroll based on the LabelPanel's scroll value
- Improved scrolling capacity of ManagerTree through scrollpanes in the TimeSheetPanel and ManagerPanel
- Reorganized some code to more cleanly handle spotanims
- Rearranged JMenus to reflect new KeyFrameType ordering
2025-04-26 03:24:27 -04:00
ChunkyAtlas
3bc7b0fd52 update chance-man to v2.1.3 (#7864)
* Update chance-man to 2.1.3

Switch to java.nio Files for safer saves and add automatic backups

- Migrated UnlockedItemsManager & RolledItemsManager from old FileReader/FileWriter to java.nio.Files/Path
- Write JSON via a temp file + ATOMIC_MOVE so saves are atomic
- Keep up to 10 rotating backups in a `backups/` folder, automatically pruning older ones
- Cleaned up ChanceManPlugin.startUp(): only register the overlay once (removed duplicate call)

* Update chance-man

Ensure “clean”/“rub” only locked for tracked items

* Update chance-man

harden persistence for rolled & unlocked items

- Automatically create data files on first run to avoid null pointer errors  
- Add `safeMove()` helper for atomic‐move fallback and AccessDeniedException handling  
- Rotate and prune backups, keeping only the latest `MAX_BACKUPS`  
- Streamline load/save: write to a `.tmp` and then swap it into place  
- Fix edge cases: NPEs on login, atomic‐move failures, and backup conflicts during rapid saves
2025-04-26 03:19:31 -04:00
cmhainesii
3a3ee67c41 add skill-data-exporter (#7857)
* Create skill-data-exporter.properties

* Rename skill-data-exporter.properties to skill-data-exporter

* Fixed commit hash

Forgot to update commit hash after adding LICENSE.

* Update skill-data-exporter

update project name

* Update skill-data-exporter

fix jar settings in build.gradle

* Update output directory

* Update output directory

* Add logic to ensure configured output directory exists

Output directory configuration will be reset to default when attempting to export to an invalid directory. Defaults to RUNELITE_DIR/skill_data_exporter/.

* remove filename config option

changed format of timestamp to yyyy-MM-dd_HH-mm-ss

* Update csv formatting to look nicer when xp values are included
2025-04-26 03:16:42 -04:00
NCG-RS
53cd77e958 add tob-utilities (#7775)
* Create tob-utilities

* Create tob-utilities

* Update tob-utilities

* Update tob-utilities

added license

* Update tob-utilities

Implemented use of onNpcSpawned, onNpcChanged and onNPCDespawned for handling tracking spawns. Added clearing of lists to shutdown

Removed unused imports and formatted each file to ensure code style consistency
2025-04-26 03:08:26 -04:00
EwwItsMike
5da42f9db8 add lucky-clan-bingo (#7750)
* Add Lucky Clan Bingo plugin

* Replaced all instances of System.out with logging

* Added README, config check only on ConfigChanged events

* Removed printStackTrace
2025-04-26 02:59:00 -04:00
willrobaggins
96a90ea25e Update prop-hunt (#7872) 2025-04-24 07:51:50 -05:00
daanbom
4ccce710e3 update custom-drop-sounds (#7827)
* Update and rename custom-drop-sounds to custom-sounds

* Update custom-sounds

* Rename custom-sounds to custom-drop-sounds

* Update custom-drop-sounds

* Update custom-drop-sounds

* Update custom-drop-sounds

changed to audioplayer
2025-04-23 21:36:18 -04:00
Jeremy Bahadirli
533737edd5 Update sgs-savings-tracker (#7883)
Fix typo in README.md
2025-04-23 17:34:46 -07:00
Dylan
a5e19e043b Update balloon-hider (#7874) 2025-04-23 17:30:58 -07:00
Skretzo
f7a86b93b1 Update polygon-limiter (#7871) 2025-04-23 17:30:21 -07:00
Lake
9b86d10ef3 Update clean-chat to 1.0.1 (#7865) 2025-04-23 17:29:33 -07:00
l2-
6f31a0691c Update customizable-xp-drops to v1.9.4 (#7863)
Co-authored-by: unknown <you@example.com>
2025-04-23 17:28:49 -07:00
Zoinkwiz
8d84bdd87c update quest-helper to v4.9.1.1 (#7878) 2025-04-22 13:11:22 +02:00
Rhea
88b72c18a7 update tombs-of-amascut to v2.11.1 (#7875) 2025-04-21 20:58:24 -04:00
Rhea
a470e9dc33 update fortis-colosseum to v1.6.1 (#7870) 2025-04-21 15:05:37 -04:00
iProdigy
077ae2c3c3 Disable equipment-lock (#7868) 2025-04-20 20:54:32 -05:00