born and reborn in the same place

Post Reply
User avatar
BrunoMine
Member
Posts: 1082
Joined: Thu Apr 25, 2013 17:29
GitHub: BrunoMine
Location: SP-Brasil
Contact:

born and reborn in the same place

by BrunoMine » Post

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.
My small square universe under construction ... Minemacro
Comunidade Minetest Brasil
www.minetestbrasil.com

User avatar
Menche
Member
Posts: 1001
Joined: Sat Jul 02, 2011 00:43
IRC: Menchers
In-game: Menche
Location: An island in a lava lake.

by Menche » Post

You can set the spawnpoint with this setting:

Code: Select all

static_spawnpoint = x,y,z
Put that in minetest.conf or run

Code: Select all

/set static_spawnpoint x,y,z
in game.
Last edited by Menche on Thu Jul 04, 2013 05:53, edited 1 time in total.
An innocent kitten dies every time you top-post.

User avatar
BrunoMine
Member
Posts: 1082
Joined: Thu Apr 25, 2013 17:29
GitHub: BrunoMine
Location: SP-Brasil
Contact:

by BrunoMine » Post

thank you!
Tell me what mod to create spawn in the house.
The one with the codes:
/ sethome
/ delhome
/ home
please
My small square universe under construction ... Minemacro
Comunidade Minetest Brasil
www.minetestbrasil.com

tinoesroho
Member
Posts: 570
Joined: Fri Feb 17, 2012 21:55
Location: Canada

by tinoesroho » Post

The sethome mod- which I used all the way from dev-0122-2 days is the one you want.

sethome
We are what we create.

I tinker and occasionally make (lousy) mods. Currently building an MMO subgame and updating mods. Pirate Party of Canada member. Sporadic author. 21 years old.

My github:
https://github.com/tinoesroho/

User avatar
BrunoMine
Member
Posts: 1082
Joined: Thu Apr 25, 2013 17:29
GitHub: BrunoMine
Location: SP-Brasil
Contact:

by BrunoMine » Post

I want a message to appear when the player first enters the server. Is there any mod for that?
My small square universe under construction ... Minemacro
Comunidade Minetest Brasil
www.minetestbrasil.com

User avatar
Mossmanikin
Member
Posts: 599
Joined: Sun May 19, 2013 16:26
Location: where we don't speak english.

by Mossmanikin » Post

I'm not sure how exactly this mod works (never tested it), but maybe this one is what you're looking for.

Noob 4 life!
My stuff

User avatar
PilzAdam
Member
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam
Location: Germany

by PilzAdam » Post

brunob.santos wrote:I want a message to appear when the player first enters the server. Is there any mod for that?

Code: Select all

minetest.register_on_newplayer(function(player)
    minetest.chat_send_all(player:get_player_name() .. " is new, say "Hello!"")
end)
(untested)

User avatar
BrunoMine
Member
Posts: 1082
Joined: Thu Apr 25, 2013 17:29
GitHub: BrunoMine
Location: SP-Brasil
Contact:

by BrunoMine » Post

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?
My small square universe under construction ... Minemacro
Comunidade Minetest Brasil
www.minetestbrasil.com

tinoesroho
Member
Posts: 570
Joined: Fri Feb 17, 2012 21:55
Location: Canada

by tinoesroho » Post

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".
We are what we create.

I tinker and occasionally make (lousy) mods. Currently building an MMO subgame and updating mods. Pirate Party of Canada member. Sporadic author. 21 years old.

My github:
https://github.com/tinoesroho/

User avatar
Darkbee
Member
Posts: 51
Joined: Sat Jul 06, 2013 00:48

by Darkbee » Post

Menche wrote:You can set the spawnpoint with this setting:

Code: Select all

static_spawnpoint = x,y,z
Put that in minetest.conf or run

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?
Minetest [mahyntest]
adjective
1. The most superior block sandbox game. Have you played Minetest? It's the minetest!
2. The greatest in quantity. I scored the minetest haul of Mese last night when mining!

User avatar
PilzAdam
Member
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam
Location: Germany

by PilzAdam » Post

Darkbee wrote:
Menche wrote:You can set the spawnpoint with this setting:

Code: Select all

static_spawnpoint = x,y,z
Put that in minetest.conf or run

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

User avatar
BrunoMine
Member
Posts: 1082
Joined: Thu Apr 25, 2013 17:29
GitHub: BrunoMine
Location: SP-Brasil
Contact:

by BrunoMine » Post

/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?
My small square universe under construction ... Minemacro
Comunidade Minetest Brasil
www.minetestbrasil.com

User avatar
BrunoMine
Member
Posts: 1082
Joined: Thu Apr 25, 2013 17:29
GitHub: BrunoMine
Location: SP-Brasil
Contact:

by BrunoMine » Post

as it does to lock my blocks on my server? 'm The node but the players destroy the scenery.
My small square universe under construction ... Minemacro
Comunidade Minetest Brasil
www.minetestbrasil.com

User avatar
BrunoMine
Member
Posts: 1082
Joined: Thu Apr 25, 2013 17:29
GitHub: BrunoMine
Location: SP-Brasil
Contact:

by BrunoMine » Post

like letting the automatic privilege? Not to be giving privilege.
Last edited by BrunoMine on Fri Jul 19, 2013 19:39, edited 1 time in total.
My small square universe under construction ... Minemacro
Comunidade Minetest Brasil
www.minetestbrasil.com

Post Reply

Who is online

Users browsing this forum: No registered users and 12 guests