aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-action@users.noreply.github.com>2024-04-29 14:01:16 +0000
committergithub-actions[bot] <github-action@users.noreply.github.com>2024-04-29 14:01:16 +0000
commitc4d2175f71d9cd2b3ab5a675b12f34295f3c64d7 (patch)
tree2e7a539f008e085acd81e23f46d665b12d369e5e
parentaf8c95637bfe653b2093e094485161474f301861 (diff)
downloadSkyHanni-REPO-c4d2175f71d9cd2b3ab5a675b12f34295f3c64d7.tar.gz
SkyHanni-REPO-c4d2175f71d9cd2b3ab5a675b12f34295f3c64d7.tar.bz2
SkyHanni-REPO-c4d2175f71d9cd2b3ab5a675b12f34295f3c64d7.zip
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/a5a77b601c7d82661206b0b3437fe2d09e660587
-rw-r--r--constants/regexes.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/constants/regexes.json b/constants/regexes.json
index d25bd21..ef82a99 100644
--- a/constants/regexes.json
+++ b/constants/regexes.json
@@ -1,5 +1,5 @@
{
- "sourceLabel": "8fe9472",
+ "sourceLabel": "a5a77b6",
"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+)",
@@ -298,11 +298,12 @@
"misc.chocolatefactory.chocolate.multiplier": "§7Total Multiplier: §6(?\u003camount\u003e[\\d.]+)x",
"misc.chocolatefactory.barn.amount": "§7Your Barn: §.(?\u003crabbits\u003e\\d+)§7/§.(?\u003cmax\u003e\\d+) Rabbits",
"misc.chocolatefactory.prestige.level": "§6Chocolate Factory (?\u003cprestige\u003e[IVX]+)",
+ "misc.chocolatefactory.chocolate.forprestige": "§7§cRequires (?\u003camount\u003e\\w+) Chocolate this.*",
"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.status": "§7Status: §.§l(?\u003cstatus\u003eINACTIVE|ACTIVE)(?: §f)?(?\u003cacitveTime\u003e\\w*)",
"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%!",