diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-03 17:59:08 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-03 17:59:08 +0000 |
commit | 79177b4f181d4c8f1e220ed1b1b2c09060e97188 (patch) | |
tree | cdb482bfccda54d03eaec89ea50dc4ba8f9d67de /constants | |
parent | 7cac45401c2baa5d82dbadc1b685e228c49d2823 (diff) | |
download | SkyHanni-REPO-79177b4f181d4c8f1e220ed1b1b2c09060e97188.tar.gz SkyHanni-REPO-79177b4f181d4c8f1e220ed1b1b2c09060e97188.tar.bz2 SkyHanni-REPO-79177b4f181d4c8f1e220ed1b1b2c09060e97188.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/1d051f3e1e35489989ca109f1493154641c23068
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 add89cd..bb37442 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "a126f6c", + "sourceLabel": "1d051f3", "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+)", @@ -258,6 +258,7 @@ "misc.currentpet.chat.rule": "§cAutopet §eequipped your §7\\[Lvl .*] (?\u003cpet\u003e.*)! §a§lVIEW RULE", "item.abilities.cooldown.alignedother": "§eYou aligned §r§a.* §r§eother player(s)?!", "item.abilities.cooldown.buffedyourself": "§aYou buffed yourself for §r§c\\+\\d+❁ Strength", + "dungeon.milestone": "§e§l.*Milestone §r§e.§r§7: You have (?:tanked and )?(?:dealt|healed) §r§.*§r§7.*so far! §r§a.*", "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$", |