Mineclonia/settingtypes.txt

45 lines
1.6 KiB
Plaintext
Raw Normal View History

2017-06-09 10:47:29 +00:00
# This file contains settings of MineClone 2that can be changed in
# minetest.conf
2017-06-09 12:05:58 +00:00
# In creative mode, players are able to dig all kind of blocks
2017-06-09 10:47:29 +00:00
# instantly, and have access to unlimited resources.
2017-06-09 12:05:58 +00:00
# Items are not used up, and blocks do not drop.
2017-06-09 10:47:29 +00:00
# Some of the functionality is only available if this setting is present
# at startup.
creative_mode (Creative mode) bool false
# Fire spreads and flammable nodes will be ignited by nearby fire.
# Spreading fire may cause severe destruction.
# Spreading fire blocks will disappear when fire is disabled, but
# eternal fire is unaffected.
enable_fire (Fire) bool true
# Enable flame sound.
flame_sound (Flame sound) bool true
2017-06-09 12:05:58 +00:00
# If enabled, breaking blocks will cause them to drop as item.
# Note that blocks never have drops when in Creative Mode.
2017-06-09 12:11:16 +00:00
mcl_doTileDrops (Blocks have drops) bool true
2017-06-09 12:05:58 +00:00
2017-06-09 12:00:02 +00:00
# Normally, players drop all their items when they die. Enable this
# setting, so players always keep their inventory on death.
2017-06-09 12:11:16 +00:00
mcl_keepInventory (Keep inventory on death) bool false
2017-06-09 12:00:02 +00:00
# If enabled, chat messages are shown to everyone when a player dies.
2017-06-09 12:11:16 +00:00
mcl_showDeathMessages (Show death messages) bool true
2017-06-09 12:00:02 +00:00
# If enabled, only peaceful mobs will appear naturally. This does not
# affect monster spawners.
2017-06-09 12:05:58 +00:00
# This setting is only read at startup.
2017-06-09 12:00:02 +00:00
only_peaceful_mobs (Spawn only peaceful mobs) bool false
2017-06-09 10:47:29 +00:00
# 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
2017-06-09 12:00:02 +00:00
# If enabled, the night can be skipped if all players are in bed.
2017-06-09 12:05:58 +00:00
# This setting is only read at startup.
2017-06-09 10:47:29 +00:00
enable_bed_night_skip (Skip night when sleeping) bool true