Skip to content

Commands

EmilDeuOfficial edited this page Jun 23, 2026 · 1 revision

Commands

Main command: /tabplayerhide — alias: /tph

Permission required for all subcommands: tabplayerhider.admin (default: op)


Overview

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

/tph on

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

/tph off

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

/tph status

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)

/tph hide <name>

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

/tph show <name>

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

/tph list

Prints every name currently in the hidden-players list.

/tph list

/tph reload

Reads config.yml from disk and re-applies hiding without a server restart. Use this after editing the config file manually.

/tph reload

Clone this wiki locally