diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-17 17:44:09 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-17 17:44:09 +0000 |
commit | 218edd8943d75f95ee036a1d2a8ef3fdc99700ce (patch) | |
tree | a6b5222ea9c2b42f5e7ce692b8522a92f545363f /constants/regexes.json | |
parent | 7adf8b9c8673d2f2483814da5629ff0bb16de93a (diff) | |
download | SkyHanni-REPO-218edd8943d75f95ee036a1d2a8ef3fdc99700ce.tar.gz SkyHanni-REPO-218edd8943d75f95ee036a1d2a8ef3fdc99700ce.tar.bz2 SkyHanni-REPO-218edd8943d75f95ee036a1d2a8ef3fdc99700ce.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/8fc46b4e838dcf0fda4b7a029ec147edbc2af4d3
Diffstat (limited to 'constants/regexes.json')
-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 e5b3c73..1422e73 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "f72cf99", + "sourceLabel": "8fc46b4", "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+)", @@ -11,7 +11,7 @@ "data.hypixeldata.scoreboard.visiting.amount": "\\s+§.✌ §.\\(§.(?\u003ccurrentamount\u003e\\d+)§.\\/(?\u003cmaxamount\u003e\\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)", + "dungeon.complete": "§.\\s+§.§.(?:The|Master Mode) Catacombs §.§.- §.§.(?:Floor )?(?\u003cfloor\u003eM?[IV]{1,3}|Entrance)", "data.skill.actionbar": ".*§3\\+.* (?\u003cskill\u003e.*) \\((?\u003coverflow\u003e.*)/(?\u003cneeded\u003e.*)\\).*", "data.skill.inventory": ".* §e(?\u003cnumber\u003e.*)§6/.*", "data.skill.actionbarlow": ".*§3+(?\u003cadd\u003e.+) (?\u003cskill\u003e.*) \\((?\u003cpercentage\u003e.*)%\\).*", |