diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-19 08:57:10 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-19 08:57:10 +0000 |
commit | 0eca95477b6404b05adebf8e9c1bc27d3e621363 (patch) | |
tree | 81c4a2579e2b1994677ff2f340028dc3faa08f38 /constants/regexes.json | |
parent | 998d6c2e4206a4d23ac5e8bd753d2b442079cb58 (diff) | |
download | SkyHanni-REPO-0eca95477b6404b05adebf8e9c1bc27d3e621363.tar.gz SkyHanni-REPO-0eca95477b6404b05adebf8e9c1bc27d3e621363.tar.bz2 SkyHanni-REPO-0eca95477b6404b05adebf8e9c1bc27d3e621363.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/27e909463ea5c2553c7ac89eb350e70627aa8fc9
Diffstat (limited to 'constants/regexes.json')
-rw-r--r-- | constants/regexes.json | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/constants/regexes.json b/constants/regexes.json index c8eb605..9fbc14f 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "bf462fa", + "sourceLabel": "27e9094", "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+)", @@ -519,6 +519,27 @@ "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.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.floor.type": "(The Catacombs).*|.*(MM Catacombs).*", + "dungeon.finder.check.if.party": ".*(\u0027s Party)", + "dungeon.finder.party.finder.title": "(Party Finder)", + "dungeon.finder.catacombs.gate": "(Catacombs Gate)", + "dungeon.finder.select.floor": "(Select Floor)", + "dungeon.finder.entrance": "(.*Entrance)", + "dungeon.finder.floor": "(Floor .*)", + "dungeon.finder.floor.any": "(Any)", + "dungeon.finder.floor.mastermode": "(MM )|(.*Master Mode Catacombs)", + "dungeon.finder.floor.dungeon": "(Dungeon: .*)", + "dungeon.finder.floor.pattern": "(Floor: .*)", + "dungeon.finder.floor.number": ".* (?\u003cfloorNum\u003e[IV\\d]+)", + "dungeon.finder.get.dungeon.class": ".* (?\u003cclass\u003e.*)", + "dungeon.finder.detect.dungeon.class": "(View and select a dungeon class.)", "garden.pests.spawn.one": "§6§l.*! §7A §6Pest §7has appeared in §aPlot §7- §b(?\u003cplot\u003e.*)§7!", "garden.pests.spawn.multiple": "§6§l.*! §6(?\u003camount\u003e\\d) Pests §7have spawned in §aPlot §7- §b(?\u003cplot\u003e.*)§7!", "garden.pests.finder.scoreboard": " §7⏣ §[ac]The Garden §4§lൠ§7 x(?\u003cpests\u003e.*)", |