diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-08 09:33:43 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-08 09:33:43 +0000 |
commit | e1bb7e22e36ebab0e6df40b830cb9f75e094c89e (patch) | |
tree | 8811d71305f727a828d5f6766c76f9b06da1d5f5 /constants/regexes.json | |
parent | 9b36464d992126636a768c45427ea9db82f1111e (diff) | |
download | SkyHanni-REPO-e1bb7e22e36ebab0e6df40b830cb9f75e094c89e.tar.gz SkyHanni-REPO-e1bb7e22e36ebab0e6df40b830cb9f75e094c89e.tar.bz2 SkyHanni-REPO-e1bb7e22e36ebab0e6df40b830cb9f75e094c89e.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/64239c686d15ffa91c9c9212402e08c09ec8949f
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 00b5e19..915fb2f 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "37f9c2f", + "sourceLabel": "64239c6", "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+)", @@ -40,7 +40,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": "(?:§.)+Profile: §r§a(?\u003cprofile\u003e.*)", + "utils.tablist.profile": "(?:§.)+Profile: §r§a(?\u003cprofile\u003e\\S+).*", "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.*)", |