Skip to content
/ mcafs Public

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

Notifications You must be signed in to change notification settings

Leawind/mcafs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:https://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:https://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

About

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

Topics

Resources

Stars

Watchers

Forks