diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-05-01 04:54:27 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-05-01 04:54:27 +0000 |
commit | 72479709851e76558eb8d532b6a493db22330601 (patch) | |
tree | 4ae233979c63ff6d300a780431d3ba3b67a35fdc | |
parent | 81a89db6ed7d7e1d83226b884528ef01a753a07e (diff) | |
download | SkyHanni-REPO-72479709851e76558eb8d532b6a493db22330601.tar.gz SkyHanni-REPO-72479709851e76558eb8d532b6a493db22330601.tar.bz2 SkyHanni-REPO-72479709851e76558eb8d532b6a493db22330601.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/a2abc8845169a5bf2f729e629fee5a9c69c938fb
-rw-r--r-- | constants/regexes.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/constants/regexes.json b/constants/regexes.json index 17a136e..75c9753 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "7df31da", + "sourceLabel": "a2abc88", "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,7 +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", + "misc.chocolatefactory.inventory.name": "Hoppity|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", @@ -349,6 +349,7 @@ "misc.chocolatefactory.rabbit.amount": "Rabbit \\S+ - \\[(?\u003camount\u003e\\d+)].*", "misc.chocolatefactory.upgradetier": ".*\\s(?\u003ctier\u003e[IVXLC]+)", "misc.chocolatefactory.unclaimedrewards": "§7§aYou have \\d+ unclaimed rewards?!", + "misc.chocolatefactory.shop.title": "Chocolate Shop", "misc.chocolatefactory.egg.found": "§d§lHOPPITY\u0027S HUNT §r§dYou found a §r§.Chocolate (?\u003cmeal\u003e\\w+) Egg.*", "misc.chocolatefactory.egg.noneleft": "§cThere are no hidden Chocolate Rabbit Eggs nearby! Try again later!", "misc.chocolatefactory.egg.spawned": "§d§lHOPPITY\u0027S HUNT §r§dA §r§.Chocolate (?\u003cmeal\u003e\\w+) Egg §r§dhas appeared!", |