Tags
Creators
Details
Licensed GPL-3.0-only
Published 2 years ago
Updated 4 days ago
All versions
2.7.0
Release
ChatPlus Fabric v2.7.011 months ago 12.4K
Compatibility
Minecraft: Java Edition
1.21.7–1.21.8
Platform
Fabric
Supported environments
Client-side
Required content
Changes
- Added showing unread count to notification badge
- Added showing config version in settings
- Added tab clone/delete command
- Added screenshot chat upload settings and optimized upload
- Added compact messages send as new option and delete duplicate option
- Added select chat color option
- Added wrap in order option for top-down messages
- Added %PLAYER% placeholder for auto prefix
- Added disabling notifications option for tabs
- Added notification pattern matcher option for tabs
- Added suggestion pattern option for tabs which filters suggestions based on pattern
- Added copy whole message option
- Added F3+D option to clear chat
- Added filter highlight sound drop down suggestions
- Added peak chat scrolling
- Added reset scroll position on close option
- Added screenshot scaling option
- Added auto send message option when switching to a tab
- Added forge/neoforge config in mod list
- Made input box horizontally movable and width resizable and commands are now aligned with its position
- Resolved some compatibility issues with some mods
- Reworked server specific tab settings
- Reworked formatted pattern option
- Separated input box settings to its own section
- Clarified regex pattern matching method in tooltips
- Fixed cloned window/tab not adding messages initially
- Fixed scrolling through commands also scrolling chat
- Fixed translated messages re-translating and some translate logic
- Fixed some issues with compacting messages and timestamps
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:cJlZ132G:PSa6T7Ck"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cJlZ132G:PSa6T7Ck"
}





