Skip to content

Setup Advisor

TheCommandCraft edited this page Apr 6, 2026 · 2 revisions

Setup Advisor

On every startup, Vanish++ scans the active configuration and warns you about potential problems.

What It Checks

Condition Warning
hooks.simple-voice-chat.enabled: true but plugin not installed Hook enabled, dependency missing
hooks.essentials.simulate-join-leave: true but EssentialsX not installed Hook enabled, dependency missing
A message contains %placeholder% but PlaceholderAPI not installed PAPI placeholder used without PAPI
ProtocolLib is missing Stealth features unavailable

Where Warnings Appear

  • Server console on startup
  • In-chat for all players with vanishpp.see on their next login

Silencing the ProtocolLib Warning

/vignore

To silence it for another player:
/vignore <player>
Requires permission: vanishpp.ignorewarning.others

Other warnings resolve automatically once the underlying issue is fixed (install the missing plugin or correct the config key).

Clone this wiki locally