-
Notifications
You must be signed in to change notification settings - Fork 0
For administrators of server
LazyCat edited this page Nov 17, 2025
·
2 revisions
Here you can found some useful info for Server Administration with LazyChat
By default, plugin logs every player message in console for server.
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>"