2018-04-13 03:21:43 +02:00
|
|
|
# This file contains settings of Minetest Game that can be changed in
|
|
|
|
# minetest.conf.
|
2014-12-06 12:41:19 +01:00
|
|
|
# By default, all the settings are commented and not functional.
|
|
|
|
# Uncomment settings by removing the preceding #.
|
|
|
|
|
2018-04-13 03:21:43 +02:00
|
|
|
# Whether creative mode (fast digging of all blocks, unlimited resources) should
|
|
|
|
# be enabled.
|
2014-12-06 12:41:19 +01:00
|
|
|
#creative_mode = false
|
|
|
|
|
2016-03-21 22:22:26 +01:00
|
|
|
# Sets the behaviour of the inventory items when a player dies.
|
2018-06-04 01:01:56 +02:00
|
|
|
# bones: Store items in a bone node but drop items if inside protected area.
|
|
|
|
# drop: Drop items on the ground.
|
|
|
|
# keep: Player keeps items.
|
|
|
|
#bones_mode = bones
|
2016-03-21 22:22:26 +01:00
|
|
|
|
2018-04-13 03:21:43 +02:00
|
|
|
# The time in seconds after which the bones of a dead player can be looted by
|
|
|
|
# everyone.
|
|
|
|
# 0 to disable.
|
2014-12-06 12:41:19 +01:00
|
|
|
#share_bones_time = 1200
|
|
|
|
|
2016-02-01 20:27:17 +01:00
|
|
|
# How much earlier the bones of a dead player can be looted by
|
|
|
|
# everyone if the player dies in a protected area they don't own.
|
|
|
|
# 0 to disable. By default it is "share_bones_time" divide by four.
|
|
|
|
#share_bones_time_early = 300
|
|
|
|
|
2018-06-02 09:54:45 +02:00
|
|
|
# Inform player of condition and location of new bones.
|
|
|
|
#bones_position_message = false
|
|
|
|
|
2018-04-13 03:21:43 +02:00
|
|
|
# Whether fire should be enabled. If disabled, 'basic_flame' nodes will
|
|
|
|
# disappear.
|
|
|
|
# 'permanent_flame' nodes will remain with either setting.
|
2016-08-15 22:29:52 +02:00
|
|
|
#enable_fire = true
|
2014-12-06 12:41:19 +01:00
|
|
|
|
2016-12-03 05:54:44 +01:00
|
|
|
# Enable flame sound.
|
|
|
|
#flame_sound = true
|
|
|
|
|
2017-05-07 18:25:53 +02:00
|
|
|
# Whether lavacooling should be enabled.
|
|
|
|
#enable_lavacooling = true
|
|
|
|
|
2018-04-13 03:21:43 +02:00
|
|
|
# Whether the stuff in initial_stuff should be given to new players.
|
2014-12-06 12:41:19 +01:00
|
|
|
#give_initial_stuff = false
|
2018-04-13 03:21:43 +02:00
|
|
|
#initial_stuff = default:pick_steel,default:axe_steel,default:shovel_steel,
|
|
|
|
default:torch 99,default:cobble 99
|
2014-12-06 12:41:19 +01:00
|
|
|
|
2018-04-13 03:21:43 +02:00
|
|
|
# Whether the TNT mod should be enabled.
|
2014-12-06 12:41:19 +01:00
|
|
|
#enable_tnt = <true in singleplayer, false in multiplayer>
|
|
|
|
|
2018-04-13 03:21:43 +02:00
|
|
|
# The radius of a TNT explosion.
|
2014-12-06 12:41:19 +01:00
|
|
|
#tnt_radius = 3
|
2015-08-14 04:00:32 +02:00
|
|
|
|
|
|
|
# Enable the stairs mod ABM that replaces the old 'upside down'
|
|
|
|
# stair and slab nodes in old maps with the new param2 versions.
|
|
|
|
#enable_stairs_replace_abm = false
|
2015-05-14 18:57:41 +02:00
|
|
|
|
2018-04-13 03:21:43 +02:00
|
|
|
# Whether to allow respawning in beds.
|
|
|
|
# Default value is true.
|
2015-05-14 18:57:41 +02:00
|
|
|
#enable_bed_respawn = true
|
|
|
|
|
2018-04-13 03:21:43 +02:00
|
|
|
# Whether players can skip night by sleeping.
|
|
|
|
# Default value is true.
|
2015-05-14 18:57:41 +02:00
|
|
|
#enable_bed_night_skip = true
|
2018-04-13 03:21:43 +02:00
|
|
|
|
2019-09-16 22:38:02 +02:00
|
|
|
# If enabled, fences and walls cannot be jumped over.
|
|
|
|
#enable_fence_tall = false
|
|
|
|
|
2018-04-13 03:21:43 +02:00
|
|
|
# Whether the engine's spawn search, which does not check for a suitable
|
|
|
|
# starting biome, is used.
|
|
|
|
# Default value is false.
|
|
|
|
#engine_spawn = false
|
2019-09-12 01:46:40 +02:00
|
|
|
|
|
|
|
# Whether river water source nodes create flowing sounds.
|
|
|
|
# Helps rivers create more sound, especially on level sections.
|
|
|
|
#river_source_sounds = false
|
2019-12-18 23:32:09 +01:00
|
|
|
|
2022-04-02 09:35:36 +02:00
|
|
|
# Enable cloud and shadow intensity variation by the 'weather' mod.
|
2019-12-18 23:32:09 +01:00
|
|
|
# Non-functional in V6 or Singlenode mapgens.
|
|
|
|
#enable_weather = true
|
2022-05-06 20:04:55 +02:00
|
|
|
|
|
|
|
# If enabled, non-player actions are logged
|
|
|
|
#log_non_player_actions = false
|