diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-29 14:10:22 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-29 14:10:22 +0000 |
commit | 76f18782be6c2dc5d1a83bdf3d87a63d5b443a70 (patch) | |
tree | f398db1212ba2675c561ceb8e6cb7daba2059b01 /constants/regexes.json | |
parent | 42b3981a649f2ae30a9dc5deabd9e569497f86d4 (diff) | |
download | SkyHanni-REPO-76f18782be6c2dc5d1a83bdf3d87a63d5b443a70.tar.gz SkyHanni-REPO-76f18782be6c2dc5d1a83bdf3d87a63d5b443a70.tar.bz2 SkyHanni-REPO-76f18782be6c2dc5d1a83bdf3d87a63d5b443a70.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/5ebc246afeff794acb1c1920e6e86552fa0c73e3
Diffstat (limited to 'constants/regexes.json')
-rw-r--r-- | constants/regexes.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/constants/regexes.json b/constants/regexes.json index 27f2abd..7cb6af3 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "e4ae028", + "sourceLabel": "5ebc246", "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+)", @@ -539,13 +539,13 @@ "crimson.volcano.status.tablistline": " *(?\u003cstatus\u003e(?:§.)*\\S+)", "misc.chatsymbols.symbols": "^(?\u003csymbols\u003e(?:(?:§\\w)+\\S)+) ", "misc.chatsymbols.symbol": "(?:§.)+(\\S)", - "dungeon.finder.price": "([0-9]{2,3}K|[0-9]{1,3}M|[0-9]+\\.[0-9]M|[0-9] ?MIL)", - "dungeon.finder.carry": "(CARRY|CARY|CARRIES|CARIES|COMP|TO CATA [0-9]{2})", - "dungeon.finder.nonpug": "(PERM|VC|DISCORD)", + "dungeon.finder.price": "(?i).*([0-9]{2,3}K|[0-9]{1,3}M|[0-9]+\\.[0-9]M|[0-9] ?MIL).*", + "dungeon.finder.carry": "(?i).*(CARRY|CARY|CARRIES|CARIES|COMP|TO CATA [0-9]{2}).*", + "dungeon.finder.nonpug": "(?i).*(PERM|VC|DISCORD).*", "dungeon.finder.member": ".*§.(?\u003cplayerName\u003e.*)§f: §e(?\u003cclassName\u003e.*)§b \\(§e(?\u003clevel\u003e.*)§b\\)", "dungeon.finder.ineligible": "§c(Requires .*$|You don\u0027t meet the requirement!|Complete previous floor first!$)", "dungeon.finder.class.level": " §.(?\u003cplayerName\u003e.*)§f: §e(?\u003cclassName\u003e.*)§b \\(§e(?\u003clevel\u003e.*)§b\\)", - "dungeon.finder.note": "(§7§7Note: |§f[^§])", + "dungeon.finder.note": "§7§7Note: §f(?\u003cnote\u003e.*)", "dungeon.finder.floor.type": "(The Catacombs).*|.*(MM Catacombs).*", "dungeon.finder.check.if.party": ".*(\u0027s Party)", "dungeon.finder.party.finder.title": "(Party Finder)", |