diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-14 11:21:35 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-14 11:21:35 +0000 |
commit | 7cf218a55001f6d8569891a172c25434c8c402e6 (patch) | |
tree | 5893d56228a13246a071c47267a8f0cbebfa5223 /constants | |
parent | 5681e4e2864debd0a352fde785742083eef63b75 (diff) | |
download | SkyHanni-REPO-7cf218a55001f6d8569891a172c25434c8c402e6.tar.gz SkyHanni-REPO-7cf218a55001f6d8569891a172c25434c8c402e6.tar.bz2 SkyHanni-REPO-7cf218a55001f6d8569891a172c25434c8c402e6.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/578069c68c0dc648bcc9e5fa6a2d445da7fc8e9c
Diffstat (limited to 'constants')
-rw-r--r-- | constants/regexes.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/constants/regexes.json b/constants/regexes.json index cbf61dd..96eb169 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "f3d251b", + "sourceLabel": "578069c", "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+)", @@ -210,6 +210,7 @@ "bazaar.orderhelper.filled": "§7Filled: §[a6].*§7/.* §a§l100%!", "bazaar.orderhelper.price": "§7Price per unit: §6(?\u003cnumber\u003e.*) coins", "auctions.highlight.buyitnow": "§7Buy it now: §6(?\u003ccoins\u003e.*) coins", + "auctions.highlight.auction": "§7(?:Starting bid|Top bid): §6(?\u003ccoins\u003e.*) coins", "chat.jacobevent.accessory": "§e\\[NPC] Jacob§f: §rYour §9Anita\u0027s \\w+ §fis giving you §6\\+\\d{1,2}☘ .+ Fortune §fduring the contest!", "chat.skymall.perk": "§eNew buff§r§r§r:(.*)", "chat.firesale": "§6§k§lA§r §c§lFIRE SALE §r§6§k§lA(?:\\n|.)*", |