Skip to content
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

MultiWorld plugins world generation issues #194

Open
3 of 4 tasks
Noroda opened this issue Jan 6, 2025 · 1 comment
Open
3 of 4 tasks

MultiWorld plugins world generation issues #194

Noroda opened this issue Jan 6, 2025 · 1 comment
Labels
question Question related, not a bug

Comments

@Noroda
Copy link

Noroda commented Jan 6, 2025

Checklist

What behaviour is observed?

Server crashes after trying to generate a new world.

Expected behaviour

A new world generated.

To Reproduce

  1. Install any multiworld plugin
  2. Attempt to create a new world
  3. Get timed out and logs spammed with an error

Spark profiler link

Server crashes

Error log (if applicable)

https://gist.github.com/Noroda/5d089d2b67b5fc4169e1ef51c4e4b5c1

@Noroda Noroda added the bug Something isn't working label Jan 6, 2025
@Dreeam-qwq Dreeam-qwq added More information needed Waiting response and provide more information question Question related, not a bug and removed bug Something isn't working More information needed Waiting response and provide more information labels Jan 8, 2025
@Dreeam-qwq
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Question related, not a bug
Projects
None yet
Development

No branches or pull requests

2 participants