Page 1 of 1

Found a new command

PostPosted: Wed Sep 18, 2013 18:10
by lonely
Hello guys!
I found a new command which seems to set the spawn.
It is /set static_spawn but i wanna learn more about this.
Can you teach me anything about this?

-ps: I think this will be my last topic on this forums.

PostPosted: Wed Sep 18, 2013 18:20
by sfan5
/set -n static_spawnpoint <x>,<y>,<z>

PostPosted: Fri Sep 20, 2013 18:51
by PilzAdam
Hybrid Dog wrote:What can I do with the /spawnentity command?

You can spawn an object, e.g. /spawnentity mobs:sheep to spawn a sheep from simple mobs.

PostPosted: Fri Sep 20, 2013 19:06
by Wuzzy
What a coincidence! Yesterday I worked on the Server commands page on the old Minetest wiki: http://wiki.minetest.com/wiki/Server_commands
I hope you will find many anwsers on similar questions there.

I think I included all available commands of vanilla Minetest there.
Please note that this page is on the old wiki. (I was unaware of the new wiki, which is wiki.minetest.net.)

Hybrid Dog wrote:Can I spawn items, too?

Yes. Because, as far I know, items are entities. But I don’t know how to spawn them.

In the dev wiki it says that items are entities of the type “__builtin:item”.

PostPosted: Fri Sep 20, 2013 19:26
by PilzAdam
Hybrid Dog wrote:
PilzAdam wrote:
Hybrid Dog wrote:What can I do with the /spawnentity command?

You can spawn an object, e.g. /spawnentity mobs:sheep to spawn a sheep from simple mobs.
Can I spawn items, too?

Well, you can spawn the object, but you wont get it to represent an item.

PostPosted: Sun Sep 22, 2013 17:19
by lonely
sfan5 wrote:/set -n static_spawnpoint <x>,<y>,<z>


oh, thanks