aboutsummaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-action@users.noreply.github.com>2024-04-27 14:18:51 +0000
committergithub-actions[bot] <github-action@users.noreply.github.com>2024-04-27 14:18:51 +0000
commitb915d49e5ffae7694046bce29cdeb9bd0e7f30d8 (patch)
tree1648ecbd728186d51100bf6e9caf016d470e979f /constants
parenta975a634ebf244cc4b3cc20f8ee87ade0816df2b (diff)
downloadSkyHanni-REPO-b915d49e5ffae7694046bce29cdeb9bd0e7f30d8.tar.gz
SkyHanni-REPO-b915d49e5ffae7694046bce29cdeb9bd0e7f30d8.tar.bz2
SkyHanni-REPO-b915d49e5ffae7694046bce29cdeb9bd0e7f30d8.zip
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/69273d6df1fcb8f1d2b2e3b8357b48973d0a8dc2
Diffstat (limited to 'constants')
-rw-r--r--constants/regexes.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/regexes.json b/constants/regexes.json
index 350e0c6..43857c6 100644
--- a/constants/regexes.json
+++ b/constants/regexes.json
@@ -1,5 +1,5 @@
{
- "sourceLabel": "80cfdbe",
+ "sourceLabel": "69273d6",
"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+)",
@@ -14,7 +14,7 @@
"data.hypixeldata.skyblock.area": "\\s*§(?\u003csymbol\u003e7⏣|5ф) §(?\u003ccolor\u003e.)(?\u003carea\u003e.*)",
"data.chat.player.global": "(?:§8\\[§r(?\u003clevelColor\u003e§.)(?\u003clevel\u003e\\d+)§r§8] §r)?(?\u003cauthor\u003e§.+)(?\u003cchatColor\u003e§f|§7§r§7): (?\u003cmessage\u003e.*)",
"data.chat.player.party": "§9Party §8\u003e (?\u003cauthor\u003e[^:]*): §r(?\u003cmessage\u003e.*)",
- "data.chat.player.guild": "§2Guild \u003e (?\u003cauthor\u003e§.+?)(?\u003cguildRank\u003e §e\\[\\w*])?§f: §r(?\u003cmessage\u003e.*)",
+ "data.chat.player.guild": "§2Guild \u003e (?\u003cauthor\u003e§.+?)(?\u003cguildRank\u003e §.\\[\\w*])?§f: §r(?\u003cmessage\u003e.*)",
"data.chat.player.privatemessage": "§d(?\u003cdirection\u003eFrom|To) §r(?\u003cauthor\u003e[^:]*)§7: §r(?\u003cmessage\u003e.*)",
"data.chat.player.itemshow": "(?:§8\\[(?\u003clevelColor\u003e§.)(?\u003clevel\u003e\\d+)§8] )?(?\u003cauthor\u003e.*)§f§7 (?\u003caction\u003eis (?:holding|friends with a|wearing)|has) §r(?\u003citemName\u003e.*)",
"data.chat.player.privateislandrank": ".*(?\u003cprivateIslandRank\u003e§.\\[\\w+]).*",