diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-04 18:20:25 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-04 18:20:25 +0000 |
commit | 042fa57ecd57d5967e464bb4d38da2e4d8f28a79 (patch) | |
tree | df2d9132be4b58694bd2cc8e07f35e632fd12788 /constants | |
parent | 01f05cd42d86e87424d5faa69cd0c2e621034c8b (diff) | |
download | SkyHanni-REPO-042fa57ecd57d5967e464bb4d38da2e4d8f28a79.tar.gz SkyHanni-REPO-042fa57ecd57d5967e464bb4d38da2e4d8f28a79.tar.bz2 SkyHanni-REPO-042fa57ecd57d5967e464bb4d38da2e4d8f28a79.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/82f1db03538817fbb1cb56a492149759d855d0a7
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 7469c07..5a9d680 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "49f3442", + "sourceLabel": "82f1db0", "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+)", @@ -252,6 +252,8 @@ "garden.pestsapi.scoreboard.plot.nopests": "\\s*(?:§.)*Plot (?:§.)*- (?:§.)*(?\u003cplot\u003e.{1,3})$", "garden.pestsapi.inventory": "§4§lൠ §cThis plot has §6(?\u003camount\u003e\\d) Pests?§c!", "garden.pestsapi.tablist.infectedplots": "\\sPlots: (?\u003cplots\u003e.*)", + "garden.pestsapi.chat.pestdeath": "§eYou received §a(?\u003camount\u003e[0-9]*)x (?\u003citem\u003e.*) §efor killing an? §6(?\u003cpest\u003e.*)§e!", + "garden.pestsapi.chat.nopests": "§cThere are not any Pests on your Garden right now! Keep farming!", "bazaar.orderhelper.itemname": "§.§l(?\u003ctype\u003eBUY|SELL) (?\u003cname\u003e.*)", "bazaar.orderhelper.filled": "§7Filled: §[a6].*§7/.* §a§l100%!", "bazaar.orderhelper.price": "§7Price per unit: §6(?\u003cnumber\u003e.*) coins", |