| English | 中文 |
|---|
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.
npm i -g mcafsmcafs -u localhost:2023Access ftp://localhost:2023 using any FTP client.
| 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 |
Refer to .minecraft/path - Minecraft Wiki
| OS | Path |
|---|---|
| Windows | %APPDATA%\.minecraft\assets |
| macOS | ~/Library/Application Support/minecraft/assets |
| Linux | ~/.minecraft/assets |