aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-action@users.noreply.github.com>2024-03-23 17:51:28 +0000
committergithub-actions[bot] <github-action@users.noreply.github.com>2024-03-23 17:51:28 +0000
commit3d8f224cea9f57fe9c87cfbff47c636ecff4e66e (patch)
tree006a6a01fdd7ec24e63f6c64c73b65aede906eeb
parent0edf1c84a386ebf525e56efeef2377943393bdc6 (diff)
downloadSkyHanni-REPO-3d8f224cea9f57fe9c87cfbff47c636ecff4e66e.tar.gz
SkyHanni-REPO-3d8f224cea9f57fe9c87cfbff47c636ecff4e66e.tar.bz2
SkyHanni-REPO-3d8f224cea9f57fe9c87cfbff47c636ecff4e66e.zip
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/aa78d9de37d964de3334c6af18a3ba9ece426dde
-rw-r--r--constants/regexes.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/regexes.json b/constants/regexes.json
index ffe9c46..bf4cd5c 100644
--- a/constants/regexes.json
+++ b/constants/regexes.json
@@ -1,5 +1,5 @@
{
- "sourceLabel": "6498494",
+ "sourceLabel": "aa78d9d",
"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+)",
@@ -35,7 +35,7 @@
"bingo.card.hiddengoal": ".*§7§eThe next hint will unlock in (?\u003ctime\u003e.*)",
"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+)$",
+ "features.gui.customscoreboard.scoreboard.main.cold": "^(?:§.)*Cold: §.❄ (?\u003ccold\u003e-?\\d+)$",
"features.gui.customscoreboard.scoreboard.main.copper": "^(§.)*Copper: (§.)*(?\u003ccopper\u003e[\\d,]+).*$",
"features.gui.customscoreboard.scoreboard.main.location": "^\\s*(?\u003clocation\u003e(§7⏣|§5ф) .*)$",
"features.gui.customscoreboard.scoreboard.main.lobbycode": "^\\s*§.((\\d{2}/\\d{2}/\\d{2})|Server closing: [\\d:]+) §8(?\u003ccode\u003e.*)$",