feat: add bds core, locale updates and safety fixes
This commit is contained in:
@@ -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`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user