2016-09-23 18:55:16 +02:00
|
|
|
# This file contains settings of minetest_game that can be changed in
|
|
|
|
# minetest.conf
|
|
|
|
|
|
|
|
# In creative mode players are able to dig all kind of blocks nearly
|
|
|
|
# instantly, and have access to unlimited resources.
|
|
|
|
# Some of the functionality is only available if this setting is present
|
|
|
|
# at startup.
|
|
|
|
creative_mode (Creative mode) bool false
|
|
|
|
|
|
|
|
# Flammable nodes will be ignited by nearby igniters. Spreading fire may
|
|
|
|
# cause severe destruction.
|
|
|
|
# Spreading fire nodes will disappear when fire is disabled, but
|
|
|
|
# 'permanent_flame' nodes are unaffected.
|
|
|
|
enable_fire (Fire) bool true
|
|
|
|
|
2016-12-03 05:54:44 +01:00
|
|
|
# Enable flame sound.
|
|
|
|
flame_sound (Flame sound) bool true
|
|
|
|
|
2017-05-07 18:25:53 +02:00
|
|
|
# Enable lavacooling.
|
|
|
|
enable_lavacooling (Lavacooling) bool true
|
|
|
|
|
2016-09-23 18:55:16 +02:00
|
|
|
# If enabled, steel tools, torches and cobblestone will be given to new
|
|
|
|
# players.
|
|
|
|
give_initial_stuff (Give initial items) bool false
|
|
|
|
|
|
|
|
# If enabled, players respawn at the bed they last lay on instead of normal
|
|
|
|
# spawn.
|
|
|
|
# This setting is only read at startup.
|
|
|
|
enable_bed_respawn (Respawn at bed) bool true
|
|
|
|
|
|
|
|
# If enabled, the night can be skipped if more than half of the players are
|
|
|
|
# in beds.
|
|
|
|
enable_bed_night_skip (Skip night when sleeping) bool true
|
|
|
|
|
2019-09-16 22:38:02 +02:00
|
|
|
# If enabled, fences and walls cannot be jumped over.
|
|
|
|
enable_fence_tall (Tall fences and walls) bool false
|
|
|
|
|
2016-09-23 18:55:16 +02:00
|
|
|
# When TNT explodes, it destroys nearby nodes and damages nearby players.
|
|
|
|
# This setting is disabled by default on servers.
|
|
|
|
enable_tnt (TNT) bool true
|
|
|
|
|
|
|
|
# The radius in which nodes will be destroyed by a TNT explosion.
|
|
|
|
tnt_radius (TNT radius) int 3 0
|
|
|
|
|
2018-06-04 01:01:56 +02:00
|
|
|
# Sets the behaviour of the inventory items when a player dies.
|
|
|
|
# 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 mode) enum bones bones,drop,keep
|
|
|
|
|
2016-09-23 18:55:16 +02:00
|
|
|
# The time in seconds after which the bones of a dead player can be looted
|
|
|
|
# by everyone.
|
|
|
|
# Setting this to 0 will disable sharing of bones completely.
|
2018-06-04 01:01:56 +02:00
|
|
|
share_bones_time (Bones share time) int 1200 0
|
|
|
|
|
|
|
|
# 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 (Earlier bones share time) int 300 0
|
2016-09-23 18:55:16 +02:00
|
|
|
|
2018-06-02 09:54:45 +02:00
|
|
|
# Inform player of condition and location of new bones.
|
|
|
|
bones_position_message (Inform player about bones) bool false
|
|
|
|
|
2016-09-23 18:55:16 +02:00
|
|
|
# Replaces old stairs with new ones. Only required for older worlds.
|
|
|
|
enable_stairs_replace_abm (Replace old stairs) bool false
|
2018-04-13 03:21:43 +02:00
|
|
|
|
|
|
|
# If enabled, use the engine's spawn search which does not check for a
|
|
|
|
# suitable starting biome.
|
|
|
|
engine_spawn (Use engine spawn search) bool 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 (River source node sounds) bool false
|
2019-10-15 01:38:41 +02:00
|
|
|
|
2022-04-02 09:35:36 +02:00
|
|
|
# Enable cloud and shadow intensity variation by the 'weather' mod.
|
2019-10-15 01:38:41 +02:00
|
|
|
# Non-functional in V6 or Singlenode mapgens.
|
|
|
|
enable_weather (Enable weather) bool true
|
2022-05-06 20:04:55 +02:00
|
|
|
|
|
|
|
# If enabled, non-player actions are logged
|
|
|
|
log_non_player_actions (Log non-player action) bool false
|