DarkPacks / SkyFactory-4

SkyFactory 4 offers a brand-new experience never before seen in the series. Full automation, tech, magic, and bacon resources! This iteration offers over 30+ world types so you can play the pack like never before!
https://minecraft.curseforge.com/projects/skyfactory-4/
133 stars 45 forks source link

when i load into the server i dont load into a skyblock area #2292

Closed natestories closed 6 months ago

natestories commented 6 months ago

Bug Description

Did this behavior use to work in the previous version?

Steps to Reproduce (for bugs)

1. 2. 3.

Logs

World Information

Client Information

Server Information

sam-kirby commented 6 months ago

Closing as no information; most likely explanation is you have set up a vanilla server.

natestories commented 6 months ago

how do I take it off vanilla ?

sam-kirby commented 6 months ago

I don't know what you've done, so here's a general guide to launching a SF4 server:- 1) Download the latest server pack 2) Install Java 8 (64-bit). Note that later versions of Java won't work, and the 32-bit version isn't able to address sufficient memory. Where you get Java depends on your OS, on Windows go here and get "Windows Offline (64-bit)". On Linux use your distribution's package manager. 3) Run the pack installer (Install.bat on Windows or Install.sh on other platforms). 4) Change any settings: set the world type, enable prestige if you want, etc. See the Multiplayer Instructions 5) Run the pack using ServerStart.bat or ServerStart.sh depending on your OS as above.

natestories commented 6 months ago

when i do ServerStart.bat it starts command log then closes and eula doesn't pop up either

sam-kirby commented 6 months ago

This usually indicates the default version of Java in use is not supported. You can either remove conflicting versions of Java or edit the start script to use Java 8 by absolute path, e.g. for Windows and the latest Oracle release of Java 8 you would change (by right clicking and selecting Edit) ServerStart.bat to match the following:

@echo off

call settings.bat

:start_server
echo Starting Server
"C:\Program Files\Java\jre-1.8\bin\java.exe" -Xms%MIN_RAM% -Xmx%MAX_RAM% %JAVA_PARAMETERS% -jar %SERVER_JAR% nogui
pause
exit /B

goto start_server
sam-kirby commented 6 months ago

If you continue to have an issue, please include the output you get when launching the modified start script.