diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-05-01 07:29:58 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-05-01 07:29:58 +0000 |
commit | 53653528061eecb14da6eec3945d45e35323f481 (patch) | |
tree | 05e79119cbe0105f6b7f7d0cd269221c4002bfef /constants/regexes.json | |
parent | 487e8a3ae79ef394b018b53b01538de6ade0811e (diff) | |
download | SkyHanni-REPO-53653528061eecb14da6eec3945d45e35323f481.tar.gz SkyHanni-REPO-53653528061eecb14da6eec3945d45e35323f481.tar.bz2 SkyHanni-REPO-53653528061eecb14da6eec3945d45e35323f481.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/7870bd5b39efdd2cb6cafdc11c418247d4f63596
Diffstat (limited to 'constants/regexes.json')
-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 03193ce..89a53e7 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "dad2c5b", + "sourceLabel": "7870bd5", "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,8 @@ "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": "§c§lBARN FULL! §f\\D+ §7got §ccrushed§7! §6.+ Chocolate", + "misc.chocolatefactory.rabbit.duplicate": "§7§lDUPLICATE RABBIT! §6\\+[\\d,]+ Chocolate", + "misc.chocolatefactory.rabbit.crushed": "§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?!", |