Update README.md

This commit is contained in:
2026-03-07 20:56:29 -05:00
parent ed50cf3d12
commit ff61519547

View File

@@ -33,10 +33,11 @@ When creating a server, you can assign additional environment variables. The one
| Variable | Description |
|----------|-------------|
| **bl dtoken** | Your DToken from your Steam account (required for hosting) |
| **bl gamemode** | The name of the gamemode to launch with (default: Custom) |
| **bl patch enable** | Patches Blockland.exe with RedBlocklandLoader for WineFix (default: 1) |
| **bl port** | Server port (defaults to `{{SERVER_PORT}}` from Pelican) |
| **bl unzip addons** | Unzips .zip add-ons on startup (default: 0) |
| **bl inst force** | Forces full game install on each launch (default: 0) |
| **bl inst force** | Forces a full game reinstall on every launch. Turn off BL_UNZIP_ADDONS when using this—the reinstall restores .zip files to Add-Ons, then unzip fails because the extracted folders already exist from the previous run. (default: 0) |
## Related