diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-28 20:41:50 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-28 20:41:50 +0000 |
commit | 42b3981a649f2ae30a9dc5deabd9e569497f86d4 (patch) | |
tree | 58a21a3d1fd2062361caf055c1730a5893f5bdff /constants | |
parent | 0d27aad03e8580f2733ad6f2ff9ff2db631e6899 (diff) | |
download | SkyHanni-REPO-42b3981a649f2ae30a9dc5deabd9e569497f86d4.tar.gz SkyHanni-REPO-42b3981a649f2ae30a9dc5deabd9e569497f86d4.tar.bz2 SkyHanni-REPO-42b3981a649f2ae30a9dc5deabd9e569497f86d4.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/e4ae028ef44cd8cbff3c4dac609699bae9229c39
Diffstat (limited to 'constants')
-rw-r--r-- | constants/regexes.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/regexes.json b/constants/regexes.json index 8e63540..27f2abd 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "fcc1baa", + "sourceLabel": "e4ae028", "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.*)$", |