diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-29 12:49:54 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-29 12:49:54 +0000 |
commit | af8c95637bfe653b2093e094485161474f301861 (patch) | |
tree | e89934b0fe4a5884a649976ca29de9032c5f6cc3 | |
parent | 82b599ff302d0f2e67992e5feb1144d7f97ca18b (diff) | |
download | SkyHanni-REPO-af8c95637bfe653b2093e094485161474f301861.tar.gz SkyHanni-REPO-af8c95637bfe653b2093e094485161474f301861.tar.bz2 SkyHanni-REPO-af8c95637bfe653b2093e094485161474f301861.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/8fe947281df3eafd1a888bb52bf2a8da1f0a9baf
-rw-r--r-- | constants/regexes.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/constants/regexes.json b/constants/regexes.json index fe78151..d25bd21 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "5902fe9", + "sourceLabel": "8fe9472", "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+)", @@ -301,6 +301,9 @@ "misc.chocolatefactory.rabbit.clickme": "§e§lCLICK ME!", "misc.chocolatefactory.leaderboard.place": "§7You are §8#§b(?\u003cposition\u003e[\\d,]+)", "misc.chocolatefactory.leaderboard.percentile": "§7§8You are in the top §.(?\u003cpercent\u003e[\\d.]+)%§8 of players!", + "misc.chocolatefactory.timetower.amount": "§7Charges: §.(?\u003cuses\u003e\\d+)§7/§a(?\u003cmax\u003e\\d+)", + "misc.chocolatefactory.timetower.status": "§7Status: §.§l(?\u003cstatus\u003eINACTIVE|ACTIVE).*", + "misc.chocolatefactory.timetower.recharge": "§7Next Charge: §a(?\u003cduration\u003e\\w+)", "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", |