Posts: 4
Threads: 1
Joined: Nov 2017
Thanks: 0
Given 0 thank(s) in 0 post(s)
Hi!
I installed cuberite on my Raspberry Pi 3 with DietPi. It shows up in minecraft and I can use the web interface.
But I already have a 99 MB map I would like to use. How do I replace the standard world with my own? Is it possible with the web interface?
Posts: 4
Threads: 1
Joined: Nov 2017
Thanks: 0
Given 0 thank(s) in 0 post(s)
Thank you!
That worked. I used a samba share to copy the region files after I stopped cuberite.
But now I have another problem: When I first enter my world I always end up with a black screen. So I figured out I can teleport myself to working coordinates. Great. But when I die I have to repeat this because I always start with a black screen - again.
I tried setting the coordinates in the settings.ini and tried the command /setspawn X Y Z but with no luck. Any idea how to set the spawn coordinates for me and for new players for death and initial spawn in the world?
Thank you!
Posts: 4
Threads: 1
Joined: Nov 2017
Thanks: 0
Given 0 thank(s) in 0 post(s)
.... and another thing: I can not enter The Nether. ...
Posts: 6,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 post(s)
/setspawn should work for you, assuming that you have the needed privileges. The black screen is most likely caused by the spawn coords being set inside the terrain.
To change the spawn coords for new players, you need to edit world.ini in the world folder (the coords are world-specific).
As for the Nether, no idea there. Is there an error message in the console or in-game when you attempt to go to the Nether? Or maybe some message upon server startup, saying that the Nether is disabled? Does the server prepare the Nether world upon startup?
Posts: 6,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 post(s)
If for some reason /setspawn doesn't work, you can always edit the player data file - in the "players" folder there's a bunch of subfolders and in each a bunch of .json files, each corresponding to one player (based on their UUID); open them in notepad and change the SpawnX, SpawnY, SpawnZ coords in there. There's also a "lastknownname" somewhere in that file, specifying the player name, to help you locate the correct file.