diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-21 15:26:17 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-21 15:26:17 +0000 |
commit | 9cd68b7c4eef30c5804d0bf16fc5c46cafbaec60 (patch) | |
tree | 712c5c164a0ce473d4849310362bf865aab6ccac /constants | |
parent | fd6c8b34e11a114adf68dacd90b8ac9119a78ef0 (diff) | |
download | SkyHanni-REPO-9cd68b7c4eef30c5804d0bf16fc5c46cafbaec60.tar.gz SkyHanni-REPO-9cd68b7c4eef30c5804d0bf16fc5c46cafbaec60.tar.bz2 SkyHanni-REPO-9cd68b7c4eef30c5804d0bf16fc5c46cafbaec60.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/5af63dc928e9dbeabfce4b51548b3f7ac210d056
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 561746d..a8fe37f 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "1c0cb4f", + "sourceLabel": "5af63dc", "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+)", @@ -540,7 +540,7 @@ "dungeon.finder.floor.pattern": "(Floor: .*)", "dungeon.finder.floor.number": ".* (?\u003cfloorNum\u003e[IV\\d]+)", "dungeon.finder.get.dungeon.class": ".* (?\u003cclass\u003e.*)", - "dungeon.finder.detect.dungeon.class": "(View and select a dungeon class.)", + "dungeon.finder.detect.dungeon.class": "§7View and select a dungeon class.", "garden.pests.spawn.one": "§6§l.*! §7A §6Pest §7has appeared in §aPlot §7- §b(?\u003cplot\u003e.*)§7!", "garden.pests.spawn.multiple": "§6§l.*! §6(?\u003camount\u003e\\d) Pests §7have spawned in §aPlot §7- §b(?\u003cplot\u003e.*)§7!", "garden.pests.finder.scoreboard": " §7⏣ §[ac]The Garden §4§lൠ§7 x(?\u003cpests\u003e.*)", |