Compatibility
Minecraft: Java Edition
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Details
TabList Mod
TabList Mod is a dynamic server mod for Minecraft 1.21+ powered by NeoForge. It enhances the in-game player tab list by displaying real-time server performance metrics and statistics, giving players and administrators immediate insight into the server's health.
Inspired by: Tab List on Modrinth
Overview
TabList Mod replaces the default tab list with a fully customizable version that displays live data including:
- TPS (Ticks per Second)
- MSPT (Milliseconds per Tick)
- Player Count
- Memory Usage
- Server Uptime
The mod only sends updates when changes occur, minimizing unnecessary network traffic while keeping information up-to-date.
Features
-
Dynamic Metrics:
Displays live server data, including TPS, MSPT, memory usage, and uptime. -
Customizable Templates:
Easily modify the header and footer using configurable placeholders:#N
– Inserts a new line.#TPS
– Displays the server’s ticks per second.#MSPT
– Displays the average milliseconds per tick.#PLAYERCOUNT
– Shows the number of online players.#MEMORY
– Displays memory usage (e.g., "480.0 MB / 8192.0 MB").#UPTIME
– Displays the server uptime.
-
Efficient Updates:
The tab list updates only when the displayed data changes, reducing server load and network usage. -
Simple Configuration:
The mod uses an auto-generated configuration file so you can easily tweak settings like the update interval and template text.
Installation
-
Requirements:
- A Minecraft server running NeoForge 1.21 or higher.
-
Steps:
- Download the latest release of the TabList mod.
- Place the mod’s JAR file into your server’s
mods
folder. - Start the server to generate the default configuration file.
- (Optional) Stop the server and edit the configuration file to customize your header and footer templates.
Configuration
Customize the placeholders in your header and footer to display the desired information. For example, your config might look like:
Header: "#N &a&lYOUR SERVER #N&a&l&m #N"
Footer: "&fOnline: &e#PLAYERCOUNT &7| TPS: &a#TPS &7| Memory: &b#MEMORY &7| Uptime: &d#UPTIME"
Update Interval: 500