diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-18 16:58:35 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-18 16:58:35 +0000 |
commit | c7395df655820c5f7ffd6ba7e25c493789eb9288 (patch) | |
tree | cdcce0304c4676af18814d90063977f3e64e30f9 | |
parent | abc1d6b6fac363b9159150c9cc6e3780fa1c55f4 (diff) | |
download | SkyHanni-REPO-c7395df655820c5f7ffd6ba7e25c493789eb9288.tar.gz SkyHanni-REPO-c7395df655820c5f7ffd6ba7e25c493789eb9288.tar.bz2 SkyHanni-REPO-c7395df655820c5f7ffd6ba7e25c493789eb9288.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/b1a5396e46a5c3fd6bbabdcaac106255731a200e
-rw-r--r-- | constants/regexes.json | 3 |
1 files changed, 2 insertions, 1 deletions
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,\\.]+)$", |