Links
Tags
Creators
Details
Licensed MIT
Published 5 months ago
Updated 4 days ago
All versions
v1.5.0
Release
v1.5.04 days ago 12
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Chat Tabs 1.5.0
Everything is now configurable in-game — no more editing JSON.
New: Settings screen
- Open with
/chattabs settings, or from the configure button in ModMenu (optional, the mod works without it) - Chat mode, idle auto-switch, peek overlay and its line count, and the message separator — all with tooltips explaining what they do
- Channel list with per-channel toggles for visibility, sound, unread badge, and peek overlay, plus add and remove
- Live preview in the channel editor: type a chat tag and watch a sample line split into tag, sender, and message in distinct colors, or a red warning when it does not match. Paste a real line from your server to check your settings instantly
- Validation blocks saving on blank or duplicate ids and on the reserved id
all - Changes apply immediately on Done — no restart, no reload command. Cancel discards everything
New: Configurable channels and server profiles
- Channels are no longer hardcoded: define any channel your server uses with its chat tag and join command
- Server profiles let each server have its own channel set; a default profile covers everything else
- Channels can be permanently visible or appear only when they have activity (and then be closed)
New: Per-channel notifications
- Independent sound and unread badge switches per channel — badge silently, ping without a counter, or mute a channel entirely (mentions included)
New: Keyboard shortcuts
- Ctrl+Tab and Ctrl+Shift+Tab cycle through tabs while the chat is open, wrapping at both ends
Fixed
- Manually typed channel-switch commands now keep the mod's channel state in sync
Existing configs migrate automatically and keep behaving as before.
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:iRIAQEuO:GSrPDMfX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iRIAQEuO:GSrPDMfX"
}

