diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-21 19:19:52 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-21 19:19:52 +0000 |
commit | 8f4a229f132cf54824fbb85812d6132e6cc087d9 (patch) | |
tree | 97a80415282fd59db447c9af4a59b1265cb704d3 /constants/regexes.json | |
parent | 3620b5e52611ded0c807486b27bb094f58ebeaa2 (diff) | |
download | SkyHanni-REPO-8f4a229f132cf54824fbb85812d6132e6cc087d9.tar.gz SkyHanni-REPO-8f4a229f132cf54824fbb85812d6132e6cc087d9.tar.bz2 SkyHanni-REPO-8f4a229f132cf54824fbb85812d6132e6cc087d9.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/7aef79228e1acfbf6d2f6d73a1b5b18ec956eab4
Diffstat (limited to 'constants/regexes.json')
-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 f798fa0..eb8b04e 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "f8efe9e", + "sourceLabel": "7aef792", "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+)", @@ -685,7 +685,7 @@ "misc.limbo.tooltip.hours": "§5§o§b([\\d.,]+) hours.+$", "pet.chatdrop.pet.petdroppedmessage": "(?\u003cstart\u003e(?:§.)*PET DROP! )(?:§.)*§(?\u003crarityColor\u003e.)(?\u003cpetName\u003e[^§(.]+)(?\u003cend\u003e .*)", "pet.chatdrop.pet.petfishedmessage": "(?\u003cstart\u003e(?:§.)*GREAT CATCH! (?:§.)*You found a (?:§.)*\\[Lvl 1] )(?:§.)*§(?\u003crarityColor\u003e.)(?\u003cpetName\u003e[^§(.]+)(?\u003cend\u003e.*)", - "pet.chatdrop.pet.petclaimedmessage": "(?\u003cstart\u003e(?:§.)*You claimed a )(?:§.)*§(?\u003crarityColor\u003e.)(?\u003cpetName\u003e[^§(.]+)(?\u003cend\u003e.*)", + "pet.chatdrop.pet.petclaimedmessage": "(?\u003cstart\u003e(?:§.)*You claimed a )(?:§.)*§(?\u003crarityColor\u003e.)(?\u003cpetName\u003e[^§(.]+)(?\u003cend\u003e.*You can manage your Pets.*)", "pet.chatdrop.pet.petobtainedmessage": "(?\u003cstart\u003e.*has obtained (?:§.)*\\[Lvl 1] )(?:§.)*§(?\u003crarityColor\u003e.)(?\u003cpetName\u003e[^§(.]+)(?\u003cend\u003e.*)", "inventory.recipe.title": ".* Recipe", "garden.pests.tracker.raredrop": "§6§l(?:RARE|PET) DROP! (?:§.)*(?\u003citem\u003e.+) §6\\(§6\\+.*☘\\)", |