diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2023-12-20 23:17:03 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2023-12-20 23:17:03 +0000 |
commit | 11b7096570f5c1939ec6402f17335cdd52b9a989 (patch) | |
tree | b615782927cfaae3401a4db0a4ae85b16cac123c | |
parent | 5e351efb568d3ba2cb8b542d57c799c54bec93c0 (diff) | |
download | SkyHanni-REPO-11b7096570f5c1939ec6402f17335cdd52b9a989.tar.gz SkyHanni-REPO-11b7096570f5c1939ec6402f17335cdd52b9a989.tar.bz2 SkyHanni-REPO-11b7096570f5c1939ec6402f17335cdd52b9a989.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/aecd1898ddb6db4c1727e98b9b0d7d974c269f7a
-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 fa6cb29..08a46cb 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "905ae15", + "sourceLabel": "aecd189", "regexes": { "bingo.card.percentage": " {2}§8Top §.(?\u003cpercentage\u003e.*)%", "garden.plot.name": "§.Plot §7- §b(?\u003cname\u003e.*)", @@ -20,6 +20,7 @@ "garden.level.inventory.overflow": ".*§r §6(?\u003coverflow\u003e.*)", "garden.level.inventory.currentlevel": "Garden Level (?\u003ccurrentLevel\u003e.*)", "garden.level.chat.increase": " {4}§r§8\\+§r§2(?\u003cexp\u003e.*) §r§7Garden Experience", + "garden.jacob.contests.inventory.medal": "§7§7You placed in the (?\u003cmedal\u003e.*) §7bracket!", "harp.inventory": "^Harp.*", "garden.spray.material": "§a§lSPRAYONATOR! §r§7Your selected material is now §r§a(?\u003cspray\u003e.*)§r§7!", "event.winter.drank.jyrre": "§aYou drank a §r§6Refined Bottle of Jyrre §r§aand gained §r§b\\+300✎ Intelligence §r§afor §r§b60 minutes§r§a!", |