minetest-game-nssg/settingtypes.txt
mckaygerhard 271e05d8c7 remove give_initial_stuff mod .. in public servers for sanity of acounts
* due server will be easy to join, must be removed cos:
  players will create new account only to access to new stuff easyle
* .. and not, we dont build a server with hard to join settings..
2021-12-13 20:15:02 -06:00

45 lines
1.6 KiB
Plaintext

# This file contains settings of minetest subnasa 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
# Enable flame sound.
flame_sound (Flame sound) bool true
# Enable lavacooling.
enable_lavacooling (Lavacooling) bool true
# 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 false
# 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 2 0
# 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.
share_bones_time (Bone share time) int 2800 0
# Replaces old stairs with new ones. Only required for older worlds.
enable_stairs_replace_abm (Replace old stairs) bool false