diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-01-11 12:41:31 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-01-11 12:41:31 +0000 |
commit | 5d1696ea02ddd7320f1f5f5c5cbbb4dc01f9aec1 (patch) | |
tree | 5bb2e235257ac9d4407f99bb7d36081a8a884354 | |
parent | 9274b968f5974b6a3a2e498e9c3792226bc261e0 (diff) | |
download | SkyHanni-REPO-5d1696ea02ddd7320f1f5f5c5cbbb4dc01f9aec1.tar.gz SkyHanni-REPO-5d1696ea02ddd7320f1f5f5c5cbbb4dc01f9aec1.tar.bz2 SkyHanni-REPO-5d1696ea02ddd7320f1f5f5c5cbbb4dc01f9aec1.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/b0fb9180d1d47c5bd01de536965cf3f630bfc1ba
-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 6a5b48d..61bb6ac 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "2d96672", + "sourceLabel": "b0fb918", "regexes": { "data.hypixeldata.tablistprofile": "§e§lProfile: §r§a(?\u003cprofile\u003e.*)", "data.hypixeldata.lobbytype": "(?\u003clobbyType\u003e.*lobby)\\d+", @@ -37,6 +37,8 @@ "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!", + "garden.uniqueVisitors.tier": "§7Progress to Tier (?\u003cnextTier\u003e\\d+):.*", + "garden.uniqueVisitors.tierProgress": ".* §e(?\u003chaving\u003e.*)§6/(?\u003ctotal\u003e.*)", "harp.inventory": "^Harp.*", "mining.powder.tracker.picked": "§6You have successfully picked the lock on this chest!", "mining.powder.tracker.uncovered": "§aYou uncovered a treasure chest!", |