diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-02-28 19:19:59 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-02-28 19:19:59 +0000 |
commit | 2eb1b3e157a9bbe313a2266183402cfc7cc8206c (patch) | |
tree | 2e0143d78a283ff36aa2d608e4904fe2f91c9b88 | |
parent | 937b739cc7816b05081245c085b9033946b5f7d4 (diff) | |
download | SkyHanni-REPO-2eb1b3e157a9bbe313a2266183402cfc7cc8206c.tar.gz SkyHanni-REPO-2eb1b3e157a9bbe313a2266183402cfc7cc8206c.tar.bz2 SkyHanni-REPO-2eb1b3e157a9bbe313a2266183402cfc7cc8206c.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/fbadabdb0ddb0bba18aa7421ffb09795463ea07f
-rw-r--r-- | constants/regexes.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/constants/regexes.json b/constants/regexes.json index c687944..8baf168 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "59d47eb", + "sourceLabel": "fbadabd", "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+)", @@ -242,6 +242,9 @@ "misc.trevor.zone": "Zone: (?\u003czone\u003e.*)", "misc.trevor.selfkill": "§aYour mob died randomly, you are rewarded §r§5(?\u003cpelts\u003e.*) pelts§r§a.", "misc.trevor.kill": "§aKilling the animal rewarded you §r§5(?\u003cpelts\u003e.*) pelts§r§a.", + "bingo.card.tips.card": "Bingo Card", + "bingo.card.tips.reward": "§.§.§7Reward", + "bingo.card.tips.reward.contribution": "§.§.§7Contribution Rewards.*", "garden.fortuneguide.capture.farminglevel": "SKILL LEVEL UP Farming .*➜(?\u003clevel\u003e.*)", "garden.fortuneguide.capture.fortuneupgrade": "You claimed the Garden Farming Fortune (?\u003clevel\u003e.*) upgrade!", "garden.fortuneguide.capture.anitabuff": "You tiered up the Extra Farming Drops upgrade to [+](?\u003clevel\u003e.*)%!", |