Tags
Creators
Details
Licensed Apache-2.0
Published last year
Updated 4 hours ago
All versions
3.7.0+26.2
Release
Embellish Chat 3.7.02 months ago 183
Compatibility
Minecraft: Java Edition
26.3-snapshot-3
26.2
Platform
Fabric
Supported environments
Server-side
Client and server
Required content
Changes
v3.7.0 Update
This v3.7.0 update focuses on adding optional client-side mention autocomplete and improving overall code stability.
New Features
Mention Autocomplete
- Mention autocomplete has been added.
- Function: Players with the client-side mod installed can see mention suggestions while typing in chat.
- Suggestions can be selected using
Tab, arrow keys, or the mouse wheel. - The core chat features still work with the mod installed only on the server.
Improvements
Code Stability Improvements
- Several internal systems have been cleaned up and improved.
- Function: Configuration handling, mention processing, selector error handling, notification toggling, and stress-test logic have been refined for better stability and maintainability.
Optional dependencies
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:B0x6P0dg:30yDWwQ2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:B0x6P0dg:30yDWwQ2"
}






