-
Notifications
You must be signed in to change notification settings - Fork 4
Releases: sennecools/Better-TabList
Releases · sennecools/Better-TabList
Release 1.3
restructure to multiloader project supporting NeoForge, Fabric, and F...
Assets 5
release 1.2
This should fix the ftb rank integration.
Assets 3
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_intervalin 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
modsfolder. - 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