Skip to content

Commit a1393f5

Browse files
authored
Revise game server setup documentation
Updated file structure and installation instructions for game servers.
1 parent 41f0832 commit a1393f5

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

website/docs/setup/game-servers.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ gameserver/
2121
│ │ ├── hypixel_skyblock_hub/
2222
│ │ └── hypixel_skyblock_island_template/
2323
│ ├── items/
24-
│ ├── collection/
24+
│ ├── levels/
25+
│ ├── pack_texturess/ # Optional
26+
│ ├── reforges/
27+
│ ├── items/
28+
│ ├── skills/
2529
│ └── songs/ # Optional
2630
├── hypixel_prototype_lobby/ # In configuration folder
2731
```
@@ -60,16 +64,19 @@ Extract the world files download and place them:
6064

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

67+
- `skills/` folder → `configuration/skyblock/skills/`
68+
- `levels/` folder → `configuration/skyblock/levels/`
69+
- `reforges/` folder → `configuration/skyblock/reforges/`
6370
- `items/` folder → `configuration/skyblock/items/`
64-
- `collection/` folder → `configuration/skyblock/collection/`
71+
- `collections/` folder → `configuration/skyblock/collections/`
6572
- `songs/` folder → `configuration/skyblock/songs/` (optional)
6673

6774
### 5. Setup NanoLimbo
6875

6976
NanoLimbo handles players during server transfers:
7077

71-
1. Place `NanoLimbo-1.9.8.jar` in a separate directory
72-
2. Run it once: `java -jar NanoLimbo-1.9.8.jar`
78+
1. Place `NanoLimbo-1.10.2.jar` in a separate directory
79+
2. Run it once: `java -jar NanoLimbo-1.10.2.jar`
7380
3. Edit generated `settings.yml`:
7481
- Set `type: MODERN`
7582
- Set `secret: 'YOUR_VELOCITY_SECRET'`

0 commit comments

Comments
 (0)