/mcafs

A FTP server dedicated to accessing the `.minecraft/assets` directory of Minecraft

Primary LanguageTypeScript

English 中文

Minecraft Assets FTP Server

An FTP server dedicated to accessing the .minecraft/assets directory in Minecraft games, allowing users to easily manage these resource files via an FTP client.

Installation

npm i -g mcafs

Usage

mcafs -u localhost:2023

Access ftp://localhost:2023 using any FTP client.

Command Line Options

flags Default Description Options
-v --version Show version number
-h --help Show command help
-d --assertsDir <assetsDir> Default path of .minecraft/assets Customizes the assets directory location
-u --url <url> URL, e.g., ftp://0.0.0.0:2023. If specified, addr and port options are ignored
-a --addr <addr> 127.0.0.1 IP address
-p --port <port> 21 FTP port number
-l --logLevel <logLevel> info Log level all,trace,debug,info,warn,error,fatal,mark,off

Path of directory .minecraft/assets

Refer to .minecraft/path - Minecraft Wiki

OS Path
Windows %APPDATA%\.minecraft\assets
macOS ~/Library/Application Support/minecraft/assets
Linux ~/.minecraft/assets