diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-01-13 20:22:26 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-01-13 20:22:26 +0000 |
commit | c5aa1736bb9b4b4e8b7af97b0a55a4daf940beac (patch) | |
tree | d8ef33e040120321df1c346d9285bf42d24f6ee1 /constants | |
parent | fc7dd959b5271970a2f0df2923c371429a16639d (diff) | |
download | SkyHanni-REPO-c5aa1736bb9b4b4e8b7af97b0a55a4daf940beac.tar.gz SkyHanni-REPO-c5aa1736bb9b4b4e8b7af97b0a55a4daf940beac.tar.bz2 SkyHanni-REPO-c5aa1736bb9b4b4e8b7af97b0a55a4daf940beac.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/ff5863c2964cfe06c310725dd6b6fe0cd349e469
Diffstat (limited to 'constants')
-rw-r--r-- | constants/regexes.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/constants/regexes.json b/constants/regexes.json index 59b64b8..60066bf 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "844e627", + "sourceLabel": "ff5863c", "regexes": { "data.hypixeldata.tablistprofile": "§e§lProfile: §r§a(?\u003cprofile\u003e.*)", "data.hypixeldata.lobbytype": "(?\u003clobbyType\u003e.*lobby)\\d+", @@ -11,6 +11,8 @@ "garden.plot.spray.target": "§a§lSPRAYONATOR! §r§7You sprayed §r§aPlot §r§7- §r§b(?\u003cplot\u003e.*) §r§7with §r§a(?\u003cspray\u003e.*)§r§7!", "bingo.detection.scoreboard": " §.Ⓑ §.Bingo", "auctions.highlight.buyitnow": "§7Buy it now: §6(?\u003ccoins\u003e.*) coins", + "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.*)", "minion.chat.coin": "§aYou received §r§6(.*) coins§r§a!", "minion.title": "Minion [^➜]", |