Books: Convert \r to \n
[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 # Sets the behaviour of the inventory items when a player dies.
9 #  "bones": Store all items inside a bone node but drop items if inside protected area
10 #  "drop": Drop all items on the ground
11 #  "keep": Player keeps all items
12 #bones_mode = "bones"
13
14 # The time in seconds after which the bones of a dead player can be looted by everyone
15 # 0 to disable
16 #share_bones_time = 1200
17
18 # How much earlier the bones of a dead player can be looted by
19 # everyone if the player dies in a protected area they don't own.
20 # 0 to disable. By default it is "share_bones_time" divide by four.
21 #share_bones_time_early = 300
22
23 # Whether fire should be enabled. If disabled, 'basic flame' nodes will disappear.
24 # 'permanent flame' nodes will remain with either setting.
25 #enable_fire = true
26
27 # Enable flame sound.
28 #flame_sound = true
29
30 # Whether lavacooling should be enabled.
31 #enable_lavacooling = true
32
33 # Whether the stuff in initial_stuff should be given to new players
34 #give_initial_stuff = false
35 #initial_stuff = default:pick_steel,default:axe_steel,default:shovel_steel,default:torch 99,default:cobble 99
36
37 # Whether the TNT mod should be enabled
38 #enable_tnt = <true in singleplayer, false in multiplayer>
39
40 # The radius of a TNT explosion
41 #tnt_radius = 3
42
43 # Enable the stairs mod ABM that replaces the old 'upside down'
44 # stair and slab nodes in old maps with the new param2 versions.
45 #enable_stairs_replace_abm = false
46
47 # Whether you allow respawning in beds
48 # Default value is true
49 #enable_bed_respawn = true
50
51 # Whether players can skip night by sleeping
52 # Default value is true
53 #enable_bed_night_skip = true