From ff57b289aea704cb65a99d0206454980c48c77e2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 26 Mar 2024 16:05:31 +0000 Subject: Update regexes based on https://github.com/hannibal002/Skyhanni/commit/6582eefb98545c6c05430e7205e2c6e6c012169d --- constants/regexes.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/constants/regexes.json b/constants/regexes.json index 68025a1..d6db8f6 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,7 +1,7 @@ { - "sourceLabel": "08cbe33", + "sourceLabel": "6582eef", "regexes": { - "data.hypixeldata.serverid.scoreboard": "§7\\d+/\\d+/\\d+ §8(?\u003cservertype\u003e[mM])(?\u003cserverid\u003e\\S+)", + "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+)", "data.hypixeldata.lobbytype": "(?\u003clobbyType\u003e.*lobby)\\d+", "data.hypixeldata.playeramount": "^\\s*(?:§.)+Players (?:§.)+\\((?\u003camount\u003e\\d+)\\)\\s*$", -- cgit