Skip to content

PlaceholderAPI

TheCommandCraft edited this page Apr 19, 2026 · 3 revisions

PlaceholderAPI

Vanish++ registers its own PlaceholderAPI expansion when PlaceholderAPI is installed. These placeholders can be used in any plugin that supports PAPI - TAB, scoreboards, chat formatters, etc.

Placeholders

Placeholder Example Output Description
%vanishpp_is_vanished% Yes / No Whether the player is currently vanished
%vanishpp_is_vanished_bool% true / false Boolean vanish status for logic/conditions
%vanishpp_vanished_count% 3 Number of currently online vanished players
%vanishpp_visible_online% 15 Total online minus vanished (fake player count)
%vanishpp_prefix% [VANISHED] The configured vanish prefix (empty if visible)
%vanishpp_pickup% Enabled Current item pickup toggle status
%vanishpp_vanished_list% Notch, Herobrine Comma-separated list of online vanished players
%vanishpp_visible_player_list% Steve, Alex Comma-separated list of online non-vanished (visible) players

Notes

  • The TAB plugin does not require PAPI placeholders - it has a native hook. See TAB Plugin.
  • PAPI placeholders work inside scoreboards.yml lines if PlaceholderAPI is installed.
  • The Setup Advisor warns on startup if a PAPI placeholder is used in messages but PAPI is not installed.

Clone this wiki locally