aboutsummaryrefslogtreecommitdiff
path: root/constants/regexes.json
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-action@users.noreply.github.com>2024-03-26 18:17:21 +0000
committergithub-actions[bot] <github-action@users.noreply.github.com>2024-03-26 18:17:21 +0000
commit01eeee90bca3df3bc08bb8439e5e18d9155aaf6b (patch)
tree4846becdb8c856c4493c771ccc91874da18f0634 /constants/regexes.json
parentf97d206a4544424f8db9806ac31dfd3c4bd8a0ce (diff)
downloadSkyHanni-REPO-01eeee90bca3df3bc08bb8439e5e18d9155aaf6b.tar.gz
SkyHanni-REPO-01eeee90bca3df3bc08bb8439e5e18d9155aaf6b.tar.bz2
SkyHanni-REPO-01eeee90bca3df3bc08bb8439e5e18d9155aaf6b.zip
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/9a769c7dc4e759854dd25be135635c8fea2b6fbb
Diffstat (limited to 'constants/regexes.json')
-rw-r--r--constants/regexes.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/constants/regexes.json b/constants/regexes.json
index b0bbe51..a3489d5 100644
--- a/constants/regexes.json
+++ b/constants/regexes.json
@@ -1,5 +1,5 @@
{
- "sourceLabel": "871d901",
+ "sourceLabel": "9a769c7",
"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+)",
@@ -221,6 +221,7 @@
"data.bits.gui.bitsstack": "§bBits",
"data.bits.gui.famerankmenuname": "^(Community Shop|Booster Cookie)$",
"data.bits.gui.famerankmenustack": "^(§aCommunity Shop|§eFame Rank)$",
+ "mayorapi.foxy.extraevent": "Schedules an extra §.(?\u003cevent\u003e.*) §.event during the year\\.",
"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])\\)",