Tags
Creators
Details
Licensed GPL-3.0-only
Published 3 years ago
Updated last month
All versions
2.3.9.1
Release
v2.3.9.1+1.21.2(3,4)last year 6,202
Compatibility
Minecraft: Java Edition
1.21.2–1.21.4
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Chinese (Simplified)
v2.3.9
- 更新 1.21.5
- 修复 独占聊天栏现在使用线程安全的列表
- 优化
/chattools config相关命令提示 - 新增 聊天提醒“高亮前缀插入到时间戳前”选项
- 修复 昵称隐藏处理失败时会被踢出世界的问题
- 新增 聊天注入渐变语法
- 新增 覆盖聊天颜色样式
v2.3.9.1
- 优化 聊天注入渐变语法处理空格和 emoji 的情况
- 优化 去除聊天栏最大字符数限制选项现在也会去除发包的大小限制
English
v2.3.9
- Update: Bumped to 1.21.5
- Fixed: Exclusive Actionbar is now more thread-safe.
- Optimization:
/chattools configcommand now suggested config keys. - Added: Highlight Prefixes
Insert Before Timestampsoption. - Fixed: Players would disconnect if the nick-hider failed to work.
- Added: Formatter Gradient syntax
- Added: Override Chat Color option
v2.3.9.1
- Optimization: Formatter Gradient syntax now deals with whitespaces and emojis better.
- Optimization: IncreaseChatFieldMaxLength now increases packet size as well.
Full Changelog: https://github.com/70CentsApple/ChatTools/compare/v2.3.9...v2.3.9.1
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:pbnlOdwp:7sLWiBIS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pbnlOdwp:7sLWiBIS"
}


