From 39c9a5c99efa79c929960a57a0dd2520e1d59841 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 21 Mar 2024 17:10:55 +0000 Subject: Update regexes based on https://github.com/hannibal002/Skyhanni/commit/183330cffcced59da0bc3f317706b2d054b4ca44 --- constants/regexes.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'constants') diff --git a/constants/regexes.json b/constants/regexes.json index b757cca..0d41029 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "8ef7b42", + "sourceLabel": "183330c", "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+)", @@ -210,6 +210,7 @@ "data.bits.gui.communityshopfamerank": "§7Fame Rank: §e(?\u003crank\u003e.*)", "data.bits.gui.mainmenuname": "^SkyBlock Menu$", "data.bits.gui.mainmenustack": "^§6Booster Cookie$", + "data.bits.gui.bitsstack": "§bBits", "data.bits.gui.famerankmenuname": "^(Community Shop|Booster Cookie)$", "data.bits.gui.famerankmenustack": "^(§aCommunity Shop|§eFame Rank)$", "api.skilldisplay.skill.percent": "\\+(?\u003cgained\u003e[\\d.,]+) (?\u003cskillName\u003e.+) \\((?\u003cprogress\u003e[\\d.]+)%\\)", -- cgit