From add8db0f7d070feb79abdc88ac66c2c098ce68c7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 2 Mar 2024 22:50:26 +0000 Subject: Update regexes based on https://github.com/hannibal002/Skyhanni/commit/0d1867cfb62a8f13345518d4b26de9bf0fecd1a4 --- constants/regexes.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'constants/regexes.json') diff --git a/constants/regexes.json b/constants/regexes.json index a8a47ff..e930176 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "eb6944e", + "sourceLabel": "0d1867c", "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+)", @@ -91,6 +91,8 @@ "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", + "chat.jacobevent.accessory": "§e\\[NPC] Jacob§f: Your §9Anita\u0027s (\\w+) §fis giving you §6\\+(\\d{1,2})☘ (\\w+) Fortune §fduring the contest!", + "chat.skymall.perk": "§eNew buff§r§r§r:(.*)", "inventory.hidenotclickable.seeds": "SEEDS|CARROT_ITEM|POTATO_ITEM|PUMPKIN_SEEDS|SUGAR_CANE|MELON_SEEDS|CACTUS|INK_SACK-3", "inventory.item.overlay.masterskull": "(.*)Master Skull - Tier .", "inventory.item.overlay.vacuum": "§7Vacuum Bag: §6(?\u003camount\u003e\\d*) Pests?", -- cgit