From af2cde73c445a52189964dc5a733aa1c612674b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 2 Jan 2024 22:10:56 +0000 Subject: Update regexes based on https://github.com/hannibal002/Skyhanni/commit/48e85f9790a4408eaff0fc70041e5353b951ef8c --- 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 04c3bf3..bf753ed 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,6 +1,9 @@ { - "sourceLabel": "bc22141", + "sourceLabel": "48e85f9", "regexes": { + "data.hypixeldata.tablistprofile": "§e§lProfile: §r§a(?\u003cprofile\u003e.*)", + "data.hypixeldata.lobbytype": "(?\u003clobbyType\u003e.*lobby)\\d+", + "data.hypixeldata.islandname": "§b§l(Area|Dungeon): §r§7(?\u003cisland\u003e.*)", "data.owninventory.chat.movedsacktoinventory": "§aMoved §r§e\\d* (?\u003cname\u003e.*)§r§a from your Sacks to your inventory.", "bingo.card.percentage": " {2}§8Top §.(?\u003cpercentage\u003e.*)%", "garden.plot.name": "§.Plot §7- §b(?\u003cname\u003e.*)", -- cgit