-
Notifications
You must be signed in to change notification settings - Fork 0
Commands
Main command: /tabplayerhide — alias: /tph
Permission required for all subcommands: tabplayerhider.admin (default: op)
| Command | Description |
|---|---|
/tph on |
Enable tab-list hiding globally |
/tph off |
Disable tab-list hiding globally (bots reappear in tab) |
/tph status |
Show whether hiding is active and list hidden players |
/tph hide <name> |
Add a player to the hidden list and hide them immediately |
/tph show <name> |
Remove a player from the hidden list and show them immediately |
/tph list |
List all currently configured hidden players |
/tph reload |
Reload config.yml and re-apply hiding |
Enables the plugin globally. All players in the hidden-players list disappear from the tab list for every connected client. The change takes effect immediately without a restart.
/tph on
Disables the plugin globally. All hidden players reappear in the tab list. The hidden-players list is preserved — running /tph on again re-hides them.
/tph off
Shows the current state: whether hiding is active and how many players are configured.
/tph status
Example output:
TabPlayerHider: ENABLED
Hidden players: 2 (BotName1, BotName2)
Adds the given player name to the hidden list (writes to config.yml) and immediately hides them from every online player's tab list. If the player is not currently online the name is still saved and takes effect when they join.
/tph hide BotName1
Removes the given player name from the hidden list (writes to config.yml) and immediately makes them visible in the tab list again.
/tph show BotName1
Prints every name currently in the hidden-players list.
/tph list
Reads config.yml from disk and re-applies hiding without a server restart. Use this after editing the config file manually.
/tph reload