Compatibility
Minecraft: Java Edition
26.1.x
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x
Platforms
Links
Tags
Creators
Details
Licensed MIT
Published 2 years ago
It's not just a simple vanish plugin, its PasiVanish, one of the best vanish plugins right now :>
If you have any suggestions, write to me and I will try to implement them :>
Plans for future features:
- Folia support
- Vanish GUI
- Velocity support
- Fabric support
- WorldGuard "vanish" flag
✅ Already done
BroadcastMessagesDONE 1.3Hex colorsDONE 2.2.8-PRE-5SilentChestDONE 1.3.1UpdateCheckerDONE 2.0.7Hide on TabListDONE 1.3.1bstatsDONE 2.2Title messagesDONE 2.1PlaceholdersDONE 2.0.8MessagesDONE 2.0.8AutoVanishDONE 2.0.2 FF- Messages Prefix DONE 2.2.11
2StepChatDONE 2.2.9TempVanishDONE 2.2.8-PRE-2RestoreVanishDONE 2.2.9Langs folderDONE 2.2.8-PRE-5Vanish levelsDONE 2.3
Installation
- Stop server
- Place plugin in plugins folder
- Start server
- Configure plugin in config.yml
- Use command /pv reload
Options and description
🧩 Placeholders
| Placeholder | Description | Default |
|---|---|---|
%pv_online% |
Shows online players count minus vanished players | Undefined |
%pv_vanished% |
Shows text when player is vanished | &b&lVANISH |
%pv_vanished_two% |
Shows second vanish text when player is vanished | &b&lVANISHED |
%pv_PlayerIsVanished% |
Returns vanish status of player | true / false |
👻 Vanishing system
SOON
⚙️ Compatibility
Platform
| Platform | Support | Notes |
|---|---|---|
| Paper & Purpur | ✅ | Higly recomended |
| Spigot | ✅ | Works fine but not recommended |
| Mohist & Leaf | ✅ | Works fine(tested not by me) |
| Bukkit | ⚠️ | Should work, but not officially tested |
| Folia, Velocity & Fabric | 🕒 | Not supported now - soon |
| BungeeCord & Waterfall | ❌ | Not supported and probably never |
Versions
| Version | Support | Notes |
|---|---|---|
| 1.20+ | ✅ | Higly recommended |
| 1.9-1.19 | ✅ | Should works fine |
| 1.8 | 🕒 | Not supported now - soon |
| 1.7 and below | ❌ | Not supported and probably never |
Commands (2.3.2):
💻 Commands
| Command | Aliases | Arguments | Description |
|---|---|---|---|
/pasivanish |
/pv |
— | Plugin management command |
├─ broadcastjoin |
— | [player] |
Send fake join message |
├─ broadcastquit |
— | [player] |
Send fake leave message |
├─ check |
— | [player] |
Check player vanish status |
├─ checkupdate |
— | — | Check updates for plugin |
├─ info |
— | — | Send info about plugin |
├─ vanish |
/v, /vanish |
[player] |
Enable/disable vanish |
├─ reload |
— | — | Reload plugin |
└─ list |
— | — | Send list of vanished players |
/tempvanish |
/tv |
[player] <time> |
Enable vanish for player for selected time |
Permissions (2.3.2):
❌ Permissions
- pv.* – Grants access to all permissions except
pv.autovanish
Plugin Permissions List:
- pv.reload – Allows reloading the plugin
- pv.vanish – Allows toggling vanish mode on or off
- pv.vanishlist – Allows displaying the list of vanished players
- pv.seevanish – Allows seeing players who are in vanish
- pv.vanishothers – Allows toggling vanish for other players
- pv.autovanish – Enables automatic vanish mode when joining the server
- pv.check – Checks if a player is in vanish mode
- pv.info – Displays information about a player's vanish status
- pv.updatenotify – Displays a notification about plugin updates
- pv.help – Shows a help message when no arguments are used with
/pv - pv.checkupdate – Displays a message about available plugin updates
- pv.InteractExempt – Allows bypassing the interaction block restriction
- pv.BuildExempt – Allows bypassing the building block restriction
- pv.BreakExempt – Allows bypassing the block breaking restriction
- pv.MoveExempt – Allows bypassing the movement restriction
- pv.DropExempt – Allows bypassing the item dropping restriction
- pv.broadcastjoin – Allows using
/pv broadcastjointo broadcast join messages - pv.broadcastquit – Allows using
/pv broadcastquitto broadcast quit messages - pv.BedLeaveExempt – Allows bypassing the bed leave restriction
- pv.BedEnterExempt – Allows bypassing the bed enter restriction
- pv.ChangeGamemodeExempt – Allows bypassing the game mode change restriction
- pv.SprintExempt – Allows bypassing the sprint restriction
- pv.tempvanish – Allows enabling temporary vanish mode for yourself
- pv.tempvanishothers – Allows enabling temporary vanish mode for other players
Default config:(2.3.2)
🔧 Config
# PasiVanish configuration file
# Available languages:
# en - English
# pl - Polish
# ru - Русский (Russian)
# it - Italiano
# de - Deutsch
# fr - Français
# es - Español
lang: en
# ==============================
# ======= OPTIONS SECTION ======
# ==============================
Options:
# Whether the player has night vision while vanished
nightvision: false
# Whether vanished players can fly
vanishfly: false
# Whether vanished players are invincible
godmode: false
# Automatically enable vanish mode when joining the server (requires pv.autovanish)
autovanish: false
# Allows opening chests silently (like spectator mode)
silentchest: true
# Invisible effect settings
InvisibleEffect:
enabled: false
amplifier: 1
# Restores vanish state after reconnecting (cancels join/quit messages)
restorevanish: false
# ==============================
# ======== PREVENTIONS =========
# ==============================
Prevent:
# Prevent vanished players from picking up items
pickingitems: false
# Prevent vanished players from attacking others
pvp: false
# Prevent vanished players from building
build: false
# Prevent vanished players from breaking blocks
break: false
# Prevent vanished players from interacting with blocks or entities
interact: false
# Prevent vanished players from moving
move: false
# Prevent vanished players from dropping items
drop: false
bed:
# Prevent entering beds while vanished
enter: false
# Prevent leaving beds while vanished
leave: false
# Prevent changing gamemode while vanished
changegamemode: false
# Prevent sprinting while vanished (currently not working)
sprint: false
# ==============================
# ==== ENABLE VANISH EFFECTS ===
# ==============================
Enable_Vanish_Features:
# Summon lightning when vanish is enabled
Lighting: false
# Launch a firework when vanish is enabled
Firework: false
# Place TNT when vanish is enabled
TnT: false
# Clear potion effects when vanish is enabled
ClearEffects: false
# Heal player when vanish is enabled
Heal: false
# Feed player when vanish is enabled
Feed: false
# Kill player when vanish is enabled
Kill: false
ChangeGamemode:
# Change player gamemode when vanish is enabled
enable: false
# Gamemode to switch to when vanish is enabled
gamemode: spectator # survival, creative, adventure, spectator
# ==============================
# ==== DISABLE VANISH EFFECTS ==
# ==============================
Disable_Vanish_Features:
# Summon lightning when vanish is disabled
Lighting: false
# Launch a firework when vanish is disabled
Firework: false
# Place TNT when vanish is disabled
TnT: false
# Clear potion effects when vanish is disabled
ClearEffects: false
# Heal player when vanish is disabled
Heal: false
# Feed player when vanish is disabled
Feed: false
# Kill player when vanish is disabled
Kill: false
ChangeGamemode:
# Change player gamemode when vanish is disabled
enable: false
# Restore previous gamemode after vanish is disabled
restore_old_gamemode: true
# Default gamemode after vanish is disabled
gamemode: survival # survival, creative, adventure, spectator
# ==============================
# ========= VANISH LEVELS ======
# ==============================
Levels:
# Enable vanish level feature
enable: false
# Default vanish level
default-level: 2
# ==============================
# ========= BROADCASTS =========
# ==============================
Broadcast:
# Enable custom join/leave messages
enabled: true
# Join message
join: "&e{player} joined the game"
# Leave message
leave: "&e{player} left the game"
# ==============================
# ======== ACTIONBAR ===========
# ==============================
Actionbar:
# Enable actionbar message while vanished
enabled: true
# Text displayed on the actionbar
text: "&eYou are invisible to other players"
# ==============================
# ========= BOSSBAR ============
# ==============================
Bossbar:
# Enable bossbar while vanished
enabled: true
# Bossbar color (BLUE, GREEN, PINK, PURPLE, RED, WHITE, YELLOW)
color: "YELLOW"
# Number of segments (1, 6, 8, 12 or 20)
segments: 1
# Bossbar progress (0–1)
progress: 1
# Text displayed on the bossbar
text: "&eYou are invisible to other players"
# ==============================
# ======== TITLES ==============
# ==============================
TitleMessage:
# Enable title messages on vanish toggle
enabled: false
# Title and subtitle when vanish is enabled
On_Title: "Tf542Enabled"
On_SubTitle: "Tf542<underlined>Vanish</underlined>"
On_fadein: 10
On_stay: 60
On_fadeout: 20
# Title and subtitle when vanish is disabled
Off_Title: "&cDisabled"
Off_SubTitle: "&c&nVanish"
Off_fadein: 10
Off_stay: 60
Off_fadeout: 20
# ==============================
# ======== 2STEP CHAT ==========
# ==============================
2StepChat:
# Enable 2-step chat mode
enabled: false
# Enable Paper chat event (recommended)
paper_chat_event: false
# Chat format used in 2StepChat
chat_format: "%luckperms_prefix% &r&7<player> &f>> <message>"
# ==============================
# ============ MORE ============
# ==============================
# Enable automatic update checker
UpdateChecker: true
Thanks for everything
Thanks to everyone who use this plugin, I love you♥️
🎯 Cells
- 10 ✅
- 50 ✅
- 100 ✅
- 200 ✅
- 300 ✅
- 400 ✅ (28.03.2025 22:30)
- 500 ✅ (08.04.2025)
- 600 ✅ (22.04.2025 15:00)
- 700 ✅ (15.05.2025 19:00)
- 800 ✅ (26.05.2025 21:00)
- 900 ✅
- 1000 ✅ (04.07.2025 23:00)
- 1250 ✅ (25.07.2025)
- 1500 ✅ (01.08.2025 23:30)
- 1750 ✅ (13.08.2025)
- 2000 ✅ (13.09.2025)
- 2500 ✅
- 3000 ✅
- 3500 ❌
TOP 1 CELL: TOP 4 VANISH PLUGIN ON MODRINTH AFTER TYPE "Vanish"(NOW 5)


