diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-23 17:51:01 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-23 17:51:01 +0000 |
commit | 0edf1c84a386ebf525e56efeef2377943393bdc6 (patch) | |
tree | 3a139cb2bcb8331da78e6ddee5f684b10fa64b5b /constants/regexes.json | |
parent | 85f02e3d2145b6d47db8712fca34205346510254 (diff) | |
download | SkyHanni-REPO-0edf1c84a386ebf525e56efeef2377943393bdc6.tar.gz SkyHanni-REPO-0edf1c84a386ebf525e56efeef2377943393bdc6.tar.bz2 SkyHanni-REPO-0edf1c84a386ebf525e56efeef2377943393bdc6.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/64984949a048be142dec75c54358c754351181f2
Diffstat (limited to 'constants/regexes.json')
-rw-r--r-- | constants/regexes.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/constants/regexes.json b/constants/regexes.json index 02026d0..ffe9c46 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "37ba2ec", + "sourceLabel": "6498494", "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+)", @@ -392,6 +392,8 @@ "misc.teleportpad.number": "§.(?\u003cnumber\u003e.*) teleport pad", "garden.cropmilestone.fix.tablist": " Milestone: §r§a(?\u003ccrop\u003e.*) (?\u003ctier\u003e.*): §r§3(?\u003cpercentage\u003e.*)%", "garden.cropmilestone.fix.levelup": " {2}§r§b§lGARDEN MILESTONE §3(?\u003ccrop\u003e.*) §8.*➜§3(?\u003ctier\u003e.*)", + "garden.cropmilestone.fix.pests.loot": "§eYou received §a(?\u003camount\u003e[0-9]*)x (?\u003citem\u003e.*) §efor killing an? §6(?\u003cpest\u003e.*)§e!", + "garden.cropmilestone.fix.pests.raredrop": "§6§lRARE DROP! (?:§.)*(?\u003citem\u003e.+) §6\\(§6\\+.*☘\\)", "diana.waypoints.party": "§9Party §8\u003e (?\u003cplayerName\u003e.*)§f: §rx: (?\u003cx\u003e-?[0-9]{1,4}), y: (?\u003cy\u003e-?[0-9]{1,4}), z: (?\u003cz\u003e-?[0-9]{1,4})\\b", "diana.waypoints.died": "§9Party §8\u003e (?\u003cplayerName\u003e.*)§f: §rInquisitor dead!", "misc.trevor.trapper": "\\[NPC] Trevor: You can find your (?\u003crarity\u003e.*) animal near the (?\u003clocation\u003e.*).", |