diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-16 15:16:56 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-16 15:16:56 +0000 |
commit | 0b2592fffe882fe6fc285bdb16ac3904157b6960 (patch) | |
tree | 22355ffc675300b7a8b2a567464d745a834e9e50 /constants/regexes.json | |
parent | d363e5d8d8091dd99b837510a908510d049c9bb1 (diff) | |
download | SkyHanni-REPO-0b2592fffe882fe6fc285bdb16ac3904157b6960.tar.gz SkyHanni-REPO-0b2592fffe882fe6fc285bdb16ac3904157b6960.tar.bz2 SkyHanni-REPO-0b2592fffe882fe6fc285bdb16ac3904157b6960.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/7d8d2dffb98d78cade5f2b8fb5223d92cf66c6c8
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 09a18db..45f0810 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,9 +1,14 @@ { - "sourceLabel": "23278f0", + "sourceLabel": "7d8d2df", "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+)", "data.hypixeldata.lobbytype": "(?\u003clobbyType\u003e.*lobby)\\d+", + "data.hypixeldata.playeramount": "^\\s*(?:§.)+Players (?:§.)+\\((?\u003camount\u003e\\d+)\\)\\s*$", + "data.hypixeldata.playeramount.coop": "^\\s*(?:§.)*Coop (?:§.)*\\((?\u003camount\u003e\\d+)\\)\\s*$", + "data.hypixeldata.playeramount.guesting": "^\\s*(?:§.)*Guests (?:§.)*\\((?\u003camount\u003e\\d+)\\)\\s*$", + "data.hypixeldata.solo.profile.amount": "^\\s*(?:§.)*Island\\s*$", + "data.hypixeldata.scoreboard.visiting.amount": "\\s+§.✌ §.\\(§.(?\u003ccurrentamount\u003e\\d+)§.\\/(?\u003cmaxamount\u003e\\d+)\\)", "data.hypixeldata.guesting.scoreboard": "SKYBLOCK GUEST", "data.hypixeldata.islandname": "(?:§.)*(Area|Dungeon): (?:§.)*(?\u003cisland\u003e.*)", "dungeon.complete": "§.\\s+§.§.(?:The|Master Mode) Catacombs §.§.- §.§.Floor (?\u003cfloor\u003eM?[IV]{1,3}|Entrance)", |