分离命令系统

This commit is contained in:
2025-07-22 12:50:52 +08:00
parent 257433a115
commit 02a7e29e52
10 changed files with 1482 additions and 1212 deletions

View File

@@ -41,9 +41,6 @@ check_docker() {
start_server() {
echo "🚀 启动萌芽农场服务器..."
# 创建必要的目录
mkdir -p game_saves config chat
# 检查配置文件是否存在
if [ ! -f "config/crop_data.json" ]; then
echo "⚠️ 警告: 配置文件不存在,请确保 config 目录包含必要的配置文件"