diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-01-16 15:16:26 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-01-16 15:16:26 +0000 |
commit | bac57b33d86fa470030223d6a1cdbaca6f0e0c26 (patch) | |
tree | 946acba65727315c2b852c4e6af09e34c343dd15 /constants/regexes.json | |
parent | 16d5d280f47d52cdc49819a380921f806356e459 (diff) | |
download | SkyHanni-REPO-bac57b33d86fa470030223d6a1cdbaca6f0e0c26.tar.gz SkyHanni-REPO-bac57b33d86fa470030223d6a1cdbaca6f0e0c26.tar.bz2 SkyHanni-REPO-bac57b33d86fa470030223d6a1cdbaca6f0e0c26.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/59366daaa6ccdad237ab5f8949aef45a686e048f
Diffstat (limited to 'constants/regexes.json')
-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 6ce5b33..e420ed1 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "8a0ece5", + "sourceLabel": "59366da", "regexes": { "data.hypixeldata.tablistprofile": "§e§lProfile: §r§a(?\u003cprofile\u003e.*)", "data.hypixeldata.lobbytype": "(?\u003clobbyType\u003e.*lobby)\\d+", @@ -56,6 +56,8 @@ "garden.jacob.contests.inventory.medal": "§7§7You placed in the (?\u003cmedal\u003e.*) §7bracket!", "garden.fortuneguide.capture.uniquevisitors.tier": "§7Progress to Tier (?\u003cnextTier\u003e\\d+):.*", "garden.fortuneguide.capture.uniquevisitors.tierprogress": ".* §e(?\u003chaving\u003e.*)§6/(?\u003ctotal\u003e.*)", + "fame.projects.contribute": "§7Contribute again: §e(?\u003ctime\u003e.*)", + "fame.projects.completed": "§aProject is (?:being built|released)!", "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!", |