8000 Releases Β· sennecools/Better-TabList Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: sennecools/Better-TabList

Release 1,0

16 Mar 16:56
Compare
Choose a tag to compare

πŸŽ‰ 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

  1. Download BetterTabList-v1.0.jar.
  2. Place the file in your server's mods folder.
  3. Start your server to generate the config file.
  4. (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
0