Join Message (Expression) — Skript

Addon: Skript · Category: Expression · Since: 1.4.9

Syntax

[the] (join|log[ ]in)( |-)message

Description

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

Examples

on first join:
	set the join message to "Welcome %player% to our awesome server!"
on join:
	player has played before
	set the join message to "Welcome back, %player%!"

View source