diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-01 19:00:34 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-01 19:00:34 +0000 |
commit | 19db0c491f1fbee89d6bdc158d7efa6d96313d1b (patch) | |
tree | 3207ec2a47bc45da76bdde69b8679cd67a4d7665 | |
parent | 62cab1b51636fd148175389be94c3731553e6fb0 (diff) | |
download | SkyHanni-REPO-19db0c491f1fbee89d6bdc158d7efa6d96313d1b.tar.gz SkyHanni-REPO-19db0c491f1fbee89d6bdc158d7efa6d96313d1b.tar.bz2 SkyHanni-REPO-19db0c491f1fbee89d6bdc158d7efa6d96313d1b.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/526f1a3e5eb364d240894847f50fcab006688d4d
-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 c8f70d6..b7ccb4c 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "dfec491", + "sourceLabel": "526f1a3", "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+)", @@ -402,7 +402,8 @@ "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.party": "§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!", "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!", |