diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-06 08:24:52 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-06 08:24:52 +0000 |
commit | 0fe93856ff3b1283574c7e5914118826bbc90888 (patch) | |
tree | 227d1e1d400f0a7c43485fb4b7b8e01a5c1d21b5 | |
parent | 45e0dd7185fb0f565561d4bd824e3eec13b09266 (diff) | |
download | SkyHanni-REPO-0fe93856ff3b1283574c7e5914118826bbc90888.tar.gz SkyHanni-REPO-0fe93856ff3b1283574c7e5914118826bbc90888.tar.bz2 SkyHanni-REPO-0fe93856ff3b1283574c7e5914118826bbc90888.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/172254168c7a96f4fa85e06b82f38a51d1f3b654
-rw-r--r-- | constants/regexes.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/regexes.json b/constants/regexes.json index 9b2ee0e..dc6872b 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "a8fe4fc", + "sourceLabel": "1722541", "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,7 +91,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", - "chat.jacobevent.accessory": "§e\\[NPC] Jacob§f: Your §9Anita\u0027s (\\w+) §fis giving you §6\\+(\\d{1,2})☘ (\\w+) Fortune §fduring the contest!", + "chat.jacobevent.accessory": "§e\\[NPC] Jacob§f: §rYour §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 .", |