TabTPS [1.8.8-1.21.4+] Show TPS, MSPT and more in the Tab menu icon

TabTPS [1.8.8-1.21.4+] Show TPS, MSPT and more in the Tab menu -----

Monitor your server's performance by showing it's TPS and MSPT in the Tab menu or Boss/Action bar




Changelog

Changed
  • Update for Minecraft 1.21.4
----------, Jan 5, 2025

Changelog

Added
  • NeoForge implementation
Fixed
  • Running /tabtps help from console
----------, Sep 10, 2024

Changelog

Changed
  • Update for Minecraft 1.21
----------, Jun 24, 2024

Changelog

Changed
  • Update for Minecraft 1.20.6
  • Update Cloud to v2
----------, May 31, 2024

Changelog

Added
Changed
  • Update for Minecraft 1.20.4
Fixed
  • REVERSE_MSPT and REVERSE_TPS boss bar fill modes
----------, Jan 20, 2024

Changelog
1.20.2: third time's the charm edition

Fixed
  • Clickable text not working
----------, Sep 30, 2023

Changelog

Fixed
  • Invalid Mixin on Fabric
----------, Sep 30, 2023

Changelog

Changed
  • Update for Minecraft 1.20.2
----------, Sep 30, 2023

Changelog

Changed
  • Update for Minecraft 1.20.1
----------, Jun 28, 2023

Changelog

Changed

  • Update for Minecraft 1.19.4
----------, May 7, 2023

Changelog

Changed
  • Update for Minecraft 1.19.3
  • Empty/default user data is no longer saved to disk
Fixed
  • Error in startup on spigot servers (did not affect Paper servers)
----------, Dec 9, 2022

Changelog

Changed
  • Update for Minecraft 1.19.2
----------, Aug 26, 2022

Changelog

Changed
  • Update for Minecraft 1.19
  • Immediately clear action bar display when disabled instead of letting it fade out
----------, Jun 19, 2022

Changelog

Added
  • Support for fabric-loader 0.14+
Changed
  • Dependency updates
----------, May 4, 2022

Changelog

Added
  • Sponge 8 implementation
Changed
  • Update for Minecraft 1.18.2
----------, Mar 4, 2022

Changelog
  • Update for Minecraft 1.18
----------, Dec 3, 2021

Changelog
  • Fixed reflection for getting recent tick times on Spigot 1.13.2
  • Fixed error when initializing commands on Spigot 1.17
----------, Sep 1, 2021

Changelog
  • Added Russian (ru_RU) translations (#17, #19)
  • Added Simplified Chinese (zh_CN) translations (#21)
  • Updated dependencies
  • Fix handling of invalid user data files
----------, Aug 11, 2021

Changelog
  • Fixes an issue with the tab menu display not properly updating on 1.17.
----------, Jun 22, 2021

Changelog
  • Fix issues with tick info command formatter on 1.17
----------, Jun 16, 2021

Changelog
  • Updated Spigot platform to support Minecraft 1.17
  • Target Minecraft 1.17 on Fabric
  • Minor bugfixes and improvements
  • Dependency updates
----------, Jun 11, 2021

Changelog

Fixed
  • It's not easily possible to mixin to static interface methods. Mixin to our own ExceptionHandler instead of ComponentMessageThrowable to workaround this (Fabric).
----------, Apr 9, 2021

Changelog
Changed
  • Updated dependencies
Fixed
  • Fixed Java 8 compatibility on Fabric
----------, Mar 26, 2021

Changelog
Fixed
  • Fixed issues with new versions of Paper which include the the Adventure API
----------, Feb 24, 2021

Changelog
Fixed
  • Fixed version being {version} in about command
  • Resend commands from main thread for Spigot compatibility. (It is recommended to use Paper for asynchronous command tree building)
----------, Feb 21, 2021

Changelog
Added
  • Added REVERSE_MSPT and REVERSE_TPS boss bar fill modes
  • Added support for Fabric servers
    • Uses fabric-permissions-api-v0 for permissions checks (supports LuckPerms), falling back to OP level permission checks
    • Download the Fabric version from GitHub
----------, Feb 21, 2021

Changelog
Added
  • Added Boss bar displays
    • [​IMG]
  • Added display configs, which have a permission node attached. This allows for having players with different permission levels see different modules. The permission to use the default config is tabtps.defaultdisplay.
    • Display configs are located in `plugins/TabTPS/display-configs/`
  • Added theme configs, to customize the colors of displays. Each display configuration references a theme configuration. For example the default display config uses the default theme config.
    • Theme configs are located in `plugins/TabTPS/themes/`
  • Added Online Player count module
  • A localization system has been implemented, however only English (en_US) translations exist at this time.
    • There is no config option to set language, instead the plugin will detect the users language preference from their client, and automatically display text in their selected language. If translations for the language they are using are unavailable, it will fall back to English.
Fixed
  • Fix handling of when the operating system bean reports NaN CPU usage. This should solve issues with running TabTPS on macOS.
Changed
  • Reworked config files to allow for much more configuration. See the "Added" section for details.
    • [​IMG] Note:
      • In order to allow for the new configuration features, compatibility with old configs (pre-1.3.0) has been dropped.
      • New config files will be generated when updating to 1.3.0 (old files will not be deleted, but will no longer be used)
  • Moved display updating from using the Bukkit scheduler to using a scheduled executor. This allows displays to update at the same rate even when the server is lagging.
----------, Jan 11, 2021

Changelog
  • Added more detailed tick time information to the /tickinfo command when running on Paper based servers:
    [​IMG]
----------, Nov 25, 2020

Changelog
  • Added config options for update rates of tab and action bar displays.
  • Added support for Spigot 1.16.4
  • Removed support for Spigot 1.16.3
----------, Nov 5, 2020

Changelog
  • Switch command framework to Cloud
    • '/ping all' has been moved to '/pingall'
----------, Oct 12, 2020

Changelog
  • Many config options were moved around in this release, and some new ones were added. For this reason it is recommended to delete the config.yml before updating.
  • Added '/ping', '/ping [username]', and '/ping all' commands.
    • Permissions
      • /ping: tabtps.ping
      • /ping all, /ping [username]: tabtps.ping.others
    • [​IMG]
    • [​IMG]
  • Add CPU and Ping modules for display in tab menu/action bar.
  • Add configuration of modules per display
    • [​IMG]
  • Improved the output of /tickinfo and /mem
    • [​IMG]
    • [​IMG]
----------, Sep 12, 2020

Changelog
  • Added '/memory' command (aliases '/mem' and '/ram') to view information about the memory pools of the server jvm. The output and usefulness of this command will vary greatly depending on garbage collection type and settings.
    • [​IMG]
  • Fixed '/tabtps reload' to actually reload the plugin settings.
----------, Sep 5, 2020

Changelog
  • Removed 1.16.1 NMS support. Update to 1.16.2 or switch to a Paper based server to use this version of TabTPS.
  • Refactored the plugin internally to make displays more modular
  • Moved '/tabtps' to '/tabtps toggle tab'
    • Permission changed from 'tabtps.toggletab' to 'tabtps.toggle.tab'
    • Players will also need 'tabtps.toggle' permission to use the toggle command
  • Moved '/tabtps actionbar' to '/tabtps toggle actionbar'
    • Permission changed from 'tabtps.toggleactionbar' to 'tabtps.toggle.actionbar'
    • Players will also need 'tabtps.toggle' permission to use the toggle command
  • Added config file (config.yml) with some configuration options
    • Enable/disable modules for display in Tab/ActionBar
    • Re-order modules for display
    • Set default state of showing/not showing Tab/Action Bar
  • New command: '/tabtps reload'
    • Reloads the plugin config.yml
    • Permission: 'tabtps.reload'
  • Added RAM/Memory info to '/tickinfo'
    • [​IMG]
  • Added memory module for Tab/Action Bar (enable in config.yml)
----------, Aug 19, 2020

Updated NMS support for Spigot 1.16.2
----------, Aug 11, 2020

Added Action Bar display.
Command: /tabtps actionbar
Permission: tabtps.toggleactionbar
----------, Aug 8, 2020

Resource Information
Author:
----------
Total Downloads: 116,570
First Release: Aug 8, 2020
Last Update: Jan 5, 2025
Category: ---------------
All-Time Rating:
36 ratings
Find more info at github.com...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings