diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-04 19:32:57 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-04 19:32:57 +0000 |
commit | 568aeae4bc5ad8877ab32dd0c431e8767c9b724f (patch) | |
tree | 588d072de30ad84a5ff2c6c0ef79fe5c353cc7ab /constants | |
parent | 115abf26f9832d36f02cf746ddf0c45d20ddab18 (diff) | |
download | SkyHanni-REPO-568aeae4bc5ad8877ab32dd0c431e8767c9b724f.tar.gz SkyHanni-REPO-568aeae4bc5ad8877ab32dd0c431e8767c9b724f.tar.bz2 SkyHanni-REPO-568aeae4bc5ad8877ab32dd0c431e8767c9b724f.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/52691f7a79adc3f661f82a0833fe1ca132c6412d
Diffstat (limited to 'constants')
-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 8090f14..52f969b 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "aa9bbea", + "sourceLabel": "52691f7", "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+)", @@ -449,6 +449,9 @@ "features.misc.serverrestart.greedy": "§cServer closing.*", "fame.projects.contribute": "§7Contribute again: §e(?\u003ctime\u003e.*)", "fame.projects.completed": "§aProject is (?:being built|released)!", + "garden.inventory.logbook.visited": "§7Times Visited: §a(?\u003ctimesVisited\u003e[0-9,.]+)", + "garden.inventory.logbook.accepted": "§7Offers Accepted: §a(?\u003ctimesAccepted\u003e[0-9,.]+)", + "garden.inventory.logbook.page.current": "§ePage (?\u003cpage\u003e\\d)", "slayer.autoslayer.bank.chat": "§7Took (?\u003ccoins\u003e.+) coins from your bank for auto-slayer\\.\\.\\.", "fishing.tracker.chat.coins": ".* CATCH! §r§bYou found §r§6(?\u003ccoins\u003e.*) Coins§r§b\\.", "fishing.trophyfishing.armor": "(BRONZE|SILVER|GOLD|DIAMOND)_HUNTER_(HELMET|CHESTPLATE|LEGGINGS|BOOTS)", |