-
Notifications
You must be signed in to change notification settings - Fork 3
Flight Control
Vanish++ can automatically manage flight when a player vanishes or unvanishes.
Enable flight when vanishing:
📁plugins/Vanishpp/config.yml→flight-control.vanish-enable-fly: false
🔧 In-game:/vconfig flight-control.vanish-enable-fly false
Also requires permission:vanishpp.fly
Disable flight when unvanishing:
📁plugins/Vanishpp/config.yml→flight-control.unvanish-disable-fly: false
🔧 In-game:/vconfig flight-control.unvanish-disable-fly false
Set tofalseif your server uses rank-based flight permissions - players who had fly before vanishing will keep it after unvanishing.
🔄 Apply either change with: /vreload
vanishpp.fly- required for auto-fly on vanish to activate.
Assign via:/vperms <player> vanishpp.fly set
Flight state is fully restored after:
- Death and respawn
- Nether/End portal transitions
- Gamemode changes (e.g.
/gamemode survivalwhile vanished no longer removes flight)