Bed

From Minetest



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

Available bed types