diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-16 09:46:34 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-16 09:46:34 +0000 |
commit | d363e5d8d8091dd99b837510a908510d049c9bb1 (patch) | |
tree | e2b1280121235d63e131a14be6184e999c3dfc78 /constants | |
parent | 9ebf3b62deda8fab8a511baa25347e02f5d0a175 (diff) | |
download | SkyHanni-REPO-d363e5d8d8091dd99b837510a908510d049c9bb1.tar.gz SkyHanni-REPO-d363e5d8d8091dd99b837510a908510d049c9bb1.tar.bz2 SkyHanni-REPO-d363e5d8d8091dd99b837510a908510d049c9bb1.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/23278f006e47bf3d9287ad5b4ef3ec7d15c42ded
Diffstat (limited to 'constants')
-rw-r--r-- | constants/regexes.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/constants/regexes.json b/constants/regexes.json index aeb0837..09a18db 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,9 +1,10 @@ { - "sourceLabel": "fe51024", + "sourceLabel": "23278f0", "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+)", "data.hypixeldata.lobbytype": "(?\u003clobbyType\u003e.*lobby)\\d+", + "data.hypixeldata.guesting.scoreboard": "SKYBLOCK 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.*)\\).*", |