diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-04 17:23:17 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-04 17:23:17 +0000 |
commit | b4f5a63319538b2f3451dd7789dd8ede153766b9 (patch) | |
tree | abef888aa605bc08b90f8194b454f0876e580dd9 | |
parent | add8db0f7d070feb79abdc88ac66c2c098ce68c7 (diff) | |
download | SkyHanni-REPO-b4f5a63319538b2f3451dd7789dd8ede153766b9.tar.gz SkyHanni-REPO-b4f5a63319538b2f3451dd7789dd8ede153766b9.tar.bz2 SkyHanni-REPO-b4f5a63319538b2f3451dd7789dd8ede153766b9.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/e52c3015102bc308f3536c377eb56d99d8f83b20
-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 e930176..105c586 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "0d1867c", + "sourceLabel": "e52c301", "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+)", @@ -39,7 +39,7 @@ "string.isroman": "^M{0,3}(CM|CD|D?C{0,3})(XC|XL|L?X{0,3})(IX|IV|V?I{0,3})", "utils.item.sack": ".*Sack", "utils.skyblocktime.season": "(?:Early |Late )?(?\u003cseason\u003eSpring|Summer|Autumn|Winter)", - "utils.tablist.profile": "§.§lProfile: §r§a(?\u003cprofile\u003e.*)", + "utils.tablist.profile": "(?:§.)+Profile: §r§a(?\u003cprofile\u003e.*)", "misc.pet.menu.title": "Pets(?: \\(\\d+/\\d+\\) )?", "misc.pet.item.name": "(?:§.)*\\[Lvl (?\u003clevel\u003e\\d+)] (?\u003cname\u003e.*)", "misc.pet.item.name.neu.format": "(§f§f)?§7\\[Lvl 1➡(100|200)] (?\u003cname\u003e.*)", |