Tags
Creators
Details
Licensed GPL-3.0-only
Published 3 years ago
Updated last month
All versions
2.3.8
Release
v2.3.8+1.21.2(3,4)2 years ago 2,363
Compatibility
Minecraft: Java Edition
1.21.2–1.21.4
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Chinese (Simplified)
v2.3.8
- 修复
{pos}在自动响应中被错误地解析成组名称的问题 - 优化 在聊天记录搜索屏幕默认快速滚动,按住 Shift 滚动一行
- 新增 聊天提醒“高亮前缀插入到时间戳前”选项
- 新增 聊天提醒“从相机位置播放音效”选项
- 修复 从复制菜单返回聊天记录搜索菜单时,若消息已过时则抛出空指针错误的问题
- 新增
/chatools send_to_client actionbar命令现在可以接受持续时间(以毫秒为单位)参数(仅在独占动作栏启用时生效)
English
v2.3.8
- Fixed:
{pos}was incorrectly parsed as a group name in Responder. - Optimization: Scroll faster on Chat History Navigator screen by default, while you can hold Shift to scroll by one line.
- Added: Option
Notifier-Highlight-Insert Before Timestamps. - Added: Option
Notifier-Sound-Play Sound From Camera Position. - Fixed: NullPointerException was thrown when returning to Chat History Navigator from Copy Screen if the message is outdated.
- Added:
/chatools send_to_client actionbarcommand now accepts a duration (in milliseconds) parameter (will only work if exclusive actionbar is enabled).
Full Changelog: https://github.com/70CentsApple/ChatTools/compare/v2.3.7.1...v2.3.8
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:HnPNRvBP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pbnlOdwp:HnPNRvBP"
}


