Compatibility
Minecraft: Java Edition
1.21.3–1.21.6
Platforms
Creators
Details
Licensed ARR
Published 4 months ago
Updated 4 months ago
Vanish Plugin
A lightweight, fully configurable vanish system for Bukkit/Paper servers, giving staff the power to slip in and out of sight without a trace—and even audit their own stealthy movements.
🌟 Features
- Toggleable vanish
/vanishor/vto vanish;/unvanishor/uvto reappear. True toggle behaviour—no more “stuck” states. - Tab-list hiding
Vanished players are removed from the TAB list. - Combat & interaction disable
While vanished, you cannot:- Deal damage (
features.disable-damage) - Target or be targeted by mobs (
features.disable-target) - Pick up items (
features.disable-pickup)
- Deal damage (
- Chat blocking
Vanished players cannot send chat messages (features.disable-chat). - Action-bar indicator
A subtle “[VANISHED]” bar above your hotbar (features.action-bar). - Silent join/quit
Vanished players join and leave with no public messages (features.silent-joinquit). - Logging & audit
- Records every
/…command a vanished player runs. - Logs vanish/unvanish events.
- Console and real-time viewers see all events.
- Records every
- Real-time log viewing
/consolevanishtoggles your personal vanish-log feed. - Runtime config reload
/vanishsettings reload(alias/vs) reloadsconfig.ymlwithout a server restart.
🔐 Permissions
| Permission | Default | Description |
|---|---|---|
vanish.use |
OP | Allows use of /vanish, /v, /unvanish, /uv. |
vanish.see |
OP | Can still see vanished players in-game. |
vanish.reload |
OP | Allows /vanishsettings reload. |
vanish.log |
OP | Allows toggling/viewing live vanish logs via /consolevanish. |
🛠 Commands
/vanish(alias/v)
Toggle vanish on/off./unvanish(alias/uv)
Force unvanish./vanishsettings reload(alias/vs)
Reloadconfig.yml./consolevanish
Toggle real-time vanish logging feed.
⚙️ Configuration (config.yml)
features:
hide-from-tab: true
disable-damage: true
disable-chat: true
disable-target: true
disable-pickup: true
action-bar: true
silent-joinquit: true
logging: true
messages:
vanish: '&aYou have vanished.'
unvanish: '&cYou are visible again.'
no-permission:'&cYou don''t have permission.'
cannot-chat: '&cYou cannot chat while vanished.'
action-bar: '&7[&eVANISHED&7]'
log-prefix: '&e[VanishLog]&r '



