diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-01-20 09:09:23 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-01-20 09:09:23 +0000 |
commit | 9a6816275b84fa1313386d925cebd17495522455 (patch) | |
tree | 16639ab8e984d79eb0e7ca28c29238db0316bad1 /constants/regexes.json | |
parent | bac57b33d86fa470030223d6a1cdbaca6f0e0c26 (diff) | |
download | SkyHanni-REPO-9a6816275b84fa1313386d925cebd17495522455.tar.gz SkyHanni-REPO-9a6816275b84fa1313386d925cebd17495522455.tar.bz2 SkyHanni-REPO-9a6816275b84fa1313386d925cebd17495522455.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/2d11b0cfe4adf7b6535d91cbdf339e47898d925e
Diffstat (limited to 'constants/regexes.json')
-rw-r--r-- | constants/regexes.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/constants/regexes.json b/constants/regexes.json index e420ed1..6e0cefd 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,10 +1,15 @@ { - "sourceLabel": "59366da", + "sourceLabel": "2d11b0c", "regexes": { "data.hypixeldata.tablistprofile": "§e§lProfile: §r§a(?\u003cprofile\u003e.*)", "data.hypixeldata.lobbytype": "(?\u003clobbyType\u003e.*lobby)\\d+", "data.hypixeldata.islandname": "(?:§.)*(Area|Dungeon): (?:§.)*(?\u003cisland\u003e.*)", "data.owninventory.chat.movedsacktoinventory": "§aMoved §r§e\\d* (?\u003cname\u003e.*)§r§a from your Sacks to your inventory.", + "actionbar.health": "§[c6](?\u003chealth\u003e[\\d,]+)/[\\d,]+❤.*", + "actionbar.defense": ".*§a(?\u003cdefense\u003e[\\d,]+)§a❈.*", + "actionbar.mana": ".*§b(?\u003cmana\u003e[\\d,]+)/[\\d,]+✎.*", + "actionbar.rift.time": "§[a7](?\u003criftTime\u003e[\\dms ]+)ф.*", + "actionbar.skyblock.xp": ".*(§b\\+\\d+ SkyBlock XP §.\\([^()]+\\)§b \\(\\d+/\\d+\\)).*", "bingo.card.percentage": " {2}§8Top §.(?\u003cpercentage\u003e.*)%", "utils.item.petlevel": "(?:§f§f)?§7\\[Lvl (?\u003clevel\u003e\\d+)] .*", "garden.plot.name": "§.Plot §7- §b(?\u003cname\u003e.*)", |