All versions
1.5
Release
Simple Chat Bubbles 1.5last month 1,166
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
Platform
Fabric
Supported environments
Client-side
Changes
v1.5.0 Changelog
Hologram & Server Chat Fixes 🛠️
- No More Overlapping: Added a smart height scanner that looks for invisible Armor Stands and Text Displays (like PvP Club health hearts) above a player's head. Bubbles now push themselves up dynamically so they don't block server tags.
- Fixed
>>Chat Glitch: Rewrote the regex to handle servers using weird chat separators like>>,->, or». - Nuclear Fallback: If a server uses completely broken formatting that breaks the regex, the mod now manually scans nearby player names so you don't miss bubbles.
- Smoother Rendering: Removed the frame-throttling code that was causing the bubbles to jitter and stutter when players walked around. Also stripped out color formatting codes before parsing chat so custom ranks don't break name matching.
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:NTJNn3Es:I0zAvuNf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NTJNn3Es:I0zAvuNf"
}

