File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
6166Download 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
6977NanoLimbo 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 `
73813 . Edit generated ` settings.yml ` :
7482 - Set ` type: MODERN `
7583 - Set ` secret: 'YOUR_VELOCITY_SECRET' `
You can’t perform that action at this time.
0 commit comments