aboutsummaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-action@users.noreply.github.com>2024-03-26 17:07:55 +0000
committergithub-actions[bot] <github-action@users.noreply.github.com>2024-03-26 17:07:55 +0000
commitcc5fb7c6a37885ccca8e0cc85b0f6481f97f2ee3 (patch)
tree57c0fad32d63be43a85b5f824ff36e04c7b6ef7f /constants
parentff57b289aea704cb65a99d0206454980c48c77e2 (diff)
downloadSkyHanni-REPO-cc5fb7c6a37885ccca8e0cc85b0f6481f97f2ee3.tar.gz
SkyHanni-REPO-cc5fb7c6a37885ccca8e0cc85b0f6481f97f2ee3.tar.bz2
SkyHanni-REPO-cc5fb7c6a37885ccca8e0cc85b0f6481f97f2ee3.zip
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/077aea0b56cb31c383fdf9668bdcf06611fbd62b
Diffstat (limited to 'constants')
-rw-r--r--constants/regexes.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/constants/regexes.json b/constants/regexes.json
index d6db8f6..db79d66 100644
--- a/constants/regexes.json
+++ b/constants/regexes.json
@@ -1,5 +1,5 @@
{
- "sourceLabel": "6582eef",
+ "sourceLabel": "077aea0",
"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+)",
@@ -126,6 +126,8 @@
"features.gui.customscoreboard.tablist.glacitepowder": "^\\s*Glacite Powder: (?:§.)+(?\u003cglacitepowder\u003e[\\d,\\.]+)$",
"features.gui.customscoreboard.tablist.event": "^\\s*§e§lEvent: §r(?\u003cname\u003e§.*)$",
"features.gui.customscoreboard.tablist.eventtime": "^\\s+Ends In: §r§e(?\u003ctime\u003e.*)$",
+ "features.gui.customscoreboard.tablist.boostereffects": "\\s*(?:§.)*Cookie Buff(?:§.)*: (?:§r)*(?\u003ctime\u003e.*)",
+ "features.gui.customscoreboard.tablist.cookienotactive": "Not active|§c§lINACTIVE",
"utils.item.lore.rarity.line": "^(?:§.){2,3}(?:.§. (?:§.){4})?(?:SHINY )?(?\u003crarity\u003eCOMMON|UNCOMMON|RARE|EPIC|LEGENDARY|MYTHIC|DIVINE|SUPREME|SPECIAL|VERY SPECIAL|ULTIMATE) ?(?:DUNGEON )?(?\u003citemCategory\u003e[^§]*)(?: (?:§.){3}.)?$",
"utils.item.name.abiphone": ".{2}Abiphone .*",
"utils.item.name.enchanted.book": ".{2}?Enchanted Book",