We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Server crashes after trying to generate a new world.
A new world generated.
Server crashes
https://gist.github.com/Noroda/5d089d2b67b5fc4169e1ef51c4e4b5c1
The text was updated successfully, but these errors were encountered:
Create worlds is synchronous, it means the server main thread will wait until the world is finished and the spawn chunks are generated.
Also according to your error log, maybe one of your SkBee / Skript scripts try to create the world and cause the lag.
Sorry, something went wrong.
No branches or pull requests
Checklist
What behaviour is observed?
Server crashes after trying to generate a new world.
Expected behaviour
A new world generated.
To Reproduce
Spark profiler link
Server crashes
Error log (if applicable)
https://gist.github.com/Noroda/5d089d2b67b5fc4169e1ef51c4e4b5c1
The text was updated successfully, but these errors were encountered: