配置文件
Server chat format:允许修改聊天的格式和消息位置,支持以下占位符- {title} 、 {message}
其他信息:可以修改颜色或字号等内容。
JSON:
{
"Chat icon (SteamID64)": 0,
"Messages to not modify": [
"gave",
"restarting"
],
"Title Settings": {
"Title": "Server",
"Colour": "white",
"Size": 15
},
"Message Settings": {
"Colour": "white",
"Size": 15
},
"Format": {
"Server chat format": "{title} {message}"
}
}