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
- ~~BroadcastMessages~~ DONE **1.3**
- ~~Hex colors~~ DONE **2.2.8-PRE-5**
- ~~SilentChest~~ DONE **1.3.1**
- ~~UpdateChecker~~ DONE **2.0.7**
- ~~Hide on TabList~~ DONE **1.3.1**
- ~~bstats~~ DONE **2.2**
- ~~Title messages~~ DONE **2.1**
- ~~Placeholders~~ DONE **2.0.8**
- ~~Messages~~ DONE **2.0.8**
- ~~AutoVanish~~ DONE **2.0.2 FF**
- Messages Prefix DONE **2.2.11**
- ~~2StepChat~~ DONE **2.2.9**
- ~~TempVanish~~ DONE **2.2.8-PRE-2**
- ~~RestoreVanish~~ DONE **2.2.9**
- ~~Langs folder~~ DONE **2.2.8-PRE-5**
- ~~Vanish levels~~ DONE **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_total_online% |
Shows total online players count including vanished players |
Undefined |
%pv_vanished_count% |
Shows amount of players currently in vanish mode |
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 |
| `├─ broadcast` | — | ` [player]` | Send fake join/quit message |
| `├─ check` | — | ` [player]` | Check player info |
| `├─ info` | — | — | Send info about plugin |
| `├─ list` | — | — | Send list of vanished players |
| `├─ reload` | — | — | Reload plugin |
| `├─ tempvanish` | `/tempvanish, /tv` | `[player] ` | Enable vanish for selected time |
| `└─ vanish` | `/vanish, /v` | `[player]` | Enable/disable vanish |
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 broadcastjoin` to broadcast join messages
- **pv.broadcastquit** – Allows using `/pv broadcastquit` to 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: "Tf542Vanish"
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 &f>> "
# ==============================
# ============ MORE ============
# ==============================
# Enable automatic update checker
UpdateChecker: true
```
Thanks for everything
Thanks to everyone who use this plugin, I love you♥️
? Cells
1. 10 ✅
1. 50 ✅
1. 100 ✅
1. 200 ✅
1. 300 ✅
1. 400 ✅ (28.03.2025 22:30)
1. 500 ✅ (08.04.2025)
1. 600 ✅ (22.04.2025 15:00)
1. 700 ✅ (15.05.2025 19:00)
1. 800 ✅ (26.05.2025 21:00)
1. 900 ✅
1. 1000 ✅ (04.07.2025 23:00)
1. 1250 ✅ (25.07.2025)
1. 1500 ✅ (01.08.2025 23:30)
1. 1750 ✅ (13.08.2025)
1. 2000 ✅ (13.09.2025)
1. 2500 ✅
1. 3000 ✅
1. 3500 ✅ (05.06.2026)
1. 4000 ❌
# #
**TOP 1 CELL: TOP 4 VANISH PLUGIN ON MODRINTH AFTER TYPE "Vanish"(NOW 5)**
暂无评论,抢个沙发吧~