CustomTAB
A simple mod that adds customizable TAB
CustomTAB
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```
```json { "enabled": true, "header": "§6§lCustomTABn§eTPS: %TPS%n§aPlayers: %PLAYERS%", "footer": "§e§lMade with §c§l❤" } ```
Available formatting:
```html §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