diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-05-01 09:05:13 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-05-01 09:05:13 +0000 |
commit | ce1cd9421490ecb99c215493d713b4cae3cc9709 (patch) | |
tree | d77b696dab322e78bdd20b4f3095ca3697116fdd | |
parent | 53653528061eecb14da6eec3945d45e35323f481 (diff) | |
download | SkyHanni-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.json | 3 |
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+)❄$", |