From bb245f7e1386cb3cd8414f305c1daabaafbd372c Mon Sep 17 00:00:00 2001 From: Thomas Kelly <84855585+1504681@users.noreply.github.com> Date: Tue, 29 Jul 2025 02:14:30 -0400 Subject: [PATCH] update afk-crab-helper to v1.1 (#8612) - Remove all DPS calculations, use simple health% / 10 minutes formula - Add display mode toggle: Time Remaining, HP Percentage, or Both - Add flash alert when crab HP falls below threshold (default 2%) - Remove Enable Overlay option and broken burrow notification - Reorganize config with proper sections and nesting - Simplified overlay logic and better flash animation - Fix all compilation issues --- plugins/afk-crab-helper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/afk-crab-helper b/plugins/afk-crab-helper index 9c6568776..dcd4c9238 100644 --- a/plugins/afk-crab-helper +++ b/plugins/afk-crab-helper @@ -1,2 +1,2 @@ repository=https://github.com/1504681/afk-crab-helper.git -commit=f51a9b2a2327125a1ed96ffe17dd2fac6150f0fd \ No newline at end of file +commit=20b245c9e5c3f4d3410f0969fe0da43df1f8be1e \ No newline at end of file