-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when i load into the server i dont load into a skyblock area #2292
Comments
Closing as no information; most likely explanation is you have set up a vanilla server. |
how do I take it off vanilla ? |
I don't know what you've done, so here's a general guide to launching a SF4 server:-
|
when i do ServerStart.bat it starts command log then closes and eula doesn't pop up either |
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 |
If you continue to have an issue, please include the output you get when launching the modified start script. |
Bug Description
Did this behavior use to work in the previous version?
Steps to Reproduce (for bugs)
Logs
World Information
Client Information
Server Information
The text was updated successfully, but these errors were encountered: