Vanish

πŸ‘» Vanish Settings

The vanish feature lets staff go invisible to other players. While vanished, you can configure a custom suffix that appears on the name tag and tab listβ€”as long as tab list modifications are enabled.


πŸ”§ Configuration Example

vanish:
  tab: true
  tag: " &f[&b&lV&f]"
  leave: "&e%player% left the game"
  join: "&e%player% joined the game"

πŸ“ Explanation

Option
Description

tab

If set to true, the vanish tag will appear in the tab list.

tag

A suffix that is added to the player's name when vanished.

leave

Message sent to chat when a player enables vanish (simulating a leave).

join

Message sent to chat when a player disables vanish (simulating a join).


🚫 Disabling Messages

If you don't want to send a fake leave or join message, simply set the field to "null":

In the example above, the leave message is disabled, so nothing will be broadcast when a player vanishes.

Last updated