From 624e7737440298689f7578ac3c11173c56e4d0bb Mon Sep 17 00:00:00 2001 From: mrkrk <61203964+grey-cat-1908@users.noreply.github.com> Date: Sat, 31 Aug 2024 17:18:34 +0300 Subject: [PATCH] version update is still not ready --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec35368..e4f53a5 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ You can configure nearly everything by setting up the following Enviroment Varia | Variable | Description | Value | |---|---|---| | `RAM` | How much RAM do you want to allocate to the server? | `1G` (default) | -| `MC_VERSION` | What version of Minecraft do you want to install? | `1.21.1` (default) | +| `MC_VERSION` | What version of Minecraft do you want to install? | `1.20.4` (default) | | `MC_SERVER` | Which server should be installed automatically? (only `pufferfish`, `purpur`, `paper`, `custom` are supported) | `paper` (default) | | `SSH_PASSWORD` | SSH password | `admin` (default) | | `FORCE_REINSTALL` | Would you like to reinstall your server? `1` - yes; `0` - no | `0` (default) |