GitXplorerGitXplorer
j

TabTPS

public
234 stars
17 forks
21 issues

Commits

List of commits on branch master.
Verified
d18743e5e65731e11b6bd2772713c571c37ea28e

Improve tick pause handling

jjpenilla committed 14 days ago
Verified
495c5f835ab04e2f14870231ac4b80ef0edcc235

Use 1m TPS instead of 5s TPS for default display value on Fabric/NeoForge/Sponge for parity with Paper

jjpenilla committed 14 days ago
Unverified
dd39fa3a3235d134ca3102b3e449e8b000bfbbdc

chore(deps): Update adventure to v4.18.0

rrenovate[bot] committed 17 days ago
Unverified
e0d0df36268d653ec5037535098209a7e7f0cb42

chore(deps): Update dependency org.checkerframework:checker-qual to v3.48.4

rrenovate[bot] committed 16 days ago
Unverified
36566747cfbc47cad33893f402ed9f0a2052687b

chore(deps): Update dependency xyz.jpenilla:legacy-plugin-base to v0.0.1+128-SNAPSHOT

rrenovate[bot] committed 2 months ago
Unverified
09ece8bffcced09586ad272196d0ad85a997f1b9

chore(deps): migrate config renovate.json

rrenovate[bot] 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