diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-02-23 23:11:47 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-02-23 23:11:47 +0000 |
commit | 0db423ed19c66ba1a9b8ad2a2b9126d7b094613a (patch) | |
tree | 1d0f8fa1442975448e020a7fe7e8d3852e66aa36 /constants | |
parent | 7ce98eff63a82b8c97efa7d1860085f54f554c00 (diff) | |
download | SkyHanni-REPO-0db423ed19c66ba1a9b8ad2a2b9126d7b094613a.tar.gz SkyHanni-REPO-0db423ed19c66ba1a9b8ad2a2b9126d7b094613a.tar.bz2 SkyHanni-REPO-0db423ed19c66ba1a9b8ad2a2b9126d7b094613a.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/972d07c2631d99d0b3e46ea66eecf0825d4e038c
Diffstat (limited to 'constants')
-rw-r--r-- | constants/regexes.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/constants/regexes.json b/constants/regexes.json index 89bebd1..d060cf1 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,9 +1,8 @@ { - "sourceLabel": "7bde145", + "sourceLabel": "972d07c", "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.tablistprofile": "§e§lProfile: §r§a(?\u003cprofile\u003e.*)", "data.hypixeldata.lobbytype": "(?\u003clobbyType\u003e.*lobby)\\d+", "data.hypixeldata.islandname": "(?:§.)*(Area|Dungeon): (?:§.)*(?\u003cisland\u003e.*)", "data.skill.actionbar": ".*§3\\+.* (?\u003cskill\u003e.*) \\((?\u003coverflow\u003e.*)/(?\u003cneeded\u003e.*)\\).*", @@ -23,7 +22,6 @@ "actionbar.skyblock.xp": ".*(§b\\+\\d+ SkyBlock XP §.\\([^()]+\\)§b \\(\\d+/\\d+\\)).*", "garden.warpcommand.tpplot": "/tp (?\u003cplot\u003e.*)", "data.profile.switch": "§7Switching to profile (?\u003cname\u003e.*)\\.\\.\\.", - "data.profile.name": "§e§lProfile: §r§a(?\u003cname\u003e.*)", "misc.compacttablist.advanced.level": ".*\\[(?\u003clevel\u003e.*)] §r(?\u003cname\u003e.*)", "data.itemmanager.diceroll": "§eYour §r§(5|6High Class )Archfiend Dice §r§erolled a §r§.(?\u003cnumber\u003e.)§r§e! Bonus: §r§.(?\u003chearts\u003e.*)❤", "bingo.card.percentage": " {2}§8Top §.(?\u003cpercentage\u003e.*)%", @@ -42,6 +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": "§.§lProfile: §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.*)", |