diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-02 22:50:26 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-02 22:50:26 +0000 |
commit | add8db0f7d070feb79abdc88ac66c2c098ce68c7 (patch) | |
tree | fb3d1aadde080f2d3d6a44f03d512f951ebe70b3 /constants/regexes.json | |
parent | c3e8b92340b5f864853b2a4ffedcac381cbcd8c4 (diff) | |
download | SkyHanni-REPO-add8db0f7d070feb79abdc88ac66c2c098ce68c7.tar.gz SkyHanni-REPO-add8db0f7d070feb79abdc88ac66c2c098ce68c7.tar.bz2 SkyHanni-REPO-add8db0f7d070feb79abdc88ac66c2c098ce68c7.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/0d1867cfb62a8f13345518d4b26de9bf0fecd1a4
Diffstat (limited to 'constants/regexes.json')
-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 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?", |