Skip to content

Commit e70aaf1

Browse files
fix: updated NanoLimbo
1 parent f225d23 commit e70aaf1

5 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ A video of me going through the guide [can be found here](https://www.youtube.co
5454
8. There should be a `forwarding.secret` file where your Velocity JAR is, take this and put it into your `resources.json` under `velocity-secret`.
5555
9. Run the jar using `java -jar {Insert the JAR file} ISLAND`, this will create an Island server that will latch onto your running proxy.
5656
10. To make other game servers for the other islands merely run the command above again but with different island types, you can see all the possible types [here](https://github.com/Swofty-Developments/HypixelSkyBlock/blob/7df2db59ef0f14281f332d2cf43fdbf8ab09e574/commons/src/main/java/net/swofty/commons/ServerType.java#L4).
57-
11. Download `NanoLimbo.jar` from [here](https://github.com/Swofty-Developments/HypixelSkyBlock/tree/master/configuration), and download its configuration file from the same place. Start it in the background using `java -jar NanoLimbo-1.7-all.jar`.
57+
11. Download `NanoLimbo.jar` from [here](https://github.com/Swofty-Developments/HypixelSkyBlock/tree/master/configuration), and download its configuration file from the same place. Start it in the background using `java -jar NanoLimbo-1.9.1-all.jar`.
5858
12. Download `Minestom.regions.csv` from [here](https://github.com/Swofty-Developments/HypixelSkyBlock/tree/master/configuration) and upload them to the `regions` collection made in your Mongo after starting the server. Once you have done this restart your server.
5959
13. (OPTIONAL) If you wish to have fairy souls, download `Minestom.fairysouls.csv` from [here](https://github.com/Swofty-Developments/HypixelSkyBlock/tree/master/configuration) and upload them to the `fairysouls` collection made in your Mongo after starting the server. Once you have done this restart your server.
6060
14. (OPTIONAL) If you wish to have the Hub crystals (you can also just `/addcrystal`), download `Minestom.crystals.csv` from [here](https://github.com/Swofty-Developments/HypixelSkyBlock/tree/master/configuration) and upload them to the `crystals` collection made in your Mongo after starting the server. Once you have done this restart your server.

configuration/NanoLimbo-1.8.1.jar

-3.62 MB
Binary file not shown.
3.91 MB
Binary file not shown.

configuration/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ screen -dmS SkyBlockCore_ISLAND java --enable-preview -jar SkyBlockCore.jar ISLA
2020
sleep 20
2121
screen -dmS SkyBlockCore_HUB java --enable-preview -jar SkyBlockCore.jar HUB
2222
screen -dmS SkyBlockCore_FARMING java --enable-preview -jar SkyBlockCore.jar THE_FARMING_ISLANDS
23-
screen -dmS NanoLimbo java -jar NanoLimbo-1.8.1.jar
23+
screen -dmS NanoLimbo java -jar NanoLimbo-1.9.1-all.jar
2424
screen -dmS ServiceAPI java -jar ServiceAPI.jar
2525
screen -dmS ServiceAuctionHouse java -jar ServiceAuctionHouse.jar
2626
screen -dmS ServiceBazaar java -jar ServiceBazaar.jar

script/install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ def main():
368368
("Minestom.regions.csv", "configuration/collections/regions.csv"),
369369
("Minestom.fairysouls.csv", "configuration/collections/fairysouls.csv"),
370370
("Minestom.crystals.csv", "configuration/collections/crystals.csv"),
371-
("NanoLimbo-1.8.1.jar", "NanoLimbo.jar"),
371+
("NanoLimbo-1.9.1-all.jar", "NanoLimbo.jar"),
372372
("velocity.toml", "velocity.toml")
373373
]
374374

0 commit comments

Comments
 (0)