diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-01-30 21:24:51 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-01-30 21:24:51 +0000 |
commit | 5f8f06676c92d389014cee453a0e7f64de46ac9a (patch) | |
tree | be3221acae7564325578dc68da703ee72dd82609 /constants/regexes.json | |
parent | 86e4234283d788b86d50fed953ab4bce3dd7dee2 (diff) | |
download | SkyHanni-REPO-5f8f06676c92d389014cee453a0e7f64de46ac9a.tar.gz SkyHanni-REPO-5f8f06676c92d389014cee453a0e7f64de46ac9a.tar.bz2 SkyHanni-REPO-5f8f06676c92d389014cee453a0e7f64de46ac9a.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/f17ac28f0531d0f1f3c787ba93a3944f8ad52bfb
Diffstat (limited to 'constants/regexes.json')
-rw-r--r-- | constants/regexes.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/regexes.json b/constants/regexes.json index e349a3d..7d2a21d 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "e1d153d", + "sourceLabel": "f17ac28", "regexes": { "data.hypixeldata.tablistprofile": "§e§lProfile: §r§a(?\u003cprofile\u003e.*)", "data.hypixeldata.lobbytype": "(?\u003clobbyType\u003e.*lobby)\\d+", @@ -16,7 +16,7 @@ "utils.item.name.enchanted.book": ".{2}?Enchanted Book", "utils.item.name.potion": ".*Potion", "utils.item.petlevel": "(?:§f§f)?§7\\[Lvl (?\u003clevel\u003e\\d+)] .*", - "skyblocktime.season": "(?:Early |Late )?(?\u003cseason\u003eSpring|Summer|Autumn|Winter)", + "utils.skyblocktime.season": "(?:Early |Late )?(?\u003cseason\u003eSpring|Summer|Autumn|Winter)", "garden.plot.name": "§.Plot §7- §b(?\u003cname\u003e.*)", "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.party.you.joined": "§eYou have joined (?\u003cname\u003e.*)\u0027s §eparty!", |