06-22-2017, 01:28 AM
(This post was last modified: 06-22-2017, 01:32 AM by Seadragon91.)
Thanks, now I see whats wrong. The world is nullptr and looking into the settings.ini from the zip file you have this lines:
You have twice the world standard here and this is wrong. Still the server should not crash and this has to be fixed.
As a workaround now remove the line:
World=standard
Code:
[Worlds]
DefaultWorld=standard
World=world_nether
World=world_the_end
World=standard
You have twice the world standard here and this is wrong. Still the server should not crash and this has to be fixed.
As a workaround now remove the line:
World=standard