Releases: sennecools/Better-TabList
Releases Β· sennecools/Better-TabList
Release 1,0
π First Release: Better TabList v1.0
Welcome to the first release of Better TabList! This mod enhances the in-game player tab list with real-time server statistics and performance metrics while keeping updates efficient.
π Features
- Dynamic Metrics: Displays live server data including:
- π’
#TPS
- Server Ticks Per Second - π΅
#MSPT
- Milliseconds Per Tick - π₯
#PLAYERCOUNT
- Online Players - πΎ
#MEMORY
- Server Memory Usage - β³
#UPTIME
- Server Uptime
- π’
- Customizable Tab List:
- Fully configurable header and footer using placeholders.
- Supports Minecraft color codes (
&
βΒ§
conversion).
- Optimized Updates:
- Only updates when changes occur, reducing unnecessary network load.
- Configurable update interval (
update_interval
in milliseconds).
- Built for NeoForge 1.21
- Fully compatible with Minecraft 1.21 using the latest NeoForge framework.
π§ Installation
- Download
BetterTabList-v1.0.jar
. - Place the file in your server's
mods
folder. - Start your server to generate the config file.
- (Optional) Edit the config file to customize your tab list.
βοΈ Configuration Example
Header: "#N &a&lYOUR SERVER #N&a&l&m #N"
Footer: "&fOnline: &e#PLAYERCOUNT #N&7| TPS: &a#TPS &7| Memory: &b#MEMORY &7| Uptime: &d#UPTIME"
Update Interval: 500