diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-01-06 11:09:39 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-01-06 11:09:39 +0000 |
commit | f3b1761feb4d7274fefb0260318525fa3585f29a (patch) | |
tree | ddc305ca755f7c5dd964ced8dd1793c2b949523f /constants/regexes.json | |
parent | af2cde73c445a52189964dc5a733aa1c612674b7 (diff) | |
download | SkyHanni-REPO-f3b1761feb4d7274fefb0260318525fa3585f29a.tar.gz SkyHanni-REPO-f3b1761feb4d7274fefb0260318525fa3585f29a.tar.bz2 SkyHanni-REPO-f3b1761feb4d7274fefb0260318525fa3585f29a.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/f4c86a2817de01724e12795e4bac04308293c8a0
Diffstat (limited to 'constants/regexes.json')
-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 bf753ed..321aec1 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,9 +1,9 @@ { - "sourceLabel": "48e85f9", + "sourceLabel": "f4c86a2", "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.hypixeldata.islandname": "(?:§.)*(Area|Dungeon): (?:§.)*(?\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.*)", |