diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-01-24 15:51:37 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-01-24 15:51:37 +0000 |
commit | e0aa12c27fa971701bc8d42a4c07b2e8138955ba (patch) | |
tree | 46d380d924317c64dfd3fadd61edf7fc0b972b1c /constants | |
parent | 1a82e0fe50edec4a47824012d29ac8a93f60ef69 (diff) | |
download | SkyHanni-REPO-e0aa12c27fa971701bc8d42a4c07b2e8138955ba.tar.gz SkyHanni-REPO-e0aa12c27fa971701bc8d42a4c07b2e8138955ba.tar.bz2 SkyHanni-REPO-e0aa12c27fa971701bc8d42a4c07b2e8138955ba.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/9eb402306af709ed0567c6b3ea09cd7c52b3c7b2
Diffstat (limited to 'constants')
-rw-r--r-- | constants/regexes.json | 3 |
1 files changed, 2 insertions, 1 deletions
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.*)", |