diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-05 17:27:17 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-05 17:27:17 +0000 |
commit | fa93cdb6d02999d96dc9e52596b62a1506a0cbcc (patch) | |
tree | 171cb1b5fd83b0f6bc5fdf2b7f8cba504c87cbe9 /constants/regexes.json | |
parent | 0cd85453014f7f7348a814a6ccf4cc9d0e54809b (diff) | |
download | SkyHanni-REPO-fa93cdb6d02999d96dc9e52596b62a1506a0cbcc.tar.gz SkyHanni-REPO-fa93cdb6d02999d96dc9e52596b62a1506a0cbcc.tar.bz2 SkyHanni-REPO-fa93cdb6d02999d96dc9e52596b62a1506a0cbcc.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/56b2f2f8a79caae96557406771203061c360468c
Diffstat (limited to 'constants/regexes.json')
-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 90d8e65..3f07dae 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "f90096b", + "sourceLabel": "56b2f2f", "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+)", @@ -230,6 +230,9 @@ "data.bits.chat.boostercookieate": "§eYou consumed a §6Booster Cookie§e!.*", "data.bits.gui.availablemenu": "§7Bits Available: §b(?\u003ctoClaim\u003e[\\d,]+)(§3.+)?", "data.bits.gui.sbmenufamerank": "§7Your rank: §e(?\u003crank\u003e.*)", + "data.bits.gui.cookieduration": "\\s*§7Duration: §a(?\u003ctime\u003e.*)", + "data.bits.gui.sbmenunocookieactive": " §7Status: §cNot active!", + "data.bits.gui.cookiemenucookieactive": "(§7§cYou do not currently have a|§cBooster Cookie active!)", "data.bits.gui.communityshopfamerank": "§7Fame Rank: §e(?\u003crank\u003e.*)", "data.bits.gui.mainmenuname": "^SkyBlock Menu$", "data.bits.gui.mainmenustack": "^§6Booster Cookie$", |