aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-action@users.noreply.github.com>2024-02-05 11:13:11 +0000
committergithub-actions[bot] <github-action@users.noreply.github.com>2024-02-05 11:13:11 +0000
commita558362a649847d270d2513c9f029b45bcfa2461 (patch)
treec90cb870ccca76aed66d5f0a27c2cf869751d435
parentd65ceb8f3cf66babc24813c561ab2814723536dd (diff)
downloadSkyHanni-REPO-a558362a649847d270d2513c9f029b45bcfa2461.tar.gz
SkyHanni-REPO-a558362a649847d270d2513c9f029b45bcfa2461.tar.bz2
SkyHanni-REPO-a558362a649847d270d2513c9f029b45bcfa2461.zip
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/146c0be91b210895105319b3d6727aa5a184e547
-rw-r--r--constants/regexes.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/constants/regexes.json b/constants/regexes.json
index bb9cd17..40a36f2 100644
--- a/constants/regexes.json
+++ b/constants/regexes.json
@@ -1,5 +1,5 @@
{
- "sourceLabel": "03ce43d",
+ "sourceLabel": "146c0be",
"regexes": {
"data.hypixeldata.tablistprofile": "§e§lProfile: §r§a(?\u003cprofile\u003e.*)",
"data.hypixeldata.lobbytype": "(?\u003clobbyType\u003e.*lobby)\\d+",
@@ -83,8 +83,8 @@
"harp.song.selected": "§aSong is selected!",
"mining.powder.tracker.picked": "§6You have successfully picked the lock on this chest!",
"mining.powder.tracker.uncovered": "§aYou uncovered a treasure chest!",
- "mining.powder.tracker.powder.started": ".*§r§b§l2X POWDER ENDED!.*",
- "mining.powder.tracker.powder.ended": ".*§r§b§l2X POWDER STARTED!.*",
+ "mining.powder.tracker.powder.started": ".*§r§b§l2X POWDER STARTED!.*",
+ "mining.powder.tracker.powder.ended": ".*§r§b§l2X POWDER ENDED!.*",
"mining.powder.tracker.powder.bossbar": "§e§lPASSIVE EVENT §b§l2X POWDER §e§lRUNNING FOR §a§l(?\u003ctime\u003e.*)§r",
"mining.powder.tracker.reward.mithrilpowder": "§aYou received §r§b[+](?\u003camount\u003e.*) §r§aMithril Powder.",
"mining.powder.tracker.reward.gemstonepowder": "§aYou received §r§b[+](?\u003camount\u003e.*) §r§aGemstone Powder.",