mirror of
https://github.com/m1ngsama/automa.git
synced 2025-12-24 10:51:20 +00:00
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 |
||
|---|---|---|
| .. | ||
| configs | ||
| extras | ||
| src | ||
| .env | ||
| docker-compose.yml | ||
| README.md | ||
Automa Minecraft
mc-fabric-docker/
├── docker-compose.yml
├── .env # 必改:UID、GID、RCON_PASSWORD、TZ
├── mods/ # 放你的所有 mods jar
├── configs/
│ ├── server.properties # 服务器配置
│ ├── whitelist.json # 白名单(示例)
│ └── ops.json # OP(示例)
├── data/ # 自动生成:世界、备份、日志
└── extras/
└── mods.txt # 可选:Modrinth 自动下载模组