Page 1 of 1

Can someone help?

PostPosted: Wed Sep 25, 2013 03:38
by clarksallador
How do you make a spawn point where players respawn?

PostPosted: Wed Sep 25, 2013 05:54
by sfan5
In minetest.conf:
static_spawnpoint = <x>, <y>, <z>

Players will respawn at that coordiates when they die

PostPosted: Wed Sep 25, 2013 07:44
by clarksallador
sfan5 wrote:In minetest.conf:
static_spawnpoint = <x>, <y>, <z>

Players will respawn at that coordiates when they die

Even when they join?

PostPosted: Wed Sep 25, 2013 07:49
by Calinou
clarksallador wrote:
sfan5 wrote:In minetest.conf:
static_spawnpoint = <x>, <y>, <z>

Players will respawn at that coordiates when they die

Even when they join?


When they die or they first join. If they already joined before you set or change the spawn position, they will stay where they disconnected.

PostPosted: Wed Sep 25, 2013 08:03
by clarksallador
Calinou wrote:
clarksallador wrote:
sfan5 wrote:In minetest.conf:
static_spawnpoint = <x>, <y>, <z>

Players will respawn at that coordiates when they die

Even when they join?


When they die or they first join. If they already joined before you set or change the spawn position, they will stay where they disconnected.

Thank you sir ^_^