aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-action@users.noreply.github.com>2024-04-05 23:08:10 +0000
committergithub-actions[bot] <github-action@users.noreply.github.com>2024-04-05 23:08:10 +0000
commit8cd13f6dee8f60a8b35bd3d87408afcc695e8acb (patch)
treeedce3bb79b072f83d9eb4b2d75ed4193f0d56caa
parentd16d2e59a014ca14056e1b6a0eba79811af9d715 (diff)
downloadSkyHanni-REPO-8cd13f6dee8f60a8b35bd3d87408afcc695e8acb.tar.gz
SkyHanni-REPO-8cd13f6dee8f60a8b35bd3d87408afcc695e8acb.tar.bz2
SkyHanni-REPO-8cd13f6dee8f60a8b35bd3d87408afcc695e8acb.zip
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/aff767bb841f5e2d502c8ac0cf69e9a3c0d5781f
-rw-r--r--constants/regexes.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/constants/regexes.json b/constants/regexes.json
index d4670d2..bd02488 100644
--- a/constants/regexes.json
+++ b/constants/regexes.json
@@ -1,5 +1,5 @@
{
- "sourceLabel": "d1a5af0",
+ "sourceLabel": "aff767b",
"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+)",
@@ -417,7 +417,8 @@
"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": "§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.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!",
"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!",