Links
Tags
Creators
Details
Licensed MIT
Published 4 months ago
Updated 3 weeks ago
All versions
0.3.0
Release
Chat Remastered Bukkit 0.3.03 weeks ago 6
Compatibility
Minecraft: Java Edition
26.1.x
1.21.6–1.21.11
Platforms
Bukkit
Spigot
Changes
Chat Remastered 0.3.0
Fixed
- Fixed players getting disconnected when replying to messages with very long text or large image captions. Oversized packets are now truncated instead of crashing the connection.
- Replies referencing long Telegram posts no longer kick everyone online.
Added
- Private group chats. Create a group with
/chatgroup, invite players, and switch between the global chat and your group channel with the new button next to the chat input. - Group messages are marked with a colored group label before the nickname.
- Hover tooltips for all chat buttons and for buttons in the screenshots panel.
Changed
- All button textures redrawn in a single style.
- New mod icon.
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:9J1Dj16r:sHSnaOOA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9J1Dj16r:sHSnaOOA"
}

