automa/minecraft/src
m1ngsama 4ff60014df refactor: improve Minecraft automation scripts
Standardize shebang to #!/usr/bin/env bash
Add descriptive headers to all scripts
Make all scripts executable

Consistent with Unix best practices:
- Portable shebang usage
- Self-documenting code
- Proper file permissions
2025-12-08 10:30:00 +08:00
..
automatic refactor: improve Minecraft automation scripts 2025-12-08 10:30:00 +08:00
mods upload org multi repository clone scripts 2025-11-14 11:08:39 +08:00
README.md upload org multi repository clone scripts 2025-11-14 11:08:39 +08:00

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