Commit Graph

7030 Commits

Author SHA1 Message Date
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
ScreteMonge
11065d990f update creators-kit to v1.5.25 (#7862)
* Update creators-kit to v1.5.24

v1.5.24
- New TreeCellRenderer class allows displaying of more accurate object icons (Folders have a folder icon, Characters have a character icon)
- ManagerTree and TimeSheet now display alternating colours per row
- Character has been updated to include a KeyFrameType[], for visibility in the SummarySheet. Appropriate methods have been updated.
- RowHeight has been modified to separate SummarySheet from AttributeSheet
- SummarySheet has been overhauled. It currently no longer offers functions such as moving keyframes, but rather shows a summary of 3 KeyFrameTypes from the Character
- SummarySheet includes a popup to choose which KeyFrameTypes the character shows

* Update creators-kit

- TimeSheet includes a new layer to paint (for AttributeSHeet specifically) that draws the selected Character's name
- Adjusted some Font sizes/colours and keyframe button dimension

* Update creators-kit build version

Updated build version

* Update creators-kit - reduce build version

Got my build version mixed up

* Update Creator's Kit to v1.5.25

v1.5.25
KeyFrames
- KeyFrame method #copyKeyframe now considers KeyFrameType as an argument instead of checking for instances
- MovementKeyFrames (and MovementAttributes) been implemented, though not currently available.
- AnimationKeyFrame (and AnimAttributes) have been refactored and reworked to include several different parameters
- OrientationKeyFrame (and OriAttributes) now includes duration instead of a toggle
- TextKeyFrame (and TextAttributes) now includes duration instead of a toggle

AttributePanel & TimeSheetPanel
- Has implemented MovementKeyFrame into a separate MoveCard. Updated AnimCard and OriCard to reflect AnimationKeyFrame and OrientationKeyFrame changes
- OriCard now allows you to Grab the current orientation of the selected character
- Update button implemented to update a KeyFrame to the current parameters shown, instead of requiring the user to delete and readd a keyframe
- AnimationKeyFrames can now have their starting frame randomized
- TimeSheetPanel has had a number of hotkeys added for SelectAll, Pause, Skip Forward/Backward

TimeSheets
- AttributeSheet and SummarySheet will now render durations of Movement and Orientation keyframes as tails
- TimeSheets will now recognize mouse1 double clicks; SummarySheet will listen to it to switch to the nearest Character

Overlays
- HealthOverlay, TextOverlay, and OverheadOverlays now recognize text durations

Movement
- MovementKeyFrames have been updated as mentioned above. MovementComposition and MovementManager classes have been added for future Movement programming development
2025-04-20 14:28:10 -04:00
Lake
23405b3f8a update gauntlet-chest-popup to v1.1.1 (#7860) 2025-04-20 14:26:04 -04:00
Pat
036cb2dc89 add gymlocked-tracker (#7856)
* Create gymlocked-tracker

* Update gymlocked-tracker

* Update gymlocked-tracker
2025-04-20 14:23:18 -04:00
Dylan
da0287a35e add balloon-hider to v1.0 (#7828)
* Create balloon-hider

* Update balloon-hider

* added plugin icon.png
2025-04-20 14:21:54 -04:00
Lake
f108eb0c5c Update dont-telegrab-npcs to 1.0.1 (#7861) 2025-04-20 11:03:05 -05:00
Cooper Morris
b867550260 add ardougne-cooldown-timer (#7859)
* add ardougne-cooldown-timer

* Update hash

---------

Co-authored-by: Cooper Morris <cooper@lite-check.com>
2025-04-19 21:19:31 -04:00
ChunkyAtlas
06ab269b85 update chance-man to v2.1.2 (#7852)
* Update chance-man to v2.1.2

Normalize item ID handling, fix Clean/Rub, and add rune pouch & fountain support

- Introduce `getItemId(...)` in ActionHandler to unify raw, inventory, and ground item ID lookup, and canonicalize for all checks
- Special‑case “Clean” and “Rub” menu options so they always appear (greyed out when locked), and remove ground‑item actions from the global disabled list
- Extend `RuneProvider` with blighted‑sack entries (Surge, Entangle, Teleblock, Vengeance, Ice Barrage) so unlocked spell‑sacks supply the correct runes
- In `Restrictions`, define a Fountain of Rune `WorldArea` and short‑circuit `isSpellOpEnabled()` there for free casting
- Integrate rune pouch contents into `availableRunes` by reading explicit type/amount varbits and decoding with the pouch enum

* Update chance-man

add felling axes to skillitems
2025-04-19 21:12:05 -04:00
Reinhardt Rijna
2fd53c9125 update runeprofile (#7849) 2025-04-19 21:11:03 -04:00
ScreteMonge
597297835e update creators-kit to v1.5.24 (#7847)
* Update creators-kit to v1.5.24

v1.5.24
- New TreeCellRenderer class allows displaying of more accurate object icons (Folders have a folder icon, Characters have a character icon)
- ManagerTree and TimeSheet now display alternating colours per row
- Character has been updated to include a KeyFrameType[], for visibility in the SummarySheet. Appropriate methods have been updated.
- RowHeight has been modified to separate SummarySheet from AttributeSheet
- SummarySheet has been overhauled. It currently no longer offers functions such as moving keyframes, but rather shows a summary of 3 KeyFrameTypes from the Character
- SummarySheet includes a popup to choose which KeyFrameTypes the character shows

* Update creators-kit

- TimeSheet includes a new layer to paint (for AttributeSHeet specifically) that draws the selected Character's name
- Adjusted some Font sizes/colours and keyframe button dimension

* Update creators-kit build version

Updated build version

* Update creators-kit - reduce build version

Got my build version mixed up
2025-04-19 21:08:48 -04:00
Lake
5cacaba461 add clean-chat (#7844) 2025-04-19 21:07:28 -04:00
Mathieu
6d65f141e0 update pvp-performance-tracker to v1.6.1 (#7843)
improve HP tracking for the recently added ko chance feature, include new stats in fight log, bugfix for total stats panel
2025-04-19 20:56:15 -04:00
Skretzo
2fed8b90a8 add polygon-limiter (#7841) 2025-04-19 20:55:34 -04:00
TicTac7x
17536b43fc update tictac7x-charges to v0.6 (#7838) 2025-04-19 20:50:46 -04:00
weiss
f16d9eb2da add world-map-runes (#7837) 2025-04-19 20:45:37 -04:00
Bloopser
fd2f82bdc0 update screen-marker-groups to v.1.0.1 (#7833)
* Screen Marker Groups v.1.0.1

* Fix: Fixed an issue with label positions & label position config option

Adds a new configuration option for label position

Options:
- Inside (Default): Label is drawn within the marker border.
- Above: Label is drawn slightly above the marker border.

Fix: positioning now correctly accounts for border thickness, fixes a bug where labels could be misplaced with thicker borders.

---------

Co-authored-by: Simon Urselmann <simon_urselmann@outlook.com>
2025-04-19 20:42:17 -04:00
Rhea
f41a9e7a3f update fortis-colosseum to v1.6.0 (#7854) 2025-04-19 00:14:55 -04:00
lalochazia
0a7411f7b5 Update hot-cold-helper to v1.1.2 (#7835) 2025-04-18 14:09:12 -05:00
Abex
afc4b27dfa update abexs-idle-notifier (#7853) 2025-04-17 17:04:09 -06:00
alex-macm
6caaa70cbe update nature-runecraft-utilities (#7850)
Added support for other altars + fixed bug from the submenu changes
2025-04-17 10:22:33 -07:00
Jason O'Neill
93bd6b39cf update tree-despawn-timer to v1.4.8 (#7851) 2025-04-17 11:21:09 +02:00
riktenx
fdce70340a Update loot-filters (#7845) 2025-04-16 09:54:21 -05:00
wideDvaAss
d15ac7606d update thumbs-up (#7846)
Co-authored-by: wideDvaAss <>
2025-04-16 09:53:41 -05:00
Zoinkwiz
bbcd298f56 update quest-helper to v4.9.1 (#7842) 2025-04-15 23:40:43 +02:00
Tyler Grass
bedbe12315 update attack-ranges to v1.3 (#7834) 2025-04-15 09:58:39 +02:00
Reinhardt Rijna
b245b1dfca update runeprofile to v2.0.1 (#7831) 2025-04-15 09:56:46 +02:00
Robin
5812ce030e update wom-utils to v1.4.2 (#7836) 2025-04-15 09:42:41 +02:00
ChunkyAtlas
cd43d7fc17 update chance-man (#7840)
- Added a boolean flag (tradeableItemsInitialized) that triggers refreshTradeableItems() only once during the GameTick when the client state is LOGGED_IN.

- Updated onShutdown() to reset tradeableItemsInitialized to false

- changed ItemID.SIGIL_OF_STORAGE_ATTUNED to ItemID.SIGIL_OF_STORAGE_UNATTUNED
2025-04-15 09:39:00 +02:00
Felanbird
1f83668be1 update dink to v1.11.5 (#7839) 2025-04-15 09:34:44 +02:00
riktenx
f6510be7c9 update loot-filters to v1.8.1 (#7832) 2025-04-15 09:28:23 +02:00