Skip to content

Commit 7ce1ac2

Browse files
authored
Merge pull request Swofty-Developments#615 from Merprose2/master
Minor Documentation Fix
2 parents db0c9a0 + b41ebc6 commit 7ce1ac2

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

website/docs/setup/game-servers.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,13 @@ gameserver/
2020
│ ├── islands/
2121
│ │ ├── hypixel_skyblock_hub/
2222
│ │ └── hypixel_skyblock_island_template/
23-
│ ├── items/
2423
│ ├── collection/
24+
│ ├── items/
25+
│ ├── levels/
26+
│ ├── pack_texturess/ # Optional
27+
│ ├── reforges/
28+
│ ├── items/
29+
│ ├── skills/
2530
│ └── songs/ # Optional
2631
├── hypixel_prototype_lobby/ # In configuration folder
2732
```
@@ -60,16 +65,19 @@ Extract the world files download and place them:
6065

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

68+
- `skills/` folder → `configuration/skyblock/skills/`
69+
- `levels/` folder → `configuration/skyblock/levels/`
70+
- `reforges/` folder → `configuration/skyblock/reforges/`
6371
- `items/` folder → `configuration/skyblock/items/`
64-
- `collection/` folder → `configuration/skyblock/collection/`
72+
- `collections/` folder → `configuration/skyblock/collections/`
6573
- `songs/` folder → `configuration/skyblock/songs/` (optional)
6674

6775
### 5. Setup NanoLimbo
6876

6977
NanoLimbo handles players during server transfers:
7078

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

0 commit comments

Comments
 (0)