mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Allow customizing chat message format (#8529)
This commit is contained in:
parent
cc610c74a7
commit
d1c27c7e80
10 changed files with 111 additions and 47 deletions
|
@ -1277,6 +1277,11 @@
|
|||
# type: bool
|
||||
# enable_rollback_recording = false
|
||||
|
||||
# Format of player chat messages. The following strings are valid placeholders:
|
||||
# @name, @message, @timestamp (optional)
|
||||
# type: string
|
||||
chat_message_format = <@name> @message
|
||||
|
||||
# A message to be displayed to all clients when the server shuts down.
|
||||
# type: string
|
||||
# kick_msg_shutdown = Server shutting down.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue