feat: add bds core, locale updates and safety fixes

This commit is contained in:
2026-05-31 14:01:34 +03:00
parent d1686355e8
commit c769140913
34 changed files with 1535 additions and 12 deletions

View File

@@ -196,6 +196,32 @@
- `success`
- `failed`
### BDS (`--core bds`)
- Easy:
```bash
sudo bash install.sh --easy --core bds --service tmux-systemd
```
- Non-interactive:
```bash
sudo bash install.sh \
--yes \
--core bds \
--dir /opt/minecraft/bds \
--service systemd \
--mc-version latest \
--accept-license yes \
--firewall yes \
--locale ru
```
Комментарии:
- `--mc-version` для `bds` — это версия Bedrock сервера (`latest` или конкретный номер версии, например `1.21.3.01`).
## Режим обновления
Для обновления уже установленного каталога:
@@ -210,4 +236,3 @@ sudo bash install.sh \
```
Для Java-ядер добавляйте `--accept-eula yes`.