Commit Graph

6863 Commits

Author SHA1 Message Date
Hannah_GBS
c870515ca5 update emojiscape (#7686)
* Update emojiscape

* Remove commons-io dependency
2025-03-23 03:29:54 -04:00
ChunkyAtlas
959fb6807f update chance-man to v1.1.1 (#7696)
feat: add ItemsFilter to exclude non-rollable items, handle ensouled heads, and implement GE blocking
- Implement ItemsFilter with a hard-coded, case-insensitive set of blocked item names.
- Integrate ensouled head mapping into ItemsFilter to assign proper item IDs based on the item name.
- Update ChanceManPlugin to skip blocked items and remap ensouled heads during the item pull.
- Implement GE blocking using a ScriptPostFired subscriber (script ID 751) to kill GE search results so that locked items are hidden from the GE
2025-03-23 02:37:02 -04:00
willrobaggins
e76c43c575 update prop-hunt (#7695)
* Update server address to utilize EIP

* Update prop-hunt

Fixed bug causing Guess option to show when hovering in menus

* Update prop-hunt
2025-03-23 02:35:25 -04:00
riktenx
b7095d969c update loot-filters (#7693) 2025-03-23 02:33:41 -04:00
Keith
a2818f3a63 update maple-xp-bar (#7692)
Add multi-skill mode
Organize configs
Change log.info -> log.debug
2025-03-23 02:31:53 -04:00
Natesky9
89dfc35d76 update vitality (#7691)
* Update vitality

* Update vitality

removed debug text

* Update vitality

Updated vitality

* Update vitality

small update to april fools feature
2025-03-23 02:30:18 -04:00
TicTac7x
5e7ec2511f update tictac7x-capslock to v0.2 (#7690) 2025-03-23 02:26:53 -04:00
Dylan Gearhart
1f27835252 add deathdotter (#7683)
* added deathdotter

* updated commit

* added license

* switched enabled by default to true

* removed enabled by default

* ammended commit. refactored death dotter
2025-03-23 02:20:50 -04:00
willrobaggins
ef189a97cf update prop-hunt to v1.2.3 (#7681)
* Update prop-hunt 1.2.2

Fixed an issue breaking the plugin when more than one player was hiding.

* Update prop-hunt

Updated README

* Update prop-hunt

* Update prop-hunt

New Features:
-Lobby mechanic
-Active Hider on-screen list
-Add Hider option added to player menu
-Added experimental guessing mechanic (still in development)

Bug fixes:
-Fixed plugin defaulting to hide minimap dots at startup
-Fixed issue where Hide Mode button was not resetting when plugin is reset

Updated README to reflect changes

* Update prop-hunt

-added sound effect to correct guess

* Update prop-hunt
2025-03-22 18:25:33 -04:00
TicTac7x
ebf703637c update tictac7x-rooftops to v0.6.2 (#7679) 2025-03-22 20:38:38 +01:00
ChunkyAtlas
10bd3d57d1 add chance-man (#7663)
* Create chance-man

Chance Man is a plugin that locks tradeable items until they are unlocked with a random roll. The plugin tracks rolled and unlocked items per player and saves progress using JSON files. It also includes a roll animation and a simple user interface panel for viewing rolled and unlocked items

* Update chance-man

Fix Icon

* Update chance-man

Fix: Use injected Gson instead of creating new instances
- Removed direct `new Gson()` calls in UnlockedItemsManager and RolledItemsManager

- Injected RuneLite's Gson in ChanceManPlugin and passed it to each manager constructor

* Update chance-man

Create LICENSE

* Update chance-man

Fix roll trigger logic for unlocked items

- Update ground and inventory event handlers to trigger a roll for new instances (locked or unlocked) if not already rolled.

- Remove extra checks in RollAnimationManager so that every new instance triggers a roll once.

* Update chance-man

* Update chance-man

- Updated UnlockedItemsManager and RolledItemsManager to construct file paths using RuneLite.RUNELITE_DIR.

- Replaced manual system property construction with the RuneLite constant

- Added a null-check for rolledItemsManager in onItemContainerChanged to prevent NullPointerExceptions.

* Update chance-man

feat: use shared executor for file I/O, update roll animation chat message, and add search bar

- Initialize a shared single-threaded executor in ChanceManPlugin for asynchronous file operations.
- Update UnlockedItemsManager and RolledItemsManager to use the shared executor for load/save tasks.
- Remove individual executor shutdowns from managers and shut down the shared executor in plugin shutdown.
- Modify RollAnimationManager to include the queued (rolled) item in the chat message ("Unlocked {itemname} by rolling {rolleditemname}").
- Add a search bar to ChanceManPanel for filtering of rolled and unlocked items.
2025-03-21 22:18:05 -04:00
TicTac7x
5d02f55b46 update tictac7x-charges to v0.5.22 (#7678)
* Update tictac7x-charges to v0.5.22

* Reagent pouch potion mixing messages

* Add chugging barrel
2025-03-21 22:05:59 -04:00
ciaagent
98ea8c5531 update empty-hands-indicator (#7676)
* Added empty-hands-indicator

* Updated empty-hands-indicator plugin

* Updated empty-hands-indicator plugin

* Addressed feedback reverting config group name and applying optimizations.

* Added the ability for the user to get notified when their hands are empty.
Fixed local player being outlined if empty handed and a part of a clan.

* Address PR feedback removing overlay on shutdown

---------

Co-authored-by: Adam Seyedmortaza <adam@seyedmortaza.com>
2025-03-21 21:39:24 -04:00
scriptnapps
0721f07394 update chathighlightplayer (#7675)
* Create ChatHighlightPlayer

* Update ChatHighlightPlayer

* Update and rename ChatHighlightPlayer to chathighlightplayer

* Update chathighlightplayer

* Update chathighlightplayer

LICENSE

* Update chathighlightplayer

Add minimap
2025-03-21 21:37:36 -04:00
Learth
98ca89b45e add quick-search (#7664)
* Add quick-search plugin

Add Quick Search plugin with multi-platform support

- Added support for searching on OSRS Wiki, YouTube, Twitch, and Kick.
- Updated README with usage instructions and supported platforms.

* Update quick-search

Refactor search command structure and update README for improved usage clarity

* Update quick-search

Add LICENSE

* Update quick-search to use CommandExecuted event

* Remove note about command visibility from README

* Add configuration sections and suppress disabled message option in Quick Search + Include message origin

* Update wiki command to avoid conflict

- Add plugin icon and update metadata
- Add Google to platforms
2025-03-21 21:22:09 -04:00
Raaz Khoshnood
2b84015b0a update compass-camera-control to v1.1.8 (#7674)
Closes https://github.com/RaazKH/CompassCameraControl/issues/17 in https://github.com/RaazKH/CompassCameraControl/pull/18
2025-03-21 21:20:31 -04:00
UmaLPZ
391615d95f transfer flipper (#7672)
* Create Flipper-2

* Rename Flipper-2 to flipper-2

* Update flipper-2 maybe fixed gson

* Update flipper-2

Fixed Gson and System out issue

* Delete plugins/flipper-2

* Update flipper
2025-03-21 21:00:47 -04:00
ScreteMonge
3397d6ff4a update creators-kit to v1.5.19 (#7670)
* Update creators-kit to v1.5.17

v1.5.17
- General code cleanup
- Added button for finding a Character and selecting it in the Manager Panel
- Added JMenuBar to the Toolkit for various menu options
- Removed Load and Save setup buttons from ManagerPanel due to redundancy
- ToolBoxFrame will now remember its previous location and extended state
- Cleaned up some code in CreatorsPanel regarding version number comparisons
- Removed several older CustomModel file handlers

- Bugfix: switchButton now has proper hover and select listeners
- Bugfix: loading setups wasn't properly revalidating the ToolBoxFrame
- Bugfix: previewObject wasn't properly adopting its parent's animFrame

v2.0
- KeyFrame label in AttributePanel is now a button
- TimeSheetPanel now can switch cards by pressing the up or down arrow keys while a label is already selected
- Dragging keyframes near the timelineIndicator in Timesheet now causes them to snap to it
- Removed AnimationToggle as it is not relevant with new poseAnimationController
- Added Toggle to AnimAttributes and AnimKeyFrame for looping

- Bugfix: saving ModelKeyFrames has been adapted to saving ModelKeyFrameSaves, allowing CustomModels to be properly saved and catalogued
- Bugfix: loading a setup was causing an NPE with registerSpawnChanges and registerModelChanges in Programmer

* Update creators-kit to v1.5.17

v1.5.17
- Removed system.out
- Switched out Desktop.browse() for LinkBrowser.browse()

* Update creators-kit to v1.5.17

Fixed NPE

* Update creators-kit to v1.5.18

v1.5.18
- Bugfix: ManagerPanel should no longer collapse the Tree when enough objects are added to the ObjectPanel

* Update creators-kit to v1.5.19

v1.5.19
- Bugfix: ManagerTree will no longer recognize copy/paste/cut hotkeys, as they are not useful in this context
- Bugfix: setting transmog was not properly registering the RLO on clientthread
2025-03-21 20:55:44 -04:00
oont
843fd87bb1 update fixed-mode-hide-chat (#7666) 2025-03-21 20:54:02 -04:00
andmcadams
42901715cd update osrs-wiki-crowdsourcing (#7688) 2025-03-21 20:24:30 -04:00
JorVa / Jordan
fa34b0720a update clan-chat-warnings (#7687) 2025-03-21 13:03:44 +01:00
michaelma4
8e9bc9c51b update amulet-of-bounty-alerter to v1.2 (#7685) 2025-03-21 11:29:59 +01:00
Jake
b4f6804ab5 update visual-sounds (#7677)
* Update visual-sounds (Block plugin at leviathan, TOA etc.)

Prevent abuse against bosses and raids. The plugin was recently disabled at Jagex's request. In an attempt to allow this plugin again, it has been disabled at the following locations:
- DT2 bosses (Vardorvis, Leviathan, Whisperer, Sucellus)
- Vorkath
- Inferno & TzHaar Fight Cave
- Raids (Cox, ToB, ToA)

* Update plugins/visual-sounds

re-enable visual sounds

Co-authored-by: iProdigy <8106344+iProdigy@users.noreply.github.com>

* Update visual-sounds

Addresses PR comments. Both fixes made by @iProdigy

- fix (jagex): disable plugin for hydra boss
- fix: use instance-safe region calculation

* Update visual-sounds

---------

Co-authored-by: iProdigy <8106344+iProdigy@users.noreply.github.com>
2025-03-20 11:35:02 -07:00
PidgeBirb
1722a80564 update compost-helper (#7653) 2025-03-19 11:07:47 -07:00
ciaagent
1e8c41ba3f update empty-hands-indicator (#7671) 2025-03-19 12:07:44 +01:00
Christopher Oswald
d8deef642f update optimal-quest-guide (#7669) 2025-03-19 08:32:21 +01:00
Lapask
fc18f00cc7 update fixed-resizable-hybrid (#7665)
Stats Guide Centering
- When a stat is clicked on and the guide appears, it will center it on the viewport, like with most other widgets (e.g. bank interface)
- Restructured some of the code for onWidgetLoad/Unload, should keep the same functionality
2025-03-18 14:27:13 -07:00
Raaz Khoshnood
b010816584 update compass-camera-control to v1.1.6 (#7661)
* Update compass-camera-control to 1.1.6

* add keybinds for cycle and snap
2025-03-18 16:55:54 -04:00
Beardedrasta
b0fc4958f5 update rasta-hud (#7611)
* Update rasta-hud

* Update rasta-hud

* Update and rename rasta-hud to rhud

* Update rhud

* Update rhud

* Rename rhud to rasta-hud

* Update rasta-hud

Copyrights mentioned for what scripts i did get some stuff from,  I got the base model from statusbars MAJORITY IS MY SCRIPT. Copyrights are now added to each file. Thanks.

* Trying to fix issue, its trying to read for previous file again

I fixed everything in plugin.properties, the plugin is set to the correct plugin but pulling old file name.

* Updated to work with Updated Runelite.

Fixed many things,
Updated requested options,
Rewrote a mass majority of the code,
Cleaned up and improvised the look and how things work.
Enjoy :)

* Removed bin\ class

* + icon.png

* Simple remove and fix.

XpRender - Removed Unused Variable.
RHUD_Plugin - Removed Commented out text / unused Varlaibles.
Render - Fixed restore bars overlapping the end on the different layouts.
2025-03-18 01:52:51 -04:00
IceIceFuego
c87e080555 update current-spellbook (#7662) 2025-03-18 01:22:09 -04:00
Tyler
a32a5a5f77 add splashing-helper (#7660)
* Create splashing-helper

* Remove deprecated API usage
2025-03-18 01:20:47 -04:00
willrobaggins
16cabde004 update prop-hunt to v1.2.2 (#7659)
* Update prop-hunt 1.2.2

Fixed an issue breaking the plugin when more than one player was hiding.

* Update prop-hunt

Updated README

* Update prop-hunt
2025-03-18 01:18:47 -04:00
Max Philips
b40e05d1d3 update trouble-brewing (#7658)
* Update trouble-brewing

* Update plugins/trouble-brewing to add myself as an author

Co-authored-by: Tyler Grass <twgrass12@gmail.com>

---------

Co-authored-by: Tyler Grass <twgrass12@gmail.com>
2025-03-18 01:16:53 -04:00
lalochazia
061977028e update missed-clues to v1.2 (#7657)
* Create missed-clues

* Post-Squash Commit

* Gson instance fix

* License added; minor fix

* Noted & Sensitive Item ID Icons fixes

* Unnecessary Dependencies Removed

* Update missed-clues

* Added Config Migration from v1.0

* Update missed-clues v1.2

* Update missed-clues v1.2 - Deprecated fix

* Update missed-clues v1.2
2025-03-18 01:11:27 -04:00
oont
36de7e52fe update authors of fixed-mode-hide-chat plugin (#7656) 2025-03-18 01:07:11 -04:00
riktenx
4804d4a63d update loot-filters (#7655) 2025-03-18 01:05:57 -04:00
Adam
53927495d1 update gpue 2025-03-17 10:06:09 -04:00
pajlada
c0300813a4 Update stealing-artefacts to v1.5 (#7654) 2025-03-16 23:40:25 -05:00
Adam Sharp
a9f67de44f update resizable-chat to v1.2.0 (#7647) 2025-03-16 19:20:26 -07:00
Aeya
c296edf781 Update unmovable to v1.1.1 (#7652)
* Add strategy config to control whether walking should be filtered or deprioritized
* Bump junit to 5 and add tests
* Fix a bug where filtering would not work for more than 2 items
2025-03-16 17:21:13 +01:00
Damen
52864d7b20 update tobqol to v1.3.2 (#7650)
- fixes: config not controlling loot announcements to player
2025-03-16 01:39:15 -04:00
44Mikael
934738b234 update temple-osrs (#7649)
* Update temple-osrs

-  Collection log sync sends the item count as well
-  30s cooldown for sync button but can still be used without new items
-  Setting to disable side menu icon
- Moved the collection log logic into its own class & some general cleanup of the code

* Update temple-osrs

The version control GUI hiding unversioned files always gets me
2025-03-16 01:37:12 -04:00
Adam Keenan
e436a3ea22 update watchdog to v3.8.0 (#7646) 2025-03-16 01:33:35 -04:00
riktenx
965b2e5c74 update loot-filters (#7645) 2025-03-16 01:30:43 -04:00
aaronenberg
f4dd439eac update sound-swapper (#7644) 2025-03-16 01:26:13 -04:00
willrobaggins
f4c058f2f7 update prop-hunt to v1.2.1 (#7643)
Adressed artifact bug for seeker.
2025-03-16 01:16:05 -04:00
James
5cb67427f4 update tob-notice-board to v1.3.0 (#7622) 2025-03-16 01:13:13 -04:00
Damen
bc553cfdd3 update tobqol to v1.3.1 (#7648) 2025-03-15 17:30:34 +01:00
Rose
99afe5de2a Update local-consciousness to v2.1 (#7641) 2025-03-14 23:37:31 -05:00
Zoinkwiz
029666f08a update clue-details to v2.3.1 (#7638) 2025-03-14 23:57:51 +01:00