Skip to content

Releases: MCbabel/TabTPS-Folia

TabTPS-Folia v1.1.0 — Minecraft 26.1.2 Support

Choose a tag to compare

@MCbabel MCbabel released this 15 Jun 23:38

TabTPS-Folia v1.1.0

Updates TabTPS-Folia to Minecraft 26.1.2, building on the region-aware monitoring introduced in v1.0.0.

✨ What's New

Minecraft 26.1.2 Support
Updated to Folia API 26.1.2.build.8-stable and Minecraft 26.1.2.

Region Tick Data Retuned for 26.1.2
The region TPS/MSPT reader was adjusted for 26.1.2's internals — it now prefers the 5-second region tick report with a graceful fallback — so /tickinfo and the region modules report correct per-region values.

Build & Tooling

  • Built on Java 25; cloud-minecraft updated to 2.0.0-beta.15
  • Removed orphaned checkstyle and license-header tooling so gradle build is green again

📋 Requirements

  • Folia 26.1.2
  • Java 25

📦 Installation

Drop tabtps-folia-1.1.0.jar into your Folia server's plugins/ folder and restart.

🙏 Credits

Based on TabTPS by jpenilla (MIT License). Folia support by MCbabel.

TabTPS-Folia v1.0.0 — Region-Aware Performance Monitoring

Choose a tag to compare

@MCbabel MCbabel released this 19 Mar 20:51

TabTPS-Folia v1.0.0

The first release of TabTPS-Folia — a fork of TabTPS built specifically for Folia servers.

✨ What's New

Per-Region TPS & MSPT
Each player sees real-time TPS and MSPT data from their current Folia region. Move between regions, and the values update automatically.

Region Statistics Modules
New display modules for server-wide performance overview:

  • lowest_region_tps — Worst-performing region
  • median_region_tps — Median across all regions
  • highest_region_tps — Best-performing region

All Display Types Supported

  • 📊 Tab menu header/footer
  • 💬 Action bar
  • 🟢 Boss bar (with TPS/MSPT-based fill & color)

Full Command Suite

  • /tickinfo — Region TPS overview (Lowest / Median / Highest)
  • /ping — Player latency
  • /memory — JVM memory pools
  • /tabtps toggle — Enable/disable displays
  • /tabtps reload — Hot-reload configuration

📋 Requirements

  • Folia 1.20+ (tested on 1.21.11)
  • Java 21

📦 Installation

Drop tabtps-folia-1.0.0.jar into your Folia server's plugins/ folder and restart.

🙏 Credits

Based on TabTPS by jpenilla (MIT License).