diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-29 14:31:54 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-29 14:31:54 +0000 |
commit | f2d1058e74d2efda7b2143eefc4d7634a896c50d (patch) | |
tree | c438ec46c7291dfccff6fcbc411bd26c60e68904 | |
parent | c4d2175f71d9cd2b3ab5a675b12f34295f3c64d7 (diff) | |
download | SkyHanni-REPO-f2d1058e74d2efda7b2143eefc4d7634a896c50d.tar.gz SkyHanni-REPO-f2d1058e74d2efda7b2143eefc4d7634a896c50d.tar.bz2 SkyHanni-REPO-f2d1058e74d2efda7b2143eefc4d7634a896c50d.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/23ddb498b2531545ed29223c080a97b7f6dee4c0
-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 ef82a99..ccc5c48 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "a5a77b6", + "sourceLabel": "23ddb49", "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+)", @@ -305,6 +305,7 @@ "misc.chocolatefactory.timetower.amount": "§7Charges: §.(?\u003cuses\u003e\\d+)§7/§a(?\u003cmax\u003e\\d+)", "misc.chocolatefactory.timetower.status": "§7Status: §.§l(?\u003cstatus\u003eINACTIVE|ACTIVE)(?: §f)?(?\u003cacitveTime\u003e\\w*)", "misc.chocolatefactory.timetower.recharge": "§7Next Charge: §a(?\u003cduration\u003e\\w+)", + "misc.chocolatefactory.inventory.name": "Hoppity|Chocolate Shop|Chocolate Factory Milestones", "bazaar.orderhelper.itemname": "§.§l(?\u003ctype\u003eBUY|SELL) (?\u003cname\u003e.*)", "bazaar.orderhelper.filled": "§7Filled: §[a6].*§7/.* §a§l100%!", "bazaar.orderhelper.price": "§7Price per unit: §6(?\u003cnumber\u003e.*) coins", @@ -357,6 +358,7 @@ "misc.chocolatefactory.collection.rabbit.rarity": "§.§L(?\u003crarity\u003e\\w+) RABBIT", "misc.chocolatefactory.collection.duplicates.found": "§7Duplicates Found: §a(?\u003cduplicates\u003e[\\d,]+)", "misc.chocolatefactory.collection.rabbit.notfound": "(?:§.)+You have not found this rabbit yet!", + "misc.chocolatefactory.collection.rabbits.found": "§.§l§m[ §a-z]+§r §.(?\u003ccurrent\u003e[0-9]+)§./§.(?\u003ctotal\u003e[0-9]+)", "combat.mobs.spawntime.arachne.fragment": "^☄ [a-z0-9_]{2,22} placed an arachne\u0027s calling! something is awakening! \\(4/4\\)$", "combat.mobs.spawntime.arachne.crystal": "^☄ [a-z0-9_]{2,22} placed an arachne crystal! something is awakening!$", "chat.player.death": "§c ☠ §r§7§r§.(?\u003cname\u003e.+)§r§7 (?\u003creason\u003e.+)", |