From fa93cdb6d02999d96dc9e52596b62a1506a0cbcc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 5 Apr 2024 17:27:17 +0000 Subject: Update regexes based on https://github.com/hannibal002/Skyhanni/commit/56b2f2f8a79caae96557406771203061c360468c --- constants/regexes.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'constants/regexes.json') diff --git a/constants/regexes.json b/constants/regexes.json index 90d8e65..3f07dae 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "f90096b", + "sourceLabel": "56b2f2f", "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+)", @@ -230,6 +230,9 @@ "data.bits.chat.boostercookieate": "§eYou consumed a §6Booster Cookie§e!.*", "data.bits.gui.availablemenu": "§7Bits Available: §b(?\u003ctoClaim\u003e[\\d,]+)(§3.+)?", "data.bits.gui.sbmenufamerank": "§7Your rank: §e(?\u003crank\u003e.*)", + "data.bits.gui.cookieduration": "\\s*§7Duration: §a(?\u003ctime\u003e.*)", + "data.bits.gui.sbmenunocookieactive": " §7Status: §cNot active!", + "data.bits.gui.cookiemenucookieactive": "(§7§cYou do not currently have a|§cBooster Cookie active!)", "data.bits.gui.communityshopfamerank": "§7Fame Rank: §e(?\u003crank\u003e.*)", "data.bits.gui.mainmenuname": "^SkyBlock Menu$", "data.bits.gui.mainmenustack": "^§6Booster Cookie$", -- cgit