https://github.com/jpenilla/tabtps
Minecraft server mod/plugin to monitor TPS, MSPT, and other information in the tab menu, boss bar, and action bar.
https://github.com/jpenilla/tabtps
fabric-mod minecraft-mod minecraft-performance minecraft-plugin paper-plugin spigot-plugin sponge-plugin tps
Last synced: 10 days ago
JSON representation
Minecraft server mod/plugin to monitor TPS, MSPT, and other information in the tab menu, boss bar, and action bar.
- Host: GitHub
- URL: https://github.com/jpenilla/tabtps
- Owner: jpenilla
- License: mit
- Created: 2020-08-08T18:22:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-02T23:22:56.000Z (20 days ago)
- Last Synced: 2025-04-04T00:07:07.741Z (19 days ago)
- Topics: fabric-mod, minecraft-mod, minecraft-performance, minecraft-plugin, paper-plugin, spigot-plugin, sponge-plugin, tps
- Language: Java
- Homepage: https://modrinth.com/mod/tabtps
- Size: 1.11 MB
- Stars: 253
- Watchers: 3
- Forks: 18
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# TabTPS
 [](https://crowdin.com/project/tabtps)Minecraft server mod/plugin to show TPS, MSPT, and other information in the tab menu, boss bar, and action bar.
Current supported platforms:
- [Paper](https://papermc.io)/Spigot API (Minecraft versions 1.8.8-1.21.4+)
- [Sponge](https://spongepowered.org) 12+
- [Fabric](https://fabricmc.net/) (Minecraft 1.21.4, requires [Fabric API](https://modrinth.com/mod/fabric-api))
- [NeoForge](https://neoforged.net/) (Minecraft 1.21.4)## Features
### Live information displays
- Configure what information will be shown using display configs (`/plugins/TabTPS/display-configs/`)
- Each display config has a permission associated, and players with that permission will use that display config.
- The default display config uses the permission `tabtps.defaultdisplay`, and allows for using all three display types.
- Only one display config can be assigned to each player, even if they have permission for multiple. Set priorities for different display configs in the main config (`plugins/TabTPS/main.conf`)
- Configure colors for displays using theme configs (`/plugins/TabTPS/themes/`)#### Tab menu
* Command: ``/tabtps toggle tab``
* #### Action bar
* Command: ``/tabtps toggle actionbar``
* #### Boss bar
* Command: ``/tabtps toggle bossbar``
* ### Commands
#### Improved TPS command
* Command: ``/tickinfo`` or ``/mspt``
* Permission required: ``tabtps.tps``
* #### Memory command
* Command: ``/memory``, `/mem`, or ``/ram``
* View information about the current memory pools of the server jvm.
* Note: the output and usefulness of this command varies depending on the type of garbage collection used, garbage collection settings, and many other factors.
* Permission required: ``tabtps.tps``
* #### Ping command
* Commands: ``/ping``, `/ping [username]`, or ``/pingall``
* View the ping of yourself, or another user. ``/pingall`` will show a summary of all connected player's pings.
* Permissions: ``tabtps.ping`` to view your own ping, ``tabtps.ping.others`` to view other users ping and the ping summary.
* 
* #### Reload command
* Command: ``/tabtps reload``
* Permission required: ``tabtps.reload``