From e0aa12c27fa971701bc8d42a4c07b2e8138955ba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 24 Jan 2024 15:51:37 +0000 Subject: Update regexes based on https://github.com/hannibal002/Skyhanni/commit/9eb402306af709ed0567c6b3ea09cd7c52b3c7b2 --- constants/regexes.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'constants/regexes.json') diff --git a/constants/regexes.json b/constants/regexes.json index b5bbe50..252b4f5 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "d025d93", + "sourceLabel": "9eb4023", "regexes": { "data.hypixeldata.tablistprofile": "§e§lProfile: §r§a(?\u003cprofile\u003e.*)", "data.hypixeldata.lobbytype": "(?\u003clobbyType\u003e.*lobby)\\d+", @@ -35,6 +35,7 @@ "data.party.dungeonfinder.join": "§dParty Finder §f\u003e (?\u003cname\u003e.*?) §ejoined the dungeon group! \\(§[a-fA-F0-9].* Level \\d+§[a-fA-F0-9]\\)", "bingo.detection.scoreboard": " §.Ⓑ §.Bingo", "auctions.highlight.buyitnow": "§7Buy it now: §6(?\u003ccoins\u003e.*) coins", + "dungeon.end.chests.spawned": "(?:§f)?([ ]*)§r§c(The|Master Mode) Catacombs §r§8- §r§eFloor (.*)", "event.winter.uniquegifts.gifted": "§6\\+1 Unique Gift given! To ([^§]+)§r§6!", "event.winter.uniquegifts.giftname": "(?:WHITE|RED|GREEN)_GIFT$", "minion.chat.upgrade": "§aYou have upgraded your Minion to Tier (?\u003ctier\u003e.*)", -- cgit