automa/minecraft
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
..
configs update minecraft compose file and some specific config 2025-11-12 15:33:22 +08:00
extras update minecraft compose file and some specific config 2025-11-12 15:33:22 +08:00
src refactor: improve Minecraft automation scripts 2025-12-08 10:30:00 +08:00
.env update minecraft compose file and some specific config 2025-11-12 15:33:22 +08:00
docker-compose.yml update minecraft compose file and some specific config 2025-11-12 15:33:22 +08:00
README.md update minecraft compose file and some specific config 2025-11-12 15:33:22 +08:00

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 自动下载模组