diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-29 18:31:48 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-29 18:31:48 +0000 |
commit | 3adb818393287ad2211900ddfaa0e144ff00abd1 (patch) | |
tree | 198ced382f0bfc0b19fa703f8a2d786dcbc793be /constants | |
parent | b2c24f3379c5c13a404cb03025263ddea53cd9d6 (diff) | |
download | SkyHanni-REPO-3adb818393287ad2211900ddfaa0e144ff00abd1.tar.gz SkyHanni-REPO-3adb818393287ad2211900ddfaa0e144ff00abd1.tar.bz2 SkyHanni-REPO-3adb818393287ad2211900ddfaa0e144ff00abd1.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/dfec491a7177e1e9763d20d97f3d2a17f173c794
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 91169bf..c8f70d6 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "903d260", + "sourceLabel": "dfec491", "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+)", @@ -10,7 +10,7 @@ "data.hypixeldata.solo.profile.amount": "^\\s*(?:§.)*Island\\s*$", "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", + "data.hypixeldata.scoreboard.title": "SK[YI]BLOCK(?: CO-OP| GUEST)?", "data.hypixeldata.islandname": "(?:§.)*(Area|Dungeon): (?:§.)*(?\u003cisland\u003e.*)", "dungeon.complete": "§.\\s+§.§.(?:The|Master Mode) Catacombs §.§.- §.§.(?:Floor )?(?\u003cfloor\u003eM?[IV]{1,3}|Entrance)", "data.skill.actionbar": ".*§3\\+.* (?\u003cskill\u003e.*) \\((?\u003coverflow\u003e.*)/(?\u003cneeded\u003e.*)\\).*", |