Skip to content

Chat Module

Handles chat formatting, local chat radius, shout/question modes, and Paper chat event integration.

Enable

yaml
modules:
  chat:
    enabled: true

Configuration

config/chat.yml — see chat.yml reference

Commands

CommandPermissionDescription
/toggleshout [player] [on|off]essentials.toggleshoutToggle shout mode

Permissions

PermissionDescription
essentials.chat.colorUse color codes in chat
essentials.chat.formatUse format codes in chat
essentials.chat.shoutSend global shout messages (! prefix)
essentials.chat.questionSend question messages (? prefix)
essentials.chat.localSend local chat messages
essentials.chat.spySpy on all chat regardless of radius

Paper Chat Events

On Paper 1.16.5+, EssentialsY can use Paper's modern chat event system:

yaml
chat:
  paper-chat-events: true


Required for hover/click events in chat. Requires a server restart to change.

GPL-3.0 Licensed · EssentialsY by SushiMC