Difference between revisions of "Template:Bed"

From Minetest Wiki
Jump to navigation Jump to search
m (remove empty line)
m (Add language bar into noinclude of template)
Line 1: Line 1:
 +
<noinclude>
 +
{{languages}}
 +
</noinclude>
 +
 
== 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.

Revision as of 13:30, 28 April 2017

Languages Language: English • Deutsch • français


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

Available minetest.conf settings:

  • enable_bed_respawn: Set to false to disable the respawning at beds. Default: true
  • enable_bed_night_skip: Set to false to disable skipping nights when using beds. Default: true