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