aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-action@users.noreply.github.com>2024-05-01 09:05:13 +0000
committergithub-actions[bot] <github-action@users.noreply.github.com>2024-05-01 09:05:13 +0000
commitce1cd9421490ecb99c215493d713b4cae3cc9709 (patch)
treed77b696dab322e78bdd20b4f3095ca3697116fdd
parent53653528061eecb14da6eec3945d45e35323f481 (diff)
downloadSkyHanni-REPO-ce1cd9421490ecb99c215493d713b4cae3cc9709.tar.gz
SkyHanni-REPO-ce1cd9421490ecb99c215493d713b4cae3cc9709.tar.bz2
SkyHanni-REPO-ce1cd9421490ecb99c215493d713b4cae3cc9709.zip
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/2917930c250123951da6892813ca40246d71ac0a
-rw-r--r--constants/regexes.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/constants/regexes.json b/constants/regexes.json
index 89a53e7..f7807cd 100644
--- a/constants/regexes.json
+++ b/constants/regexes.json
@@ -1,5 +1,5 @@
{
- "sourceLabel": "7870bd5",
+ "sourceLabel": "2917930",
"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+)",
@@ -60,6 +60,7 @@
"bingo.card.percentage": " {2}§8Top §.(?\u003cpercentage\u003e.*)%",
"bingo.card.goalcomplete": "§6§lBINGO GOAL COMPLETE! §r§e(?\u003cname\u003e.*)",
"bingo.card.hiddengoal": ".*§7§eThe next hint will unlock in (?\u003ctime\u003e.*)",
+ "dungeon.race.active": "§.§.(?\u003crace\u003e[\\w ]+) RACE §.[\\d:.]+",
"features.gui.customscoreboard.scoreboard.main.motes": "^(§.)*Motes: (§.)*(?\u003cmotes\u003e[\\d,]+).*$",
"features.gui.customscoreboard.scoreboard.main.heat": "^Heat: (?\u003cheat\u003e.*)$",
"features.gui.customscoreboard.scoreboard.main.cold": "^(?:§.)*Cold: §.(?\u003ccold\u003e-?\\d+)❄$",