-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
EmilDeuOfficial edited this page Jun 23, 2026
·
1 revision
- Paper 1.21.x (1.21, 1.21.1, 1.21.4, 1.21.8 — any Paper build for 1.21)
- Java 21 or newer
- No additional dependencies
-
Download
TabPlayerHider_1.0_1.21.jarfrom the Releases page -
Copy the JAR into your server's
plugins/folder -
Start (or restart) the server — the plugin generates
plugins/TabPlayerHider/config.ymlautomatically -
Edit
config.ymland add your bot names underhidden-players -
Run
/tph reloadin-game (or restart again) — bots disappear from the tab list immediately
Open plugins/TabPlayerHider/config.yml:
enabled: true
hidden-players:
- "BotName1"
- "BotName2"Replace BotName1 / BotName2 with the exact in-game names (case-sensitive) of the players you want hidden.
Alternatively, without touching the file, you can use commands:
/tph hide BotName1
/tph hide BotName2
- Stop the server
- Delete (or replace) the old JAR in
plugins/ - Drop the new JAR in
plugins/ - Start the server — your
config.ymlis preserved automatically
- Stop the server
- Delete
plugins/TabPlayerHider_*.jar - Optionally delete
plugins/TabPlayerHider/(config folder) - Start the server
No database or extra files are created.