
TabProfiles
This client-side mod expands the default player list (Tab) in Minecraft. Pressing a key (Left Alt by default) releases the mouse cursor, allowing you to click on any player in the list. Clicking opens a detailed vanilla-style overlay displaying a live 3D
1.0.0
Compatibility
Changes
π TabProfiles
A client-side Fabric mod that enhances the standard player list, allowing you to seamlessly inspect player profiles and usernames directly from the Tab menu.
β¨ Features
-
π±οΈ Interactive Tab Menu
Open the standard player list by holding Tab, then press the Alt key to free your mouse cursor. Once your cursor is visible, simply hover over any player's name and click to inspect them! -
π€ Slick Profile Inspector Screen
Opens a beautifully integrated custom UI window for the Player Inspector, displaying comprehensive details about the selected player. -
π·οΈ History of Player Names
Keep track of players who change their usernames. The mod remembers and shows you their previous nicknames right in the interface! -
π₯οΈ 100% Client-Side
No server-side installation required! It works flawlessly on any vanilla, Paper, or modified multiplayer server you join. -
π Universal Language Support
Comes with out-of-the-box localization for dozens of locales (including English, Spanish, French, German, Russian, Chinese, and many more).
π¬ Video Showcase
See TabProfiles in action and preview the user interface directly in-game:
π Technical Details
| Detail | Specification |
|---|---|
| Mod Loader | Fabric |
| Environment | Client-Side Only |
| Developer / Author | robopo1 |
| License | MIT License |
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:c8b3RldN:QSgtcRT7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:c8b3RldN:QSgtcRT7"
}
