diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-19 09:18:10 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-19 09:18:10 +0000 |
commit | bf0e570201c677cc46c12a019bba76afbb9d3d4b (patch) | |
tree | b11720f047409e04bce8ae4cd64f4ee89d6e073d | |
parent | 0eca95477b6404b05adebf8e9c1bc27d3e621363 (diff) | |
download | SkyHanni-REPO-bf0e570201c677cc46c12a019bba76afbb9d3d4b.tar.gz SkyHanni-REPO-bf0e570201c677cc46c12a019bba76afbb9d3d4b.tar.bz2 SkyHanni-REPO-bf0e570201c677cc46c12a019bba76afbb9d3d4b.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/dc391b540873a9e34d3f9bb75b7b9e84690357e2
-rw-r--r-- | constants/regexes.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/regexes.json b/constants/regexes.json index 9fbc14f..2150419 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "27e9094", + "sourceLabel": "dc391b5", "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+)", @@ -96,7 +96,7 @@ "features.gui.customscoreboard.scoreboard.combat.bossdamage": "^Your Damage: §c(,?\\d{1,3}(\\.\\d)?)*$", "features.gui.customscoreboard.scoreboard.combat.slayerquest": "^Slayer Quest$", "features.gui.customscoreboard.scoreboard.misc.essence": "^\\s*(.*)?Essence: §.(?\u003cessence\u003e-?\\d+(:?,\\d{3})*(?:\\.\\d+)?)$", - "features.gui.customscoreboard.scoreboard.misc.brokenredstone": "\\s*e: §e§b\\d{1,3}%$", + "features.gui.customscoreboard.scoreboard.misc.brokenredstone": "\\s*(?:(?:§.)*⚡ (§.)*Redston|e: (?:§.)*\\d+%)\\s*", "features.gui.customscoreboard.scoreboard.misc.redstone": "\\s*(§.)*⚡ §cRedstone: (§.)*\\d{1,3}%$", "features.gui.customscoreboard.scoreboard.misc.visiting": "^\\s*§a✌ §7\\(§.\\d+(§.)?/\\d+(§.)?\\)$", "features.gui.customscoreboard.scoreboard.misc.flightduration": "^\\s*Flight Duration: §a(:?\\d{1,3})*$", |