diff options
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 493cef2..16dc54a 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "2f87379", + "sourceLabel": "a47ac48", "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+)", @@ -129,7 +129,7 @@ "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", + "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", |