All versions
1.0
Release
ChatFS 1.0last week 10
Compatibility
Minecraft: Java Edition
1.21.x
Platform
NeoForge
Supported environments
Client and server
Changes
🚀 ChatFS v1.0.0 — Share files directly through Minecraft chat!
ChatFS allows players to send files and entire folders to each other directly in-game through the chat interface, without leaving Minecraft or using external third-party services.
✨ Key Features:
- 📎 Chat Paperclip Button: Click the 📎 icon directly inside the chat window for easy file and player selection.
- 📄 Send Files & Folders: Select individual files or entire folders (folders are automatically compressed into ZIP archives).
- 🛡 Safe Confirmation: Recipients receive a clear prompt with the filename, size, and optional comment before accepting.
- ⚡️ Fast Compression: Built-in data compression with support for large transfers (up to 50 MB).
- ⚙️ Flexible Configuration: Customizable downloads folder and draggable paperclip button position (drag & drop).
🛠 Commands:
/chatfs menu— Open the file sending GUI/chatfs settings— Open mod configuration GUI/chatfs send <player> <file>— Send a file via command/chatfs accept <id>— Accept an incoming file transfer by ID
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:xrXLxzhP:qFIGVbon"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xrXLxzhP:qFIGVbon"
}

