diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-24 10:24:26 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-24 10:24:26 +0000 |
commit | 8308adca681b745303980499b4801cccab59f5a5 (patch) | |
tree | ad3e67d9c8c084622397245fab6f664a0eb24dfb /constants | |
parent | 0141374c0fe46af5a6b2b9f04e329d9a353d4dfd (diff) | |
download | SkyHanni-REPO-8308adca681b745303980499b4801cccab59f5a5.tar.gz SkyHanni-REPO-8308adca681b745303980499b4801cccab59f5a5.tar.bz2 SkyHanni-REPO-8308adca681b745303980499b4801cccab59f5a5.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/08cbe334d56ee3fd47ffe7b2dbccd9a3208819b2
Diffstat (limited to 'constants')
-rw-r--r-- | constants/regexes.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/constants/regexes.json b/constants/regexes.json index 4a159e1..68025a1 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "d03dce8", + "sourceLabel": "08cbe33", "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+)", @@ -146,6 +146,9 @@ "misc.pet.item.name.neu.format": "(§f§f)?§7\\[Lvl 1➡(100|200)] (?\u003cname\u003e.*)", "garden.plot.name": "§.Plot §7- §b(?\u003cname\u003e.*)", "garden.plot.barnname": "§.(?\u003cname\u003eThe Barn)", + "garden.plot.uncleaned": "§7Cleanup: .* (?:§.)*Completed", + "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!", "data.collection.api.counter": ".* §e(?\u003camount\u003e.*)§6/.*", "data.collection.api.singlecounter": "§7Total Collected: §e(?\u003camount\u003e.*)", |