All Projects → jpenilla → TabTPS

jpenilla / TabTPS

Licence: MIT license
Minecraft server mod/plugin to monitor TPS, MSPT, and other information in the tab menu, boss bar, and action bar.

Programming Languages

java
68154 projects - #9 most used programming language
kotlin
9241 projects

Projects that are alternatives of or similar to TabTPS

grakkit
A modern JavaScript development environment for Minecraft.
Stars: ✭ 184 (+21.85%)
Mutual labels:  spigot-plugin, minecraft-mod, minecraft-plugin, paper-plugin
squaremap
squaremap is a minimalistic and lightweight world map viewer for Minecraft servers, using the vanilla map rendering style
Stars: ✭ 185 (+22.52%)
Mutual labels:  minecraft-mod, minecraft-plugin, sponge-plugin
CommandWhitelist
You decide what commands players can use or tab complete on your server!
Stars: ✭ 115 (-23.84%)
Mutual labels:  spigot-plugin, minecraft-plugin, paper-plugin
Maintenance
Enable maintenance mode on your Minecraft server
Stars: ✭ 122 (-19.21%)
Mutual labels:  spigot-plugin, minecraft-plugin, sponge-plugin
PistonMOTD
Best MOTD plugin multi platform support!
Stars: ✭ 31 (-79.47%)
Mutual labels:  spigot-plugin, sponge-plugin, paper-plugin
HeadsPlus
A heads plugin that has grown for over two years into something more ambitious than other plugins.
Stars: ✭ 35 (-76.82%)
Mutual labels:  spigot-plugin, minecraft-plugin
hyperblock
[DEPRECATED] A theoretically-infinitely-scalable Skyblock plugin.
Stars: ✭ 16 (-89.4%)
Mutual labels:  spigot-plugin, minecraft-plugin
BlockLocker
Protect chests, doors and other blocks in Minecraft from being opened using protection signs
Stars: ✭ 40 (-73.51%)
Mutual labels:  spigot-plugin, minecraft-plugin
Boss
Premium custom monsters plugin with skill system, natural spawning and lots of sickest features!
Stars: ✭ 72 (-52.32%)
Mutual labels:  spigot-plugin, minecraft-plugin
AntiCheatReloaded
The free anti-cheat since 2016
Stars: ✭ 94 (-37.75%)
Mutual labels:  spigot-plugin, minecraft-plugin
ClayTech
An addon for slimefun.
Stars: ✭ 15 (-90.07%)
Mutual labels:  spigot-plugin, minecraft-plugin
spigot-bending
Minecraft plugin that allows players to bend elements as in the series
Stars: ✭ 14 (-90.73%)
Mutual labels:  spigot-plugin, minecraft-plugin
EssentialClient
EssentialClient is a client side mod originally forked from Carpet Client for 1.15.2 that implements new client side features
Stars: ✭ 67 (-55.63%)
Mutual labels:  minecraft-mod, fabric-mod
SquidGame
Minecraft Minigame inspired by the famous and trending Netflix series "Squid Game"
Stars: ✭ 36 (-76.16%)
Mutual labels:  spigot-plugin, minecraft-plugin
advanced-region-market
A Bukkit/Spigot plugin for renting/selling WorldGuard regions
Stars: ✭ 40 (-73.51%)
Mutual labels:  spigot-plugin, minecraft-plugin
AureliumSkills
Advanced Skills, Stats, Abilities, and more
Stars: ✭ 121 (-19.87%)
Mutual labels:  spigot-plugin, minecraft-plugin
LevelledMobs
Level-up mobs on your Spigot/Paper server, RPG-style!
Stars: ✭ 143 (-5.3%)
Mutual labels:  minecraft-mod, minecraft-plugin
spigot-tg-bridge
Connect Telegram chats and Minecraft servers seamlessly
Stars: ✭ 27 (-82.12%)
Mutual labels:  spigot-plugin, minecraft-plugin
Islands
A spigot plugin for creating customisable home islands with different biomes. https://www.spigotmc.org/resources/islands-home-islands-system.84303/
Stars: ✭ 18 (-88.08%)
Mutual labels:  spigot-plugin, minecraft-plugin
UltiTools
This is a sum of some basic plugins of a Bukkit server or Spigot server. Including a few useful and creative functions.
Stars: ✭ 17 (-88.74%)
Mutual labels:  spigot-plugin, minecraft-plugin

TabTPS plugin version badge

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

Current supported platforms:

  • Paper/Spigot API (Minecraft versions 1.8.8-1.19+)
  • Sponge 8+
  • Fabric (Minecraft 1.19, requires Fabric API)

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].