aboutsummaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-action@users.noreply.github.com>2024-03-12 18:51:20 +0000
committergithub-actions[bot] <github-action@users.noreply.github.com>2024-03-12 18:51:20 +0000
commit7df76296f561531e4f295ea19a5fbea022899024 (patch)
tree3715fbd045d212af164b7b7ce7cc71864f9b926f /constants
parent52e488f88909bd32c0dbca6104d949b3ee3d752b (diff)
downloadSkyHanni-REPO-7df76296f561531e4f295ea19a5fbea022899024.tar.gz
SkyHanni-REPO-7df76296f561531e4f295ea19a5fbea022899024.tar.bz2
SkyHanni-REPO-7df76296f561531e4f295ea19a5fbea022899024.zip
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/eb863d60e82b5541a9f42d2608f61cb97ada209b
Diffstat (limited to 'constants')
-rw-r--r--constants/regexes.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/regexes.json b/constants/regexes.json
index 6a4d6ce..60e9eaa 100644
--- a/constants/regexes.json
+++ b/constants/regexes.json
@@ -1,5 +1,5 @@
{
- "sourceLabel": "8a9c435",
+ "sourceLabel": "eb863d6",
"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+)",
@@ -87,7 +87,7 @@
"api.skilldisplay.skill.percent": "\\+(?\u003cgained\u003e[\\d.,]+) (?\u003cskillName\u003e.+) \\((?\u003cprogress\u003e[\\d.]+)%\\)",
"api.skilldisplay.skill": "\\+(?\u003cgained\u003e[\\d.,]+) (?\u003cskillName\u003e\\w+) \\((?\u003ccurrent\u003e[\\d.,]+)/(?\u003cneeded\u003e[\\d.,]+)\\)",
"api.skilldisplay.skill.multiplier": "\\+(?\u003cgained\u003e[\\d.,]+) (?\u003cskillName\u003e.+) \\((?\u003ccurrent\u003e[\\d.,]+)/(?\u003cneeded\u003e[\\d,.]+[kmb])\\)",
- "api.skilldisplay.skill.tab": "^§e§lSkills: §r§a(?\u003ctype\u003e\\w+) (?\u003clevel\u003e\\d+): §r§3(?\u003cprogress\u003e.+)%$",
+ "api.skilldisplay.skill.tab": "(?\u003ctype\u003e\\w+) (?\u003clevel\u003e\\d+): §r§a(?\u003cprogress\u003e.+)%$",
"api.skilldisplay.skill.tab.max": "^§e§lSkills: §r§a(?\u003ctype\u003e\\w+) (?\u003clevel\u003e\\d+): §r§c§lMAX$",
"bazaar.orderhelper.itemname": "§.§l(?\u003ctype\u003eBUY|SELL) (?\u003cname\u003e.*)",
"bazaar.orderhelper.filled": "§7Filled: §[a6].*§7/.* §a§l100%!",