Links
Tags
Creators
Details
Licensed LGPL-3.0-only
Published 2 years ago
Updated 3 months ago
All versions
0.3.0+1.21.11
Release
ModKrowd 0.3.0+1.21.113 months ago 35
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
New contributor: Hydrintegral!
- Update to 1.21.11.
Added
- Message Copy feature. (Hydrintegral)
- Themes can now replace the player heads in the tab list. (Hydrintegral)
- Abbreviate and Narrow Font options for Ping Display.
- Await Message option for Autoswitch.
- Blank Tab Icons theme.
- Compatibility mode when the config file is from a future version.
Changed
- Improved config screen.
- Migrated to mojmap.
- Rewrote lots of code to be more maintainable.
- Updated parsing in line with CubeKrowd.
- Replaced confusing feature predicates with a simple on/off switch and quick toggle keybinds unbound by default.
- Ping Display now reserves a minimum space to reduce changing the width of the tab list.
- Message Preview now tries to fetch the player’s rank and name as early as possible.
- The fallback is also clearer now, although it should rarely be observed.
- High Contrast Theme now uses the
ARCKADEcolor for Veteran. - High Contrast Theme now colors the arrow for AFK messages red or green.
Fixed
- Some buttons in the config screen not being translatable.
- Message Preview including angled brackets on SlapFish.
- Message Preview showing chattymotes on BuildTeam.
- Messages not being themed when received while switching servers.
Optional dependencies
Any compatible version
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:xnNETvg8:ck8x90jc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xnNETvg8:ck8x90jc"
}

