Vanish
How to Install
- Download the
.jar
file from GitHub, Modrinth or CurseForge - Drop the file into your
mods
folder - Restart your server!
Features
- You are completely invisible and undetectable
- No open/close container (chests, barrels, ender chests, and shulker boxes) animations
- You don't make noise (placing, breaking, walking...)
- You are removed from command selectors (
/msg
,/gamemode
...) - You get removed from
/list
command - You don't appear in the server list player sample and player count
- Your advancement, death, join/leave messages, and others are hidden
- Fake join/leave messages are sent on vanish/un-vanish
- Hide from entities
- Bluemap support
- Hide sleep status
- Expanded Storage compatibility
- Exclude vanished players from player count
- Prevents block interactions (pressure plates, dripleaf, tripwire, farmland, redstone ore, sculk sensor/shrieker and turtle egg)
- Prevents player vibrations (sculk sensor/shrieker and warden)
- Prevents mob spawning
- Prevents chunk loading / generation
- Prevents entity collisions
- Prevents entity pickups (arrows, experience orbs, items and tridents)
Config
The config file is located at ./config/vanish.hocon
. Use /vanish reload
to reload it.
# Show vanish status in the action bar
action-bar=true
# Prevents vanished players from using chat
disable-chat=true
# Hide vanished players from entities, prevents hostile entities from targeting players, and more
hide-from-entities=true
# Prevent vanished player world interactions
interaction {
# Prevent block interactions (pressure plates, dripleaf, tripwire, farmland, redstone ore, sculk sensor/shrieker and turtle egg
blocks=true
# Prevent chunk loading / generation
chunk-loading=false
# Prevent entity collisions
entity-collisions=true
# Prevent entity pickups (arrows, experience orbs, items and tridents)
entity-pickup=true
# Prevent mob spawning
mob-spawning=true
# Prevent player vibrations
vibrations=true
}
# Text to be displayed when placeholder vanish:vanished is used for a vanished player
place-holder-display=" <gray>☠"
Permissions
You need to be an operator or have these permissions to be able to use the mod
vanish.command.vanish
- Access to/vanish
commandvanish.command.vanish.reload
- Use/vanish reload
to reload the configvanish.command.vanish.other
- Set the vanish-status of othersvanish.feature.view
- See vanished player
Placeholders
vanish:vanished
- Displays a text (configurable via config) if a player is vanishedvanish:online
- The number of players that the player viewing the placeholder can see
External resources
Featured versions
See allProject members
DrexHD
Owner
Technical information
License
MIT
Client side
unsupported
Server side
required
Project ID