aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-action@users.noreply.github.com>2024-03-26 19:16:17 +0000
committergithub-actions[bot] <github-action@users.noreply.github.com>2024-03-26 19:16:17 +0000
commitd2da00d485566174ac0d5504ca8a52247915bf00 (patch)
treea5117b2bef23fb27554654cc11c19bd66cd159bb
parent01eeee90bca3df3bc08bb8439e5e18d9155aaf6b (diff)
downloadSkyHanni-REPO-d2da00d485566174ac0d5504ca8a52247915bf00.tar.gz
SkyHanni-REPO-d2da00d485566174ac0d5504ca8a52247915bf00.tar.bz2
SkyHanni-REPO-d2da00d485566174ac0d5504ca8a52247915bf00.zip
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/2f8737997d2539772456932ada630417d5a48b24
-rw-r--r--constants/regexes.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/constants/regexes.json b/constants/regexes.json
index a3489d5..493cef2 100644
--- a/constants/regexes.json
+++ b/constants/regexes.json
@@ -1,5 +1,5 @@
{
- "sourceLabel": "9a769c7",
+ "sourceLabel": "2f87379",
"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+)",
@@ -119,6 +119,8 @@
"features.gui.customscoreboard.scoreboard.events.wintereventtotaldmg": "(§.)*Your Total Damage: §.\\d+( §e\\(#\\d+\\)?)?$",
"features.gui.customscoreboard.scoreboard.events.wintereventcubedmg": "(§.)*Your Cube Damage: §.\\d+$",
"features.gui.customscoreboard.scoreboard.rift.dimension": "^\\s*§fRift Dimension$",
+ "features.gui.customscoreboard.scoreboard.rift.hotdogtitle": "^§6Hot Dog Contest$",
+ "features.gui.customscoreboard.scoreboard.rift.hotdogeaten": "^Eaten: §.\\d+\\/\\d+$",
"features.gui.customscoreboard.tablist.gems": "^\\s*Gems: §a(?\u003cgems\u003e\\d*,?(\\.\\d+)?[a-zA-Z]?)$",
"features.gui.customscoreboard.tablist.bank": "^\\s*Bank: §6(?\u003cbank\u003e[\\w.,]+(?:§7 \\/ §6(?\u003ccoop\u003e[\\w.,]+))?)$",
"features.gui.customscoreboard.tablist.mithrilpowder": "^\\s*Mithril Powder: (?:§.)+(?\u003cmithrilpowder\u003e[\\d,\\.]+)$",