diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-26 16:05:31 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-26 16:05:31 +0000 |
commit | ff57b289aea704cb65a99d0206454980c48c77e2 (patch) | |
tree | 4c2a24a2925813c49e1f8da4692da59e862ed96c | |
parent | 5c685c5bbeea4e626451c407b3527481875140b6 (diff) | |
download | SkyHanni-REPO-ff57b289aea704cb65a99d0206454980c48c77e2.tar.gz SkyHanni-REPO-ff57b289aea704cb65a99d0206454980c48c77e2.tar.bz2 SkyHanni-REPO-ff57b289aea704cb65a99d0206454980c48c77e2.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/6582eefb98545c6c05430e7205e2c6e6c012169d
-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 68025a1..d6db8f6 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,7 +1,7 @@ { - "sourceLabel": "08cbe33", + "sourceLabel": "6582eef", "regexes": { - "data.hypixeldata.serverid.scoreboard": "§7\\d+/\\d+/\\d+ §8(?\u003cservertype\u003e[mM])(?\u003cserverid\u003e\\S+)", + "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+)", "data.hypixeldata.lobbytype": "(?\u003clobbyType\u003e.*lobby)\\d+", "data.hypixeldata.playeramount": "^\\s*(?:§.)+Players (?:§.)+\\((?\u003camount\u003e\\d+)\\)\\s*$", |