1.8 KiB
1.8 KiB
Blockland Pelican Egg
Pelican Panel egg for running Blockland dedicated servers. Uses the rallyblockk/blockland-pelican Docker image.
Files
| File | Description |
|---|---|
egg-blockland.json |
Egg export in JSON format — use this to import into Pelican |
egg-blockland.yaml |
Same egg exported in YAML format from the panel |
How to Import
- Open your Pelican Panel Admin Panel
- Click Eggs in the sidebar
- Choose File (upload
egg-blockland.json) or URL and paste:https://git.ny.daprogs.com/RallyBlock/Blockland-Pelican-Egg/raw/branch/main/egg-blockland.json - Click Submit — Pelican imports and installs the egg, if it doesn't already exist.
- When creating a server, assign the Blockland egg to it.
Requirements
- Pelican Panel installed
- The
rallyblockk/blockland-pelicanDocker image (Pelican pulls it when you create a server) - A Blockland DToken for authentication
Egg Variables
After import, configure these when creating a server:
| Variable | Description |
|---|---|
| bl dtoken | Your DToken from your Steam account (required for hosting) |
| 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) |
Related
- Docker image: rallyblockk/blockland-pelican
- Docker source: Blockland-Docker-Pelican — build or modify the Docker image