Tags
Creators
Details
2.3.11
Compatibility
Required content
Changes
Chinese (Simplified)
v2.3.11
- 修复 自动响应规则→禁用聊天注入 失效的问题
- 新增 禁用聊天注入阈值,当注入后聊天长度大于此值,则不再注入
- 新增 禁用文本混淆渲染
- 更新 1.21.7
[!WARNING] 请注意:从这个版本开始,配置迁移(即从1.x→2.0,2.1→2.2)的相关代码被移除
English
v2.3.11
- Fixed: Formatter Rules → Force Disable Formatter failed to work.
- Added: Force Disable Formatter Threshold. When the chat length exceeds this value after formatting, it will not be formatted.
- Added: Disable Text Obfuscation.
- Update: Bumped to 1.21.7
[!WARNING] Please note: From this version onwards, configuration migration (i.e., from 1.x→2.0, 2.1→2.2) will be no longer available.
Full Changelog: https://github.com/70CentsApple/ChatTools/compare/v2.3.10.2...v2.3.11
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:IPlAJxYp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pbnlOdwp:IPlAJxYp"
}


