GitXplorerGitXplorer
j

TabTPS

public
234 stars
17 forks
21 issues

Commits

List of commits on branch master.
Verified
3f79c79a85eff75fcba5149aeae94ab586b26b2a

fix(fabric): Use shutdown hook instead of client stopping event for shutdown, as on NeoForge

jjpenilla committed a day ago
Verified
a524a21d773fcbdc6dd46ac3b780c27bdbc130b5

fix(neoforge): Don't try to register blank permissions

jjpenilla committed 9 days ago
Verified
ced4c5b40cdaf49f5f9c71b8811f5465b9879d0c

build: remove redundant configuration

jjpenilla committed 14 days ago
Verified
7953bbb7b5767b6d7f73f2fbb7eef2af5f5f7aea

1.3.27-SNAPSHOT

jjpenilla committed 14 days ago
Verified
46f38dcb67903edab7757cae79ad9e975cdfbd79

release: Version 1.3.26

jjpenilla committed 14 days ago
Verified
8e5a5b1545a86495501d6711c8af63a1a5996c77

Fix refmap warning

jjpenilla committed 14 days ago

README

The README file for this repository.

TabTPS

plugin version badge Crowdin

Minecraft server mod/plugin to show TPS, MSPT, and other information in the tab menu, boss bar, and action bar.

Current supported platforms:

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
  • tab menu

Action bar

  • Command: /tabtps toggle actionbar
  • action bar

Boss bar

  • Command: /tabtps toggle bossbar
  • boss bar

Commands

Improved TPS command

  • Command: /tickinfo or /mspt
  • Permission required: tabtps.tps
  • tps command

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
  • tps command

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.
  • ping command
  • ping all

Reload command

  • Command: /tabtps reload
  • Permission required: tabtps.reload