diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-07 09:04:44 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-07 09:04:44 +0000 |
commit | 62a762de87af81c135adcddf42880f9ad4e0a3ed (patch) | |
tree | 6b00dce69e4e6c1b406f34850ade4da7f95f5a6d | |
parent | 195715f57854245c458d4706284281c48517a83c (diff) | |
download | SkyHanni-REPO-62a762de87af81c135adcddf42880f9ad4e0a3ed.tar.gz SkyHanni-REPO-62a762de87af81c135adcddf42880f9ad4e0a3ed.tar.bz2 SkyHanni-REPO-62a762de87af81c135adcddf42880f9ad4e0a3ed.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/f31e5aa4218b77e54f9438adc629c1c2bdd3e291
-rw-r--r-- | constants/regexes.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/constants/regexes.json b/constants/regexes.json index a46ec5a..5e6cbad 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "3cda068", + "sourceLabel": "f31e5aa", "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+)", @@ -418,9 +418,9 @@ "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.raredrop": "§6§lRARE DROP! (?:§.)*(?\u003citem\u003e.+) §6\\(§6\\+.*☘\\)", - "diana.waypoints.party.onlycoords": "§9Party §8\u003e (?\u003cplayerName\u003e.+)§f: §rx: (?\u003cx\u003e[^ ]+),? y: (?\u003cy\u003e[^ ]+),? z: (?\u003cz\u003e[^ ]+)", - "diana.waypoints.party.inquisitorchecker": "§9Party §8\u003e (?\u003cplayerName\u003e.+)§f: §rA MINOS INQUISITOR has spawned near \\[(?\u003carea\u003e.*)] at Coords (?\u003cx\u003e[^ ]+) (?\u003cy\u003e[^ ]+) (?\u003cz\u003e[^ ]+)", - "diana.waypoints.died": "§9Party §8\u003e (?\u003cplayerName\u003e.*)§f: §rInquisitor dead!", + "diana.waypoints.party.onlycoords": "(?\u003cparty\u003e§9Party §8\u003e )?(?\u003cplayerName\u003e.+)§f: §rx: (?\u003cx\u003e[^ ]+),? y: (?\u003cy\u003e[^ ]+),? z: (?\u003cz\u003e[^ ]+)", + "diana.waypoints.party.inquisitorchecker": "(?\u003cparty\u003e§9Party §8\u003e )?(?\u003cplayerName\u003e.+)§f: §rA MINOS INQUISITOR has spawned near \\[(?\u003carea\u003e.*)] at Coords (?\u003cx\u003e[^ ]+) (?\u003cy\u003e[^ ]+) (?\u003cz\u003e[^ ]+)", + "diana.waypoints.died": "(?\u003cparty\u003e§9Party §8\u003e )?(?\u003cplayerName\u003e.*)§f: §rInquisitor dead!", "misc.trevor.trapper": "\\[NPC] Trevor: You can find your (?\u003crarity\u003e.*) animal near the (?\u003clocation\u003e.*).", "misc.trevor.above": "The target is around (?\u003cheight\u003e.*) blocks above, at a (?\u003cangle\u003e.*) degrees angle!", "misc.trevor.below": "The target is around (?\u003cheight\u003e.*) blocks below, at a (?\u003cangle\u003e.*) degrees angle!", |