diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-08 17:57:00 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-08 17:57:00 +0000 |
commit | 4d604cb2a077bd78df9fc1577d44e94ba18c1080 (patch) | |
tree | d7eaa89f9ec12113afbb66e1cf4b653ea8a2e4ca | |
parent | 62a762de87af81c135adcddf42880f9ad4e0a3ed (diff) | |
download | SkyHanni-REPO-4d604cb2a077bd78df9fc1577d44e94ba18c1080.tar.gz SkyHanni-REPO-4d604cb2a077bd78df9fc1577d44e94ba18c1080.tar.bz2 SkyHanni-REPO-4d604cb2a077bd78df9fc1577d44e94ba18c1080.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/451a9b5636c113d1da15fc6419ea99f306f66e55
-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 5e6cbad..4e366af 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "f31e5aa", + "sourceLabel": "451a9b5", "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+)", @@ -121,7 +121,7 @@ "features.gui.customscoreboard.scoreboard.misc.dojotime": "^(§.)*Time: (§.)*[\\w.]+( §7\\(§.*§7\\))?$", "features.gui.customscoreboard.scoreboard.misc.objective": "^(§.)*(Objective|Quest).*", "features.gui.customscoreboard.scoreboard.misc.thirdobjectiveline": "(\\s*§.\\(§.\\w+§./§.\\w+§.\\)|§f Mages.*|§f Barbarians.*|§edefeat Kuudra|§eand stun him)", - "features.gui.customscoreboard.scoreboard.misc.wtfarethoselines": "^§eMine 10 Rubies$", + "features.gui.customscoreboard.scoreboard.misc.wtfarethoselines": "^(§eMine 10 Rubies|§eKill 100 Automatons)$", "features.gui.customscoreboard.scoreboard.misc.darkauction.currentitem": "^Current Item:$", "features.gui.customscoreboard.scoreboard.events.travelingzoo": "§aTraveling Zoo§f \\d{0,2}:\\d{2}$", "features.gui.customscoreboard.scoreboard.events.newyear": "§dNew Year Event!§f \\d{0,2}?:?\\d{2}$", |