diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-01 23:03:23 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-01 23:03:23 +0000 |
commit | 3b85d484cbba83240cdedc9b11a7128f27097642 (patch) | |
tree | d4db282090fb59c387a42aa27353881229007448 | |
parent | f267f55ef4c70f5532cdfda77db1ffcb0da2e2e7 (diff) | |
download | SkyHanni-REPO-3b85d484cbba83240cdedc9b11a7128f27097642.tar.gz SkyHanni-REPO-3b85d484cbba83240cdedc9b11a7128f27097642.tar.bz2 SkyHanni-REPO-3b85d484cbba83240cdedc9b11a7128f27097642.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/88f1dc8544d780f54d4047839ead5e91984deaeb
-rw-r--r-- | constants/regexes.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/constants/regexes.json b/constants/regexes.json index cb66343..b9d0543 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "e249c70", + "sourceLabel": "88f1dc8", "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,8 +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: \".*\")$", + "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.*)", |