进一步完善服务器功能,添加远程命令系统,踢人系统

This commit is contained in:
2025-08-15 13:20:01 +08:00
parent ea42a1563d
commit 4bc5673726
99 changed files with 24189 additions and 552 deletions

View File

@@ -1,5 +1,7 @@
# Game Server Dependencies
colorama>=0.4.6 # For colored terminal output
pymongo>=4.6.0 # MongoDB driver for Python
schedule>=1.2.0 # Task scheduling for special farm management
websockets>=11.0.3 # WebSocket server for remote console API
# Email Requirements
# Standard library dependencies are not listed (socket, threading, json, etc.)