All versions
1.1.0
Release
DiversifiedChatBar 1.1.0last month 33
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Highlights
- New resizable sidebar with public chat and player DM sessions.
- Player-skin avatars, persistent history, scrolling messages, and compact chat bubbles.
- Vanilla commands, suggestions, and Tab completion inside the custom input.
- Yellow-face Unicode emoji plus PNG/JPG/GIF image emoji packs.
- Responsive emoji picker and corrected full-texture rendering.
- Optional networking: client-only, server-only, and dual-side installations all work.
- Server emoji upload, deletion, storage, and synchronization when both sides are installed.
主要更新
- 全新的可调整宽度侧边栏,分离公屏与玩家私聊。
- 玩家皮肤头像、本地聊天历史、滚动消息区和紧凑消息气泡。
- 自定义输入框支持原版命令、命令提示与 Tab 补全。
- 精简的黄色 Unicode 表情以及 PNG/JPG/GIF 图片表情包。
- 表情面板根据侧边栏宽度自动调整,修复贴图裁切与缩放。
- 网络通道全部改为可选,支持仅客户端、仅服务端或双端安装。
- 双端安装时支持服务端表情上传、删除、存储与同步。
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:ewUojYMb:dlHitmWm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ewUojYMb:dlHitmWm"
}

