diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-14 20:20:20 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-14 20:20:20 +0000 |
commit | e05aa84ee879bb0f71e68cd23fe54b33042529bf (patch) | |
tree | b0a29df4748b00d81c748bae78a30dd09f99627a /constants | |
parent | e5ae91ebadd99bd330e463b9d5e48f634ec26466 (diff) | |
download | SkyHanni-REPO-e05aa84ee879bb0f71e68cd23fe54b33042529bf.tar.gz SkyHanni-REPO-e05aa84ee879bb0f71e68cd23fe54b33042529bf.tar.bz2 SkyHanni-REPO-e05aa84ee879bb0f71e68cd23fe54b33042529bf.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/a556cf5d81eadc41faf37e0b56426d5dc796b651
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 165c2fe..deb7d4c 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "10c36e3", + "sourceLabel": "a556cf5", "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+)", @@ -274,6 +274,7 @@ "bingo.compactchat.health": " {3}§r§7§8\\+§a.* §c❤ Health", "bingo.compactchat.strength": " {3}§r§7§8\\+§a. §c❁ Strength", "bingo.compactchat.border": "§[e3]§l▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬", + "crimson.reputation.tablist": " §r§[cdea].*", "skyblockguide.highlight.condition.once": "§7§eThis task can only be completed once!", "skyblockguide.highlight.condition.x": "§c ?✖.*", "skyblockguide.highlight.condition.total": "§7Total Progress: §3\\d{1,2}(?:\\.\\d)?%", |