From 5ffa7b0a5ce19593aa1668db1fd9b66c823d8120 Mon Sep 17 00:00:00 2001 From: SoaresPT Date: Sat, 13 Dec 2025 21:28:14 +0200 Subject: [PATCH] update clue-scroll-notifier (#9838) * Create clue-scroll-notifier * Update clue-scroll-notifier * feat: Replace external sound download with local resource usage for clue notifications - Updated ClueScrollNotifierPlugin to remove external download logic and rely on local sound resources. - Modified FileManager to use getResourceAsStream() to load the clue.wav sound file directly from the classpath. - Refactored SoundEngine to handle sound playback using local resource * Update clue-scroll-notifier * Update clue-scroll-notifier Plugins are now packed inside the resources folder instead of being grabbed from remote * Update clue-scroll-notifier * Update clue-scroll-notifier * Update commit hash for clue-scroll-notifier Add salvaging clue scroll/box detection * Update clue-scroll-notifier --- plugins/clue-scroll-notifier | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/clue-scroll-notifier b/plugins/clue-scroll-notifier index 830128a33..2f443fd1b 100644 --- a/plugins/clue-scroll-notifier +++ b/plugins/clue-scroll-notifier @@ -1,2 +1,2 @@ repository=https://github.com/SoaresPT/clue-scroll-notifier.git -commit=507dfb93be38a62507b55f1aef4dc6e0beea4416 +commit=e2f1de2103548b05464c0c73998e52de1e482f83