Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions website/docs/setup/game-servers.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,13 @@ gameserver/
│ ├── islands/
│ │ ├── hypixel_skyblock_hub/
│ │ └── hypixel_skyblock_island_template/
│ ├── items/
│ ├── collection/
│ ├── items/
│ ├── levels/
│ ├── pack_texturess/ # Optional
│ ├── reforges/
│ ├── items/
│ ├── skills/
│ └── songs/ # Optional
├── hypixel_prototype_lobby/ # In configuration folder
```
Expand Down Expand Up @@ -60,16 +65,19 @@ Extract the world files download and place them:

Download from [configuration/skyblock](https://github.com/Swofty-Developments/HypixelSkyBlock/tree/master/configuration/skyblock):

- `skills/` folder → `configuration/skyblock/skills/`
- `levels/` folder → `configuration/skyblock/levels/`
- `reforges/` folder → `configuration/skyblock/reforges/`
- `items/` folder → `configuration/skyblock/items/`
- `collection/` folder → `configuration/skyblock/collection/`
- `collections/` folder → `configuration/skyblock/collections/`
- `songs/` folder → `configuration/skyblock/songs/` (optional)

### 5. Setup NanoLimbo

NanoLimbo handles players during server transfers:

1. Place `NanoLimbo-1.9.8.jar` in a separate directory
2. Run it once: `java -jar NanoLimbo-1.9.8.jar`
1. Place `NanoLimbo-1.10.2.jar` in a separate directory
2. Run it once: `java -jar NanoLimbo-1.10.2.jar`
3. Edit generated `settings.yml`:
- Set `type: MODERN`
- Set `secret: 'YOUR_VELOCITY_SECRET'`
Expand Down