Page 1 of 1

Is there a mod to set a spawn on a minetest server?

PostPosted: Fri Jul 13, 2012 00:14
by madchicken13
Is there a mod to set a spawn on a minetest server?
I need it for my minetest server
RedCrab Has one that lets you use /spawn
if anyone has a idea to where to find that can you please give me a link
Thanks
UbuntuNerd

PostPosted: Fri Jul 13, 2012 02:19
by Menche
To set a spawnpoint, use the "static_spawnpoint = x.y.x" setting in minetest.conf. The /spawn command is from extra commands.

PostPosted: Fri Jul 13, 2012 09:16
by Calinou
/set -n static_spawnpoint x,y,z
Requires "server" privilege; allows setting a static spawnpoint. You can also edit minetest.conf.

[EDIT] There's no "=".

PostPosted: Sun Oct 07, 2012 07:03
by envoyxiphos
what is -n?

PostPosted: Sun Oct 07, 2012 08:15
by PilzAdam
envoyxiphos wrote:what is -n?

-n tells the command that you want to set the setting.