๐Ÿ“ขServer Messages

Server messages control join, quit, death messages, automatic announcements, and chat clearing. Configuration is in features/servermessages.yml.

Join Messages

join:
  enabled: true
  public: true  # Show to all players
  format: "<green>+ <white>{player} <gray>has joined the server"
  first-join:
    enabled: true
    format: "<gold>Welcome <yellow>{player} <gold>to the server for the first time!"
Setting
Description

enabled

Enable/disable join messages

public

If true, broadcast to all players. If false, show only to the joining player

format

MiniMessage-formatted message. {player} is replaced with the player's name

first-join.enabled

Show a special message for first-time players

first-join.format

First join message format

Quit Messages

quit:
  enabled: true
  public: true
  format: "<red>- <white>{player} <gray>has left the server"

Death Messages

Placeholder
Description

{player}

Name of the player who died

{killer}

Name of the killer (PvP)

{mob}

Name of the mob that killed the player

Automatic Announcements

Periodic announcements broadcast to the server:

Clear Chat

Settings for the /clearchat command:

Placeholder
Description

{player}

Staff member who cleared chat

{reason}

Reason provided (line is auto-removed if no reason given)

Last updated