diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-01-11 17:42:46 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-01-11 17:42:46 +0000 |
commit | 9d763bdd960e4ecf2063c76adf726464911da629 (patch) | |
tree | fd51eafc42ac111d3b50673b94ebfbdac78aa8e8 /constants | |
parent | e0b6854363cab6862e26726369d1f98961c13022 (diff) | |
download | SkyHanni-REPO-9d763bdd960e4ecf2063c76adf726464911da629.tar.gz SkyHanni-REPO-9d763bdd960e4ecf2063c76adf726464911da629.tar.bz2 SkyHanni-REPO-9d763bdd960e4ecf2063c76adf726464911da629.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/9b16887784047faafa2cdec6ff029e1de0a815ae
Diffstat (limited to 'constants')
-rw-r--r-- | constants/regexes.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/constants/regexes.json b/constants/regexes.json index 5d42b82..5856672 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "32a62a6", + "sourceLabel": "9b16887", "regexes": { "data.hypixeldata.tablistprofile": "§e§lProfile: §r§a(?\u003cprofile\u003e.*)", "data.hypixeldata.lobbytype": "(?\u003clobbyType\u003e.*lobby)\\d+", @@ -37,8 +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.*)", + "garden.fortuneguide.capture.uniquevisitors.tier": "§7Progress to Tier (?\u003cnextTier\u003e\\d+):.*", + "garden.fortuneguide.capture.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!", |