#开启功能
enable: false
debug: false
#服务名称 用于服务器显示群消息的前缀
server_name: 群消息
#事件上报地址 (http://localhost:2025/qq)
http_server:
hostname: '0.0.0.0'
port: 2025
#http监听地址
post_server: "http://0.0.0.0:3000"
#监听的群
chat_post_group:
- 111111
command:
enable: true
owners:
- 111111
name: "执行"
# 聊天同步
message:
# 群消息同步到服务器
group_to_server:
enable: false
# 服务器消息同步到群
server_to_group:
enable: false
# 玩家死亡消息同步到群
death:
enable: false