automa/minecraft/scripts/README.md

11 lines
412 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

```bash
# Structure
minecraft/
├── automatic/
│ ├── deploy.sh # 主部署脚本
│ ├── download-mods.sh # 下载 mods 脚本
│ ├── logger.sh # 日志模块
│ ├── requirements.txt # mods 列表
│ └── server.properties # 服务器配置
└── mods/ # 下载的 mods由脚本管理
```