diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-01-02 22:10:56 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-01-02 22:10:56 +0000 |
commit | af2cde73c445a52189964dc5a733aa1c612674b7 (patch) | |
tree | 422992742de852c199ee326355f1e7ffb6de13a7 | |
parent | d9e139c1e49b2802b656752531d6fa3c20509209 (diff) | |
download | SkyHanni-REPO-af2cde73c445a52189964dc5a733aa1c612674b7.tar.gz SkyHanni-REPO-af2cde73c445a52189964dc5a733aa1c612674b7.tar.bz2 SkyHanni-REPO-af2cde73c445a52189964dc5a733aa1c612674b7.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/48e85f9790a4408eaff0fc70041e5353b951ef8c
-rw-r--r-- | constants/regexes.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/constants/regexes.json b/constants/regexes.json index 04c3bf3..bf753ed 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,6 +1,9 @@ { - "sourceLabel": "bc22141", + "sourceLabel": "48e85f9", "regexes": { + "data.hypixeldata.tablistprofile": "§e§lProfile: §r§a(?\u003cprofile\u003e.*)", + "data.hypixeldata.lobbytype": "(?\u003clobbyType\u003e.*lobby)\\d+", + "data.hypixeldata.islandname": "§b§l(Area|Dungeon): §r§7(?\u003cisland\u003e.*)", "data.owninventory.chat.movedsacktoinventory": "§aMoved §r§e\\d* (?\u003cname\u003e.*)§r§a from your Sacks to your inventory.", "bingo.card.percentage": " {2}§8Top §.(?\u003cpercentage\u003e.*)%", "garden.plot.name": "§.Plot §7- §b(?\u003cname\u003e.*)", |