NeoPluginHide is a lightweight Paper/Spigot plugin 1.21.x that hides discovery commands and customizes your server identity in the F3 screen.

NeoPluginHide is a lightweight Paper/Spigot plugin (1.19 → 1.21.x) that hides all discovery commands like /plugins, /version, /about, /help, and removes tab completion for them.
It also allows you to customize the Server Brand shown in the F3 debug screen, and supports multiple languages (English, French, Spanish).
/plugins, /version, /about, /help, ?, icanhasbukkit, and aliases /plugins en, fr, es /neopluginhide reload Example config.yml:
settings:
language: "en" # en, fr, es
server-brand: "NeoServer" # shows in F3
hide-tab-suggestions: true
bypass-permission: "neopluginhide.bypass"
blocked-commands:
- "pl"
- "plugins"
- "ver"
- "version"
- "help"
- "about"
- "icanhasbukkit"
fake-plugins:
- "WorldEdit"
- "Essentials"
- "LuckPerms"
| Command | Description |
|---|---|
/neopluginhide reload |
Reloads the configuration file |
| Permission | Description | Default |
|---|---|---|
neopluginhide.admin |
Access to /neopluginhide reload |
OP |
neopluginhide.bypass |
Skip all protections and see everything | OP |
The plugin supports English, French, and Spanish messages.
Change the language in your config:
settings:
language: "fr"
Change the text displayed in F3 (“Server Brand”):
settings:
server-brand: "YourCustomName"
pierrecreeper
Modrinth Page