From 10459b4eb5c8f849cf581fe81079c1d5bd698eae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 28 Feb 2024 19:21:28 +0000 Subject: Update regexes based on https://github.com/hannibal002/Skyhanni/commit/05e5232694e26558b8ebd36c6d337854f9c6c192 --- constants/regexes.json | 3 +-- 1 file changed, 1 insertion(+), 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.*)%", -- cgit