diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-17 10:44:14 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-17 10:44:14 +0000 |
commit | d6d39f4365d9126ff48723ce965f2a087e6ffcb0 (patch) | |
tree | 604e73deaff81f83a3562a017c9604882cae8d24 | |
parent | 6f8c8c4609fe42c735b0e0a10f9d8536b0e4adc0 (diff) | |
download | SkyHanni-REPO-d6d39f4365d9126ff48723ce965f2a087e6ffcb0.tar.gz SkyHanni-REPO-d6d39f4365d9126ff48723ce965f2a087e6ffcb0.tar.bz2 SkyHanni-REPO-d6d39f4365d9126ff48723ce965f2a087e6ffcb0.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/a51e82f92ce5dcd924f3cdbc55b406c3f3dccbcc
-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 e15e83c..34ff370 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "9563270", + "sourceLabel": "a51e82f", "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+)", @@ -162,7 +162,7 @@ "string.isroman": "^M{0,3}(CM|CD|D?C{0,3})(XC|XL|L?X{0,3})(IX|IV|V?I{0,3})", "utils.item.sack": ".*Sack", "utils.skyblocktime.season": "(?:Early |Late )?(?\u003cseason\u003eSpring|Summer|Autumn|Winter)", - "utils.tablist.profile": "(?:§.)+Profile: §r§a(?\u003cprofile\u003e\\S+).*", + "utils.tablist.profile": "(?:§.)+Profile: §r§a(?\u003cprofile\u003e[\\w\\s]+[^ §]).*", "garden.plot.name": "§.Plot §7- §b(?\u003cname\u003e.*)", "garden.plot.barnname": "§.(?\u003cname\u003eThe Barn)", "garden.plot.uncleaned": "§7Cleanup: .* (?:§.)*Completed", |