Links
Tags
Creators
Details
All versions
1.0.0
Release
FriendChat 1.0.02 months ago 44
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Changes
FriendChat 1.0.0 ā Initial Release
First public release of FriendChat! š
⨠Features
- Tabbed chat interface with three modes: Normal, Friends, and MP
- Friends tab ā filter chat to only show messages from players on your friends list
- MP tab ā focus on a single player's messages and reply instantly without retyping commands
/chatfriendcommand to manage your friends list (add/remove)/chatmp <player>command to focus the MP tab on a specific player/friendchatconfigcommand to rename any of the mod's commands to your liking- Persistent config ā your friends list and settings are saved between sessions
š Requirements
- Minecraft 1.21.11
- Fabric Loader 0.18.1+
- Fabric API 0.141.6+1.21.11 (or any release for 1.21.11)
- Java 21+
ā ļø Notes
- Client-side only ā no server-side installation needed
- Renaming a command via
/friendchatconfigrequires a game restart to take effect
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:uNfFu77j:KIAB1IAA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uNfFu77j:KIAB1IAA"
}

