diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-05-02 07:31:14 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-05-02 07:31:14 +0000 |
commit | 381a62e6e539922e99704330b0dbdd98a7dd3694 (patch) | |
tree | 893003de08796ef57dc3686ef3606cb8e8771544 /constants | |
parent | ce1cd9421490ecb99c215493d713b4cae3cc9709 (diff) | |
download | SkyHanni-REPO-381a62e6e539922e99704330b0dbdd98a7dd3694.tar.gz SkyHanni-REPO-381a62e6e539922e99704330b0dbdd98a7dd3694.tar.bz2 SkyHanni-REPO-381a62e6e539922e99704330b0dbdd98a7dd3694.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/e26deff1ee5ed11be9ac128ca8b447eadcec2f1c
Diffstat (limited to 'constants')
-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 f7807cd..f5f074c 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "2917930", + "sourceLabel": "e26deff", "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+)", @@ -717,7 +717,7 @@ "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\\+.*☘\\)", + "garden.pests.tracker.raredrop": "§6§l(?:RARE|PET) DROP! (?:§r)?(?\u003citem\u003e.+) §6\\(§6\\+.*☘\\)", "test.dev.copyrng.slayer": "§7Slayer XP: §d.*§5/§d(?\u003cxp\u003e.*)", "test.dev.copyrng.dungeon": "§7Dungeon Score: §d.*§5/§d(?\u003cxp\u003e.*)", "test.bestiary.type": "\\[Lv(?\u003clvl\u003e.*)] (?\u003ctext\u003e.*)" |