Replies: 1 comment
-
|
这个较难实现, 两子服机器人不能互相通信 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
目前在多子服架构的服务器中,当玩家在QQ群发送查询命令(如
/tps)时,系统会为每个子服分别发送独立的消息到QQ群。例如:存在问题:
改进建议:
实现查询结果的聚合化显示功能,将所有子服的状态信息整合到单一消息中发送,并支持自定义显示格式。例如:
功能价值:
Beta Was this translation helpful? Give feedback.
All reactions