Compatibility
Minecraft: Java Edition
1.20–1.20.1
1.19.x
1.18.x
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed MIT
Published 2 months ago
Updated 3 weeks ago
CustomTAB
A lightweight Fabric(for now) mod that allows you to customize the TAB list (player list) with custom header and footer text.
Features
- Customize header and footer text
- Display server statistics
- Support for all Minecraft color codes
- Support for text formatting (bold, italic, etc.)
- Real-time updates
Configuration
The configuration file is located at: config/customtab.json
{
"enabled": true,
"header": "§6§lCustomTAB\n§eTPS: %TPS%\n§aPlayers: %PLAYERS%",
"footer": "§e§lMade with §c§l❤"
}
Available formatting:
§0 - Black
§1 - Dark Blue
§2 - Dark Green
§3 - Dark Aqua
§4 - Dark Red
§5 - Dark Purple
§6 - Gold
§7 - Gray
§8 - Dark Gray
§9 - Blue
§a - Green
§b - Aqua
§c - Red
§d - Light Purple
§e - Yellow
§f - White
---
§k - Magic/Obfuscated (ᴍʏsᴛᴇʀʏ)
§l - Bold
§m - Strikethrough
§n - Underline
§o - Italic
§r - Reset all formatting
---
\n - new line
%TPS% - shows server TPS
%PLAYERS% - shows online players count
%MSPT% - shows server MSPT (Milliseconds per tick)
%RAM% - shows used RAM in MB
%MAXRAM% - shows max RAM in MB
%PLAYER% - shows player name (nickname)
%UPTIME% - shows server uptime in format 1d:1h:1m:1s
Requirements
- Fabric Loader >=0.16.9
- Fabric API