diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-05-01 06:44:06 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-05-01 06:44:06 +0000 |
commit | 487e8a3ae79ef394b018b53b01538de6ade0811e (patch) | |
tree | 62c167a99d61d8c51de39cc3605873bd9d81020b | |
parent | 72479709851e76558eb8d532b6a493db22330601 (diff) | |
download | SkyHanni-REPO-487e8a3ae79ef394b018b53b01538de6ade0811e.tar.gz SkyHanni-REPO-487e8a3ae79ef394b018b53b01538de6ade0811e.tar.bz2 SkyHanni-REPO-487e8a3ae79ef394b018b53b01538de6ade0811e.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/dad2c5b0156aee4fd84cf641fae8b08d2e97ff67
-rw-r--r-- | constants/regexes.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/regexes.json b/constants/regexes.json index 75c9753..03193ce 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "a2abc88", + "sourceLabel": "dad2c5b", "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+)", @@ -345,7 +345,7 @@ "summoning.mobs.health": "§a§o(.+)\u0027s (.+)§r §[ae]([\\dkm]+)§c❤", "summoning.mobs.seraphrecall": "§cThe Seraph recalled your (\\d) summoned allies!", "misc.chocolatefactory.rabbit.new": "§d§lNEW RABBIT! §6\\+\\d Chocolate §7and §6\\+0.\\d+x Chocolate §7per second!", - "misc.chocolatefactory.rabbit.duplicate": "§7§lDUPLICATE RABBIT! §6\\+[\\d,]+ Chocolate", + "misc.chocolatefactory.rabbit.duplicate": "§c§lBARN FULL! §f\\D+ §7got §ccrushed§7! §6.+ Chocolate", "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?!", |