813f19577fad185017a58b72e3c6e18b5a44f95f
[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 the stuff in initial_stuff should be given to new players
22 #give_initial_stuff = false
23 #initial_stuff = default:pick_steel,default:axe_steel,default:shovel_steel,default:torch 99,default:cobble 99
24
25 # Whether the TNT mod should be enabled
26 #enable_tnt = <true in singleplayer, false in multiplayer>
27
28 # The radius of a TNT explosion
29 #tnt_radius = 3
30
31 # Enable the stairs mod ABM that replaces the old 'upside down'
32 # stair and slab nodes in old maps with the new param2 versions.
33 #enable_stairs_replace_abm = false
34
35 # Whether you allow respawning in beds
36 # Default value is true
37 #enable_bed_respawn = true
38
39 # Whether players can skip night by sleeping
40 # Default value is true
41 #enable_bed_night_skip = true