dcb/minetest.conf.example

80 lines
2.0 KiB
Plaintext
Raw Permalink Normal View History

2016-02-15 07:24:13 -08:00
# This file contains settings of DCB that can be changed in
2015-08-03 08:11:20 -07:00
# minetest.conf
#
# By default, all the settings are commented and not functional.
# Uncomment settings by removing the preceding #.
# Whether creative mode (fast digging of all blocks, unlimited resources) should be enabled
#creative_mode = false
# The time in seconds after which the bones of a dead player can be looted by everyone
# 0 to disable
#share_bones_time = 1200
# Whether fire should be disabled (all fire nodes will instantly disappear)
#disable_fire = false
2016-02-15 04:33:29 -08:00
# Whether steel tools, wool, and gold should be given to new players
2015-08-03 08:11:20 -07:00
#give_initial_stuff = false
2016-02-15 07:24:13 -08:00
# Whether the TNT mod should be enabled
2015-08-03 08:11:20 -07:00
#enable_tnt = <true in singleplayer, false in multiplayer>
2016-02-15 07:24:13 -08:00
# The radius of a TNT explosion
2015-08-03 08:11:20 -07:00
#tnt_radius = 3
2015-08-04 17:49:53 -07:00
2016-02-15 07:24:13 -08:00
# Check for disallowednodes priv when igniting TNT
#tnt_requires_priv = false
2015-08-04 20:57:31 -07:00
2016-02-15 07:24:13 -08:00
## Check for fglava priv when placing lava bucket
#lava_requires_priv = false
2015-08-04 20:57:31 -07:00
2016-02-15 07:24:13 -08:00
# Enable beds setting player respawn
#enable_bed_respawn = true
2015-08-04 20:57:31 -07:00
2016-02-15 07:24:13 -08:00
# Replace legacy fences (deprecated)
2015-08-15 15:24:06 -07:00
#replace_legacy_fences = false
2015-08-09 08:09:34 -07:00
2016-02-15 07:24:13 -08:00
# Replace legacy panes (deprecated)
2016-02-15 04:33:29 -08:00
#replace_legacy_panes = false
2015-08-09 08:09:34 -07:00
2016-02-15 07:24:13 -08:00
# Replace legacy walls (deprecated)
2016-02-15 04:33:29 -08:00
#replace_legacy_walls = false
2015-08-09 08:09:34 -07:00
2016-02-15 07:24:13 -08:00
# Enable falling icicles
2016-02-15 04:33:29 -08:00
#caverealms.falling_icicles = true
2015-08-08 07:47:27 -07:00
2016-02-15 07:24:13 -08:00
# Write playereffects database file periodically (0 to disable)
# Setting this value to 20, would save the file to disk every 20 seconds.
2016-02-15 04:33:29 -08:00
#playereffects_autosave = 0
# Spawn only peaceful mobs
#peaceful_only = false
# Disable blood
#disable_blood = false
# Mobs spawn in protected areas
#mobs_spawn_protected = true
# Remove far-away mobs
#remove_far = false
# Kick idling players
#kick_idle_players = false
# Kick player on chat spam
#kick_chat_spammers = false
# Show a message to all players when a player joins for the first time
#show_newplayer_msg = false
2016-02-28 00:36:12 -08:00
# Number of system messages to push using central_message
#central_message_max = 7
# Color of system messages pushed by central_message
#central_message_color = 0xFFFFFF
2016-03-02 09:00:24 -08:00
# Players can sprint when holding Use (default [E])
#enable_sprinting = false