Tags
Creators
Details
Licensed GPL-3.0-only
Published 3 years ago
Updated last month
All versions
2.3.19
Release
v2.3.19+1.21.11+fabric6 months ago 6,421
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
Chinese (Simplified)
v2.3.19
- 优化 缓存高频配置项读取
- 新增 聊天提醒匹配白名单支持更多配置项
- 新增 宏命令支持延时以及发送多条指令
- 修复 HTTPS 下载失败的问题
- 优化 先试图聊天提醒再试图隐藏昵称
English
v2.3.19
- Optimized: Cache high-frequency configuration item reading
- Added: Notifier Allowlist supports more configuration items
- Added: Macro commands support delay and sending multiple commands
- Fixed: HTTPS download failure issue
- Optimized: Try Notifier before Nick Hider
Full Changelog: https://github.com/70CentsApple/ChatTools/compare/v2.3.18...v2.3.19
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:yloqLlmt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pbnlOdwp:yloqLlmt"
}

