diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-02-28 19:21:28 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-02-28 19:21:28 +0000 |
commit | 10459b4eb5c8f849cf581fe81079c1d5bd698eae (patch) | |
tree | b15f4b525c4783a8bab81cb57e81dbe041421421 /constants | |
parent | 2eb1b3e157a9bbe313a2266183402cfc7cc8206c (diff) | |
download | SkyHanni-REPO-10459b4eb5c8f849cf581fe81079c1d5bd698eae.tar.gz SkyHanni-REPO-10459b4eb5c8f849cf581fe81079c1d5bd698eae.tar.bz2 SkyHanni-REPO-10459b4eb5c8f849cf581fe81079c1d5bd698eae.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/05e5232694e26558b8ebd36c6d337854f9c6c192
Diffstat (limited to 'constants')
-rw-r--r-- | constants/regexes.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/constants/regexes.json b/constants/regexes.json index 8baf168..cc39263 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "fbadabd", + "sourceLabel": "05e5232", "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+)", @@ -21,7 +21,6 @@ "actionbar.rift.time": "§[a7](?\u003criftTime\u003e[\\dms ]+)ф.*", "actionbar.skyblock.xp": ".*(§b\\+\\d+ SkyBlock XP §.\\([^()]+\\)§b \\(\\d+/\\d+\\)).*", "garden.warpcommand.tpplot": "/tp (?\u003cplot\u003e.*)", - "data.profile.switch": "§7Switching to profile (?\u003cname\u003e.*)\\.\\.\\.", "misc.compacttablist.advanced.level": ".*\\[(?\u003clevel\u003e.*)] §r(?\u003cname\u003e.*)", "data.itemmanager.diceroll": "§eYour §r§(5|6High Class )Archfiend Dice §r§erolled a §r§.(?\u003cnumber\u003e.)§r§e! Bonus: §r§.(?\u003chearts\u003e.*)❤", "bingo.card.percentage": " {2}§8Top §.(?\u003cpercentage\u003e.*)%", |