minetest.conf.example 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. # This file contains settings of Minetest Game that can be changed in minetest.conf
  2. # By default, all the settings are commented and not functional.
  3. # Uncomment settings by removing the preceding #.
  4. # Whether creative mode (fast digging of all blocks, unlimited resources) should be enabled
  5. #creative_mode = false
  6. # Sets the behaviour of the inventory items when a player dies.
  7. # "bones": Store all items inside a bone node but drop items if inside protected area
  8. # "drop": Drop all items on the ground
  9. # "keep": Player keeps all items
  10. #bones_mode = "bones"
  11. # The time in seconds after which the bones of a dead player can be looted by everyone
  12. # 0 to disable
  13. #share_bones_time = 1200
  14. # How much earlier the bones of a dead player can be looted by
  15. # everyone if the player dies in a protected area they don't own.
  16. # 0 to disable. By default it is "share_bones_time" divide by four.
  17. #share_bones_time_early = 300
  18. # Whether fire should be enabled. If disabled, 'basic flame' nodes will disappear.
  19. # 'permanent flame' nodes will remain with either setting.
  20. #enable_fire = true
  21. # Enable flame sound.
  22. #flame_sound = true
  23. # Whether lavacooling should be enabled.
  24. #enable_lavacooling = true
  25. # Whether the stuff in initial_stuff should be given to new players
  26. #give_initial_stuff = false
  27. #initial_stuff = default:pick_steel,default:axe_steel,default:shovel_steel,default:torch 99,default:cobble 99
  28. # Whether the TNT mod should be enabled
  29. #enable_tnt = <true in singleplayer, false in multiplayer>
  30. # The radius of a TNT explosion
  31. #tnt_radius = 3
  32. # Enable the stairs mod ABM that replaces the old 'upside down'
  33. # stair and slab nodes in old maps with the new param2 versions.
  34. #enable_stairs_replace_abm = false
  35. # Whether you allow respawning in beds
  36. # Default value is true
  37. #enable_bed_respawn = true
  38. # Whether players can skip night by sleeping
  39. # Default value is true
  40. #enable_bed_night_skip = true