diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-04 18:49:27 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-04 18:49:27 +0000 |
commit | 1f043ed48f8f22300db1d2515b82967d5e722ec5 (patch) | |
tree | 645f89441ab0e94aa6bf72d78308612d0db3d26d /constants | |
parent | 0e5a668aae2548b822f65beec2bd6c0ed0ae4ac0 (diff) | |
download | SkyHanni-REPO-1f043ed48f8f22300db1d2515b82967d5e722ec5.tar.gz SkyHanni-REPO-1f043ed48f8f22300db1d2515b82967d5e722ec5.tar.bz2 SkyHanni-REPO-1f043ed48f8f22300db1d2515b82967d5e722ec5.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/15db91ced38a8cc4c7c16565422fce5566c6057c
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 54871d7..e6b9076 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "d48cf01", + "sourceLabel": "15db91c", "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+)", @@ -8,7 +8,7 @@ "data.hypixeldata.playeramount.coop": "^\\s*(?:§.)*Coop (?:§.)*\\((?\u003camount\u003e\\d+)\\)\\s*$", "data.hypixeldata.playeramount.guesting": "^\\s*(?:§.)*Guests (?:§.)*\\((?\u003camount\u003e\\d+)\\)\\s*$", "data.hypixeldata.solo.profile.amount": "^\\s*(?:§.)*Island\\s*$", - "data.hypixeldata.scoreboard.visiting.amount": "\\s+§.✌ §.\\(§.(?\u003ccurrentamount\u003e\\d+)§.\\/(?\u003cmaxamount\u003e\\d+)\\)", + "data.hypixeldata.scoreboard.visiting.amount": "\\s+§.✌ §.\\(§.(?\u003ccurrentamount\u003e\\d+)§./(?\u003cmaxamount\u003e\\d+)\\)", "data.hypixeldata.guesting.scoreboard": "SKYBLOCK GUEST", "data.hypixeldata.scoreboard.title": "SK[YI]BLOCK(?: CO-OP| GUEST)?", "data.hypixeldata.islandname": "(?:§.)*(Area|Dungeon): (?:§.)*(?\u003cisland\u003e.*)", |