diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-01 10:26:21 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-01 10:26:21 +0000 |
commit | 0cad50101297c7ffeb9bfe57b2b0f4f649af814f (patch) | |
tree | ca9dc1bbbb781e64e5901716b03fa6d58a9a3566 | |
parent | 0ee3663356315e4f0068b2db08fd4e75d2bdfc65 (diff) | |
download | SkyHanni-REPO-0cad50101297c7ffeb9bfe57b2b0f4f649af814f.tar.gz SkyHanni-REPO-0cad50101297c7ffeb9bfe57b2b0f4f649af814f.tar.bz2 SkyHanni-REPO-0cad50101297c7ffeb9bfe57b2b0f4f649af814f.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/e249c70d1b0f8f543ae2fb63d71672b981cedcc0
-rw-r--r-- | constants/regexes.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/constants/regexes.json b/constants/regexes.json index 3018903..cb66343 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "4ebde93", + "sourceLabel": "e249c70", "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+)", @@ -108,6 +108,8 @@ "event.winter.uniquegifts.giftname": "(?:WHITE|RED|GREEN)_GIFT$", "event.winter.uniqugifts.counter.amount": "§7Unique Players Gifted: §a(?\u003camount\u003e.*)", "fishing.trophy.trophyfish": "§6§lTROPHY FISH! §r§bYou caught an? §r(?\u003cdisplayName\u003e§[0-9a-f](?:§k)?[\\w -]+) §r(?\u003cdisplayRarity\u003e§[0-9a-f]§l\\w+)§r§b\\.", + "auctions.underbid.price": "^§7(?:Buy it now|Starting bid|Top bid): §6(?\u003ccoins\u003e[0-9,]+) coins$", + "auctions.underbid.allowedinventories": "^(?:Auctions Browser|Manage Auctions|Auctions: \".*\")$", "ashfang.freeze.cryogenic": "§cAshfang Follower\u0027s Cryogenic Blast hit you for .* damage!", "inventory.itemstars.stars": "(.*)§.✪(.*)", "minion.chat.upgrade": "§aYou have upgraded your Minion to Tier (?\u003ctier\u003e.*)", |