Can someone help?
How do you make a spawn point where players respawn?
FOSS gamedev and creative worlds
https://forums.minetest.org/
sfan5 wrote:In minetest.conf:
static_spawnpoint = <x>, <y>, <z>
Players will respawn at that coordiates when they die
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?
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.