Skip to content

Flight Control

TheCommandCraft edited this page Apr 6, 2026 · 3 revisions

Flight Control

Vanish++ can automatically manage flight when a player vanishes or unvanishes.

Enabling / Disabling Auto-Fly

Enable flight when vanishing:
📁 plugins/Vanishpp/config.ymlflight-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.ymlflight-control.unvanish-disable-fly: false
🔧 In-game: /vconfig flight-control.unvanish-disable-fly false
Set to false if your server uses rank-based flight permissions - players who had fly before vanishing will keep it after unvanishing.

🔄 Apply either change with: /vreload

Permission

vanishpp.fly - required for auto-fly on vanish to activate.
Assign via: /vperms <player> vanishpp.fly set

Resync After Events

Flight state is fully restored after:

  • Death and respawn
  • Nether/End portal transitions
  • Gamemode changes (e.g. /gamemode survival while vanished no longer removes flight)

Clone this wiki locally