Skip to content

For administrators of server

LazyCat edited this page Nov 17, 2025 · 2 revisions

🔧 For servers admins.

Here you can found some useful info for Server Administration with LazyChat

💾 Chat loging.

By default, plugin logs every player message in console for server.

⚙ Configuring plugin.

That's very easy with plugin config! # Local chat radius local-chat-radius: 100

# Prefix for global chat (By default and most popular - "!")
global-chat-prefix: "!"

# log messages to console (by default on true)
enable-console-logging: true

# Messages examples. Placeholders: {player} - player-nickname, {message} - message, {prefix} - prefix from LuckyPerms (AT THIS MOMENT NOT SUPPORTED)
# Example for global message.
global-chat-format: "<dark_gray>|<green>G</green>|</dark_gray> <gold>{player}</gold> <gray>>>></gray> <white>{message}</white>"
# Example for local message.
local-chat-format: "<dark_gray>|<blue>L</blue>|</dark_gray> <gold>{player}</gold> <gray>>>></gray> <white>{message}</white>"

Clone this wiki locally