Quit Message (Expression) — Skript

Addon: Skript · Category: Expression · Since: 1.4.9

Syntax

[the] (quit|leave|log[ ]out)( |-)message

Description

The message sent to all online players when a player quits the server.

Examples

on quit:
	if {vanish::%player's uuid%} is set:
		clear the quit message
	else:
		set the quit message to "%player% left this server... they will be missed!"

View source