settingtypes.txt 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # This file contains settings of minetest_game that can be changed in
  2. # minetest.conf
  3. # In creative mode players are able to dig all kind of blocks nearly
  4. # instantly, and have access to unlimited resources.
  5. # Some of the functionality is only available if this setting is present
  6. # at startup.
  7. creative_mode (Creative mode) bool false
  8. # Flammable nodes will be ignited by nearby igniters. Spreading fire may
  9. # cause severe destruction.
  10. # Spreading fire nodes will disappear when fire is disabled, but
  11. # 'permanent_flame' nodes are unaffected.
  12. enable_fire (Fire) bool true
  13. # Enable flame sound.
  14. flame_sound (Flame sound) bool true
  15. # Enable lavacooling.
  16. enable_lavacooling (Lavacooling) bool true
  17. # If enabled, steel tools, torches and cobblestone will be given to new
  18. # players.
  19. give_initial_stuff (Give initial items) bool false
  20. # If enabled, players respawn at the bed they last lay on instead of normal
  21. # spawn.
  22. # This setting is only read at startup.
  23. enable_bed_respawn (Respawn at bed) bool true
  24. # If enabled, the night can be skipped if more than half of the players are
  25. # in beds.
  26. enable_bed_night_skip (Skip night when sleeping) bool true
  27. # When TNT explodes, it destroys nearby nodes and damages nearby players.
  28. # This setting is disabled by default on servers.
  29. enable_tnt (TNT) bool true
  30. # The radius in which nodes will be destroyed by a TNT explosion.
  31. tnt_radius (TNT radius) int 3 0
  32. # The time in seconds after which the bones of a dead player can be looted
  33. # by everyone.
  34. # Setting this to 0 will disable sharing of bones completely.
  35. share_bones_time (Bone share time) int 1200 0
  36. # Replaces old stairs with new ones. Only required for older worlds.
  37. enable_stairs_replace_abm (Replace old stairs) bool false