Difference between revisions of "Template:Bed"

From Minetest Wiki
Jump to navigation Jump to search
(Created page with "<includeonly> == Description == Beds can be used to skip the night and set the spawn point. To skip the night, simply use the bed. When playing in singleplayer mode...")
 
(fix minor mistakes)
Line 1: Line 1:
<includeonly>
 
 
== Description ==
 
== Description ==
 
Beds can be used to skip the night and set the spawn point. To skip the night, simply [[Using|use]] the bed.
 
Beds can be used to skip the night and set the spawn point. To skip the night, simply [[Using|use]] the bed.
Line 10: Line 9:
 
== Configuration ==
 
== Configuration ==
 
You can disable the respawn at beds by setting <code>enable_bed_respawn = false</code> in minetest.conf.
 
You can disable the respawn at beds by setting <code>enable_bed_respawn = false</code> in minetest.conf.
</includeonly>
 
 
<noinclude>
 
<noinclude>
[[Categoy:Templates]]
+
[[Category:Templates]]
 
</noinclude>
 
</noinclude>

Revision as of 19:18, 13 May 2015

Description

Beds can be used to skip the night and set the spawn point. To skip the night, simply use the bed.

When playing in singleplayer mode the night gets skipped immediately. When playing on server you get shown how many other players are in bed too. When all players are sleeping the night gets skipped as well. Also the night skip can be forced if more than 50% of the players are lying in bed and use this option.

Also the beds change the respawning. If you have slept in bed (means skipped a night) your respawn point is set to the beds location and you will respawn there after death.

Configuration

You can disable the respawn at beds by setting enable_bed_respawn = false in minetest.conf.