diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-01-22 18:59:35 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-01-22 18:59:35 +0000 |
commit | a63401e2fb6ed889b70c7435054f1530728220cf (patch) | |
tree | 3af02dfa9375108a91845dbfab2d6c2c38bc8e7d /constants | |
parent | 3570dd9ab00a4893193a7b3e1f9f27e69e005020 (diff) | |
download | SkyHanni-REPO-a63401e2fb6ed889b70c7435054f1530728220cf.tar.gz SkyHanni-REPO-a63401e2fb6ed889b70c7435054f1530728220cf.tar.bz2 SkyHanni-REPO-a63401e2fb6ed889b70c7435054f1530728220cf.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/822913b506c63f8a322af76d3460a961e22b845c
Diffstat (limited to 'constants')
-rw-r--r-- | constants/regexes.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/constants/regexes.json b/constants/regexes.json index df61b5c..dd4bd10 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "cf0bd0f", + "sourceLabel": "822913b", "regexes": { "data.hypixeldata.tablistprofile": "§e§lProfile: §r§a(?\u003cprofile\u003e.*)", "data.hypixeldata.lobbytype": "(?\u003clobbyType\u003e.*lobby)\\d+", @@ -11,11 +11,12 @@ "actionbar.rift.time": "§[a7](?\u003criftTime\u003e[\\dms ]+)ф.*", "actionbar.skyblock.xp": ".*(§b\\+\\d+ SkyBlock XP §.\\([^()]+\\)§b \\(\\d+/\\d+\\)).*", "bingo.card.percentage": " {2}§8Top §.(?\u003cpercentage\u003e.*)%", - "utils.item.petlevel": "(?:§f§f)?§7\\[Lvl (?\u003clevel\u003e\\d+)] .*", "utils.item.lore.rarity.line": "^(?:§.){2,3}(?:.§. (?:§.){4})?(?:SHINY )?(?\u003crarity\u003eCOMMON|UNCOMMON|RARE|EPIC|LEGENDARY|MYTHIC|DIVINE|SUPREME|SPECIAL|VERY SPECIAL|ULTIMATE) ?(?:DUNGEON )?(?\u003citemCategory\u003e[^§]*)(?: (?:§.){3}.)?$", "utils.item.name.abiphone": ".{2}Abiphone .*", "utils.item.name.enchanted.book": ".{2}?Enchanted Book", "utils.item.name.potion": ".*Potion", + "utils.item.petlevel": "(?:§f§f)?§7\\[Lvl (?\u003clevel\u003e\\d+)] .*", + "skyblocktime.season": "(?:Early |Late )?(?\u003cseason\u003eSpring|Summer|Autumn|Winter)", "garden.plot.name": "§.Plot §7- §b(?\u003cname\u003e.*)", "garden.plot.spray.target": "§a§lSPRAYONATOR! §r§7You sprayed §r§aPlot §r§7- §r§b(?\u003cplot\u003e.*) §r§7with §r§a(?\u003cspray\u003e.*)§r§7!", "data.party.you.joined": "§eYou have joined (?\u003cname\u003e.*)\u0027s §eparty!", |