Page 1 of 1

born and reborn in the same place

PostPosted: Thu Jul 04, 2013 04:04
by BrunoMine
sorry. I know I already responded to this question but I did not find the topic.
How does the player to start the server at a specific point? And reappear in the same spot too.

PostPosted: Thu Jul 04, 2013 05:52
by Menche
You can set the spawnpoint with this setting:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
static_spawnpoint = x,y,z

Put that in minetest.conf or run
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
/set static_spawnpoint x,y,z
in game.

PostPosted: Fri Jul 05, 2013 18:42
by BrunoMine
thank you!
Tell me what mod to create spawn in the house.
The one with the codes:
/ sethome
/ delhome
/ home
please

PostPosted: Fri Jul 05, 2013 21:04
by tinoesroho
The sethome mod- which I used all the way from dev-0122-2 days is the one you want.

sethome

PostPosted: Tue Jul 09, 2013 23:22
by BrunoMine
I want a message to appear when the player first enters the server. Is there any mod for that?

PostPosted: Tue Jul 09, 2013 23:45
by Mossmanikin
I'm not sure how exactly this mod works (never tested it), but maybe this one is what you're looking for.

PostPosted: Wed Jul 10, 2013 00:08
by PilzAdam
brunob.santos wrote:I want a message to appear when the player first enters the server. Is there any mod for that?

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
minetest.register_on_newplayer(function(player)
    minetest.chat_send_all(player:get_player_name() .. " is new, say "Hello!"")
end)

(untested)

PostPosted: Wed Jul 10, 2013 16:56
by BrunoMine
Mossmanikin wrote:I'm not sure how exactly this mod works (never tested it), but maybe this one is what you're looking for.


Just explain to me how to create this mod. You must create a folder? What is the name of the folder?

PostPosted: Wed Jul 10, 2013 20:38
by tinoesroho
In older days, there was a MOTD line in minetest.conf. I'm not sure if it's still there, but this should work: /set MOTD "herp derp derp".

PostPosted: Thu Jul 11, 2013 13:45
by Darkbee
Menche wrote:You can set the spawnpoint with this setting:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
static_spawnpoint = x,y,z

Put that in minetest.conf or run
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
/set static_spawnpoint x,y,z
in game.


So is the static_spawnpoint is global for all worlds, or is it world specific if you do it in-game?

PostPosted: Thu Jul 11, 2013 14:01
by PilzAdam
Darkbee wrote:
Menche wrote:You can set the spawnpoint with this setting:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
static_spawnpoint = x,y,z

Put that in minetest.conf or run
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
/set static_spawnpoint x,y,z
in game.


So is the static_spawnpoint is global for all worlds, or is it world specific if you do it in-game?

Its always in the global minetest.conf

PostPosted: Fri Jul 12, 2013 01:30
by BrunoMine
/clearobjects
This command is useful in case of a crash by mobs?
The mod npcs simple_mobs caught my server and let slow. This command can unlock the server?

PostPosted: Tue Jul 16, 2013 21:42
by BrunoMine
as it does to lock my blocks on my server? 'm The node but the players destroy the scenery.

PostPosted: Fri Jul 19, 2013 19:39
by BrunoMine
like letting the automatic privilege? Not to be giving privilege.