HomeJavaModsTab Player Hider
Tab Player Hider

👁️ TabPlayerHider

Hides specific players from the tab list without removing them from the game world.

Perfect for servers running bots — players in hidden-players are invisible in the tab list but fully present in-game, unaffected by lag, collision, or visibility.

✨ Features

⚙️ Configuration

# config.yml
hidden-players:
  - "BotName1"
  - "BotName2"

Names are case-sensitive and must match the exact Minecraft username.

🔑 Permissions

Permission Description Default
tabplayerhider.admin Access to all /tabh commands op

💬 Commands

Main command: /tabplayerhide · Alias: /tph

Command Description
/tph on Enable hiding (hidden players disappear from tab list)
/tph off Disable hiding (all players visible in tab list again)
/tph status Show current state, hidden player count, and who is online
/tph hide <player> Hide a player from the tab list (saves to config)
/tph show <player> Show a player in the tab list again
/tph list List all currently hidden player names
/tph reload Reload config and re-apply hiding

📋 Requirements

Server Paper 1.21.x
Java 21+

🔧 How it works

On every player join, the plugin sends a ClientboundPlayerInfoRemovePacket (1 tick after join, after the server's own player-info broadcast) for each hidden player directly to the joining client. Because this only manipulates the tab list packet — and not the entity tracking or scoreboard — hidden players remain fully visible in the world.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more