diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-10 10:16:16 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-10 10:16:16 +0000 |
commit | a71b5111a89a925eb1cf2c36af3ac8c5273b6a0c (patch) | |
tree | b608de06d3c0dc7934141ba5ff5e02cbb6fe0612 /constants | |
parent | 080ea862913e8ae328ed9cc0071f8b8b687c729a (diff) | |
download | SkyHanni-REPO-a71b5111a89a925eb1cf2c36af3ac8c5273b6a0c.tar.gz SkyHanni-REPO-a71b5111a89a925eb1cf2c36af3ac8c5273b6a0c.tar.bz2 SkyHanni-REPO-a71b5111a89a925eb1cf2c36af3ac8c5273b6a0c.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/2ee1322534fc6bb31c347aba2755efbe0039daad
Diffstat (limited to 'constants')
-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 3c416d8..94fc23a 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "f541212", + "sourceLabel": "2ee1322", "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+)", @@ -601,6 +601,8 @@ "garden.pests.spawn.multiple": "§6§l.*! §6(?\u003camount\u003e\\d) Pests §7have spawned in §aPlot §7- §b(?\u003cplot\u003e.*)§7!", "garden.pests.spawn.multiplebarn": "§6§l.*! §6(?\u003camount\u003e\\d) Pests §7have spawned in §a(?\u003cplot\u003eThe Barn)§7!", "garden.pests.spawn.offline": "§6§l.*! §7While you were offline, §6Pests §7spawned in §aPlots (?\u003cplots\u003e.*)!", + "garden.vinyl.select": "§aYou are now playing §r§e(?\u003ctype\u003e.*)§r§a!", + "garden.vinyl.unselect": "§aYou are no longer playing §r§e.*§r§a!", "garden.spray.material": "§a§lSPRAYONATOR! §r§7Your selected material is now §r§a(?\u003cspray\u003e.*)§r§7!", "inventory.dojo.rankdisplay.name": "(?\u003ccolor\u003e§\\w)Test of (?\u003cname\u003e.*)", "inventory.dojo.rankdisplay.rank": "(?:§\\w)+Your Rank: (?\u003crank\u003e§\\w.) §8\\((?\u003cscore\u003e\\d+)\\)", |