SayanVanish
  • Introduction
  • Installation
  • Configuration
    • settings.yml
    • database.yml
    • <feature>.yml
  • Commands And Permissions
  • Placeholders
  • Features
    • Bukkit
      • Hooks
        • Citizens
        • DiscordSRV
        • Essentials
        • MiniPlaceholders
        • Pl3xMap
        • PlaceholderAPI
        • SquareMap
        • dynmap
        • TAB
        • LuckPerms
      • Prevent
        • Advancement Announce
        • Block Break
        • Block Grief
        • Block Place
        • Chat
        • Creature Target
        • Damage
        • Interact
        • Pickup
        • Push
        • Raid Trigger
        • Sculk Sensor
        • Server Ping
        • Spawner Spawn
        • Tab Complete
        • Food Level Change
      • Actionbar
      • Effect
      • Fake Message
      • Fly
      • Inventory Inspect
      • Invulnerability
      • Level
      • Proxy Vanish Queue
      • Silent Container
      • Sneak Toggle GameMode
      • State
      • Update
    • Proxy
      • Velocity
        • Hook
          • AdvancedServerList
          • EnhancedVelocity
          • MiniPlaceholders
          • TAB
          • Velocitab
          • LuckPerms
        • Prevent
          • Tab Complete
        • Sync Events
        • Update
        • Update Ping
      • Bungeecord
  • API
    • How It Works?
    • How to Use the API
    • Events
  • FAQ
  • Supported Plugins
Powered by GitBook
On this page
  1. Features
  2. Bukkit

Fake Message

This feature sends fake join and quit messages for vanished players.

FeatureFakeMessage

Parameter
Description
Default Value
Possible Values

sendFakeJoinMessage

Whether to send a fake join message

false

true, false

sendFakeQuitMessage

Whether to send a fake quit message

false

true, false

fakeJoinMessage

The fake join message to send

<yellow><player> joined the game

Any string

fakeQuitMessage

The fake quit message to send

<yellow><player> left the game

Any string

disableJoinMessageIfVanished

Disable the join message if the player is vanished

true

true, false

disableQuitMessageIfVanished

Disable the quit message if the player is vanished

true

true, false

`useLegacyFormatter`

Use legacy ampersand (&) color formatting instead of MiniMessage one

`false`

`true`, `false`

PreviousEffectNextFly

Last updated 4 months ago