diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-02-19 12:32:50 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-02-19 12:32:50 +0000 |
commit | 67fc3798d63b981ebe2a176103ff5ed2498a5752 (patch) | |
tree | 38c94fd977ffe65dc79db3b5aadb24836b5492b3 | |
parent | 375b66a6bd8776a5183319ff607ebf52b98ca91e (diff) | |
download | SkyHanni-REPO-67fc3798d63b981ebe2a176103ff5ed2498a5752.tar.gz SkyHanni-REPO-67fc3798d63b981ebe2a176103ff5ed2498a5752.tar.bz2 SkyHanni-REPO-67fc3798d63b981ebe2a176103ff5ed2498a5752.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/7d9a6a101071c75773668e0881b37466506307dd
-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 bb791f8..415e37f 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "128b8db", + "sourceLabel": "7d9a6a1", "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+)", @@ -42,6 +42,8 @@ "utils.item.sack": ".*Sack", "utils.skyblocktime.season": "(?:Early |Late )?(?\u003cseason\u003eSpring|Summer|Autumn|Winter)", "misc.pet.menu.title": "Pets(?: \\(\\d+/\\d+\\) )?", + "misc.pet.item.name": "§.\\[Lvl (?\u003clevel\u003e\\d)] (?\u003cname\u003e.*)", + "misc.pet.item.name.neu.format": "(§f§f)?§7\\[Lvl 1➡(100|200)] (?\u003cname\u003e.*)", "garden.plot.name": "§.Plot §7- §b(?\u003cname\u003e.*)", "garden.plot.spray.target": "§a§lSPRAYONATOR! §r§7You sprayed §r§aPlot §r§7- §r§b(?\u003cplot\u003e.*) §r§7with §r§a(?\u003cspray\u003e.*)§r§7!", "data.collection.api.counter": ".* §e(?\u003camount\u003e.*)§6/.*", |