Document `share_bones_time_early`
[oweals/minetest_game.git] / minetest.conf.example
1 # This file contains settings of Minetest Game that can be changed in minetest.conf
2 # By default, all the settings are commented and not functional.
3 # Uncomment settings by removing the preceding #.
4
5 # Whether creative mode (fast digging of all blocks, unlimited resources) should be enabled
6 #creative_mode = false
7
8 # The time in seconds after which the bones of a dead player can be looted by everyone
9 # 0 to disable
10 #share_bones_time = 1200
11
12 # How much earlier the bones of a dead player can be looted by
13 # everyone if the player dies in a protected area they don't own.
14 # 0 to disable. By default it is "share_bones_time" divide by four.
15 #share_bones_time_early = 300
16
17 # Whether standard fire should be disabled ('basic flame' nodes will disappear)
18 # 'permanent flame' nodes will remain with either setting
19 #disable_fire = false
20
21 # Whether steel tools, torches and cobblestone should be given to new players
22 #give_initial_stuff = false
23
24 # Whether the TNT mod should be enabled
25 #enable_tnt = <true in singleplayer, false in multiplayer>
26
27 # The radius of a TNT explosion
28 #tnt_radius = 3
29
30 # Enable the stairs mod ABM that replaces the old 'upside down'
31 # stair and slab nodes in old maps with the new param2 versions.
32 #enable_stairs_replace_abm = false
33
34 # Whether you allow respawning in beds
35 # Default value is true
36 #enable_bed_respawn = true
37
38 # Whether players can skip night by sleeping
39 # Default value is true
40 #enable_bed_night_skip = true