Update README.md

This commit is contained in:
2026-03-07 20:17:59 -05:00
parent 94f46e2126
commit f6220875f5

View File

@@ -7,19 +7,18 @@ Pelican Panel egg for running Blockland dedicated servers. Uses the [rallyblockk
| File | Description |
|------|-------------|
| `egg-blockland.json` | Egg export in JSON format — use this to import into Pelican |
| `egg-blockland.yaml` | Same egg in YAML format — for reference or editing |
| `egg-blockland.yaml` | Same egg exported in YAML format from the panel |
## How to Import
1. Open your Pelican Panel **Admin Panel**
2. Go to **Eggs** in the sidebar
3. Click **Import** (top right)
4. Either:
- **Upload** the `egg-blockland.json` file, or
- **Paste a URL** if you host the JSON somewhere (e.g. GitHub raw link)
5. Select the **nest** to add the egg to
6. Click **Import**
2. Click **Eggs** in the sidebar
3. 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
```
4. Click **Submit** — Pelican imports and installs the egg, if it doesn't already exist.
5. When creating a server, assign the Blockland egg to it.
## Requirements
@@ -42,3 +41,5 @@ After import, configure these when creating a server:
## Related
- **Docker image**: [rallyblockk/blockland-pelican](https://hub.docker.com/r/rallyblockk/blockland-pelican)
- **Egg repository**: [Blockland-Pelican-Egg](https://git.ny.daprogs.com/RallyBlock/Blockland-Pelican-Egg)
- **Docker source**: [Blockland-Docker-Pelican](https://git.ny.daprogs.com/RallyBlock/Blockland-Docker-Pelican) — build or modify the Docker image