diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-07 09:03:59 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-07 09:03:59 +0000 |
commit | 195715f57854245c458d4706284281c48517a83c (patch) | |
tree | 9144b2b00a2ae736c3e9523255923b2aa4cecbfb /constants | |
parent | 0cce0f918ff92273064e6da1993c093a2a9e0a72 (diff) | |
download | SkyHanni-REPO-195715f57854245c458d4706284281c48517a83c.tar.gz SkyHanni-REPO-195715f57854245c458d4706284281c48517a83c.tar.bz2 SkyHanni-REPO-195715f57854245c458d4706284281c48517a83c.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/3cda068bcbb9b98a8e7704f5e14fffa535c079a1
Diffstat (limited to 'constants')
-rw-r--r-- | constants/regexes.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/constants/regexes.json b/constants/regexes.json index a807e73..a46ec5a 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "d8ba776", + "sourceLabel": "3cda068", "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+)", @@ -165,6 +165,7 @@ "garden.plot.chat.unlock": "§aUnlocked Garden §r§aPlot §r§7- §r§b(?\u003cplot\u003e.*)§r§a!", "garden.plot.chat.clean": "§aPlot §r§7- §r§b(?\u003cplot\u003e.*) §r§ais now clean!", "garden.plot.spray.target": "§a§lSPRAYONATOR! §r§7You sprayed §r§aPlot §r§7- §r§b(?\u003cplot\u003e.*) §r§7with §r§a(?\u003cspray\u003e.*)§r§7!", + "garden.plot.spray.cleared.portablewasher": "§9§lSPLASH! §r§6Your §r§bGarden §r§6was cleared of all active §r§aSprayonator §r§6effects!", "data.collection.api.counter": ".* §e(?\u003camount\u003e.*)§6/.*", "data.collection.api.singlecounter": "§7Total Collected: §e(?\u003camount\u003e.*)", "data.collection.api.tierzero": "§7Progress to .* I: .*", |