From c7395df655820c5f7ffd6ba7e25c493789eb9288 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 18 Apr 2024 16:58:35 +0000 Subject: Update regexes based on https://github.com/hannibal002/Skyhanni/commit/b1a5396e46a5c3fd6bbabdcaac106255731a200e --- constants/regexes.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/constants/regexes.json b/constants/regexes.json index ffcefa0..a13a19b 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "3d0d4dd", + "sourceLabel": "b1a5396", "regexes": { "data.hypixeldata.serverid.scoreboard": "§7\\d+/\\d+/\\d+ §8(?\u003cservertype\u003e[mM])(?\u003cserverid\u003e\\S+).*", "data.hypixeldata.serverid.tablist": " Server: §r§8(?\u003cserverid\u003e\\S+)", @@ -141,6 +141,7 @@ "features.gui.customscoreboard.scoreboard.rift.dimension": "^\\s*§fRift Dimension$", "features.gui.customscoreboard.scoreboard.rift.hotdogtitle": "^§6Hot Dog Contest$", "features.gui.customscoreboard.scoreboard.rift.hotdogeaten": "^Eaten: §.\\d+\\/\\d+$", + "features.gui.customscoreboard.scoreboard.rift.aveikx": "Time spent sitting|with Ävaeìkx: .*", "features.gui.customscoreboard.tablist.gems": "^\\s*Gems: §a(?\u003cgems\u003e\\d*,?(\\.\\d+)?[a-zA-Z]?)$", "features.gui.customscoreboard.tablist.bank": "^\\s*Bank: §6(?\u003cbank\u003e[\\w.,]+(?:§7 \\/ §6(?\u003ccoop\u003e[\\w.,]+))?)$", "features.gui.customscoreboard.tablist.mithrilpowder": "^\\s*Mithril(?: Powder)?: (?:§.)+(?\u003cmithrilpowder\u003e[\\d,\\.]+)$", -- cgit