diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-17 15:02:28 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-17 15:02:28 +0000 |
commit | 8fe07b333058d7e08a9ce3ab3664577e35753183 (patch) | |
tree | e89bfbde7197d6eff25f120f8cc738e62d0407db /constants/regexes.json | |
parent | 02e76056f93251974ed1a5240f6d6dd0f8be8c10 (diff) | |
download | SkyHanni-REPO-8fe07b333058d7e08a9ce3ab3664577e35753183.tar.gz SkyHanni-REPO-8fe07b333058d7e08a9ce3ab3664577e35753183.tar.bz2 SkyHanni-REPO-8fe07b333058d7e08a9ce3ab3664577e35753183.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/05fd8b3dbe18ac8e23f2adc4a0a792d6435095d6
Diffstat (limited to 'constants/regexes.json')
-rw-r--r-- | constants/regexes.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/constants/regexes.json b/constants/regexes.json index 072af13..c88a164 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "6f07b2e", + "sourceLabel": "05fd8b3", "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+)", @@ -579,7 +579,8 @@ "misc.compacttablist.cookie": "Cookie Buff(?:§.)*(?:\\n(§.)*§7.+)*", "misc.compacttablist.dungeonbuff": "Dungeon Buffs(?:§.)*(?:\\n(§.)*§7.+)*", "misc.compacttablist.upgrades": "(?\u003cfirstPart\u003e§e[A-Za-z ]+)(?\u003csecondPart\u003e §f[\\w ]+)", - "tablist.firesaletitle": "§b§lFire Sales: §r§f\\([0-9]+\\)", + "misc.compacttablist.winterpowerups": "Active Power Ups(?:§.)*(?:\\n(§.)*§7.+)*", + "tablist.firesaletitle": "§.§lFire Sales: §r§f\\([0-9]+\\)", "crimson.volcano.header.tablistline": "(?:§.)*Volcano Explosivity:(?:[\\S ]+)*", "crimson.volcano.status.tablistline": " *(?\u003cstatus\u003e(?:§.)*\\S+)", "misc.chatsymbols.symbols": "^(?\u003csymbols\u003e(?:(?:§\\w)+\\S)+) ", |