From fe8c84e4ef21c1bf6bfb7601e53272443a8aa254 Mon Sep 17 00:00:00 2001 From: Alex Betson Date: Sat, 27 Dec 2025 18:36:57 +0000 Subject: [PATCH] add clue-step-timer (#9933) * Add Clue Step Timer plugin * Remove incorrectly named plugin file * Add Clue Step Timer plugin Adds Clue Step Timer, a RuneLite plugin that times each clue scroll step. - Starts timing when a clue scroll is read/opened - Stops when the next clue scroll or a casket is obtained - Displays the step duration in chat - No automation, no input modification, display-only * Remove nested plugins directory * Add Clue Step Timer plugin Adds Clue Step Timer, a RuneLite plugin that times each clue scroll step. - Starts timing when a clue scroll is read/opened - Stops when the next clue scroll or a casket is obtained - Displays the step duration in chat - No automation, no input modification, display-only * Fix Plugin Hub filename to match naming rules * Add Clue Step Timer plugin Adds Clue Step Timer, a RuneLite plugin that times each clue scroll step. - Starts timing when a clue scroll is read/opened - Stops when the next clue scroll or a casket is obtained - Displays the step duration in chat - No automation, no input modification, display-only * Fix plugin repository URL * Updated 40-character SHA * Tidied Repository and Updated README * Re-added Functionality for Master Caskets * Handle master caskets via item name fallback --- plugins/clue-step-timer | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 plugins/clue-step-timer diff --git a/plugins/clue-step-timer b/plugins/clue-step-timer new file mode 100644 index 000000000..c6fc2aef5 --- /dev/null +++ b/plugins/clue-step-timer @@ -0,0 +1,2 @@ +repository=https://github.com/AlexBetson/clue-step-timer.git +commit=6a6cda765b86c26c051a31c534519c787b5138c0