A lightweight Fabric(for now) mod that enhances your server's TAB list with customizable header and footer.
- 🎨 Fully customizable header and footer
- 📊 Real-time server statistics display
- 🌈 Support for all Minecraft color codes
- ⚡ Server-side only (no client installation required)
- 🔧 Easy configuration through JSON file
- Install Fabric Loader >=0.16.9
- Install Fabric API
- Download CustomTAB from Modrinth or CurseForge
- Place the mod in your
modsfolder - Start the server
The configuration file is located at:
.minecraft/config/customtab.json
§0 is black
§1 is dark blue
§2 is dark green
§3 is dark aqua
§4 is dark red
§5 is dark purple
§6 is gold
§7 is gray
§8 is dark gray
§9 is blue
§a is green
§b is aqua
§c is red
§d is light purple
§e is yellow
§f is white
---
§k is obfuscated
§l is bold
§m is strikethrough
§n is underline
§o is italic
---
\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
{
"enabled": true,
"header": "§6§lCustomTAB\n§eTPS: %TPS%\n§aPlayers: %PLAYERS%",
"footer": "§e§lMade with §c§l❤"
}- Clone the repository
git clone -b 1.19.2 https://github.com/Palitraq/CustomTAB.git
2. Build the project
./gradlew build- Find the compiled jar in
build/libs
This project is licensed under the MIT License - see the LICENSE file for details.
If you encounter any issues or have questions:
- Check the Issues page
- Create a new issue if your problem isn't already listed