updated example config
parent
8e1eacf3a8
commit
bb9650aed9
|
@ -108,9 +108,8 @@ screenH# = 600
|
||||||
|
|
||||||
# Map directory (everything in the world is stored here)
|
# Map directory (everything in the world is stored here)
|
||||||
#map-#dir = /custom/map
|
#map-#dir = /custom/map
|
||||||
# Set to true to enable experimental features or stuff that is tested
|
# Message of the Day
|
||||||
# (varies from version to version, usually not useful at all)
|
#motd = Welcome to this awesome Minetest server!
|
||||||
#enable_experimental = false
|
|
||||||
# Set to true to enable creative mode (unlimited inventory)
|
# Set to true to enable creative mode (unlimited inventory)
|
||||||
#creative_mode = false
|
#creative_mode = false
|
||||||
#enable_damage = false
|
#enable_damage = false
|
||||||
|
@ -119,10 +118,13 @@ screenH# = 600
|
||||||
#default_password =
|
#default_password =
|
||||||
# Available privileges: build, teleport, settime, privs, shout
|
# Available privileges: build, teleport, settime, privs, shout
|
||||||
#default_privs = build, shout
|
#default_privs = build, shout
|
||||||
|
|
||||||
|
# Set to true to enable experimental features or stuff that is tested
|
||||||
|
# (varies from version to version, usually not useful at all)
|
||||||
|
#enable_experimental = false
|
||||||
# Profiler data print interval. #0 = disable.
|
# Profiler data print interval. #0 = disable.
|
||||||
#profiler_print_interval = 0
|
#profiler_print_interval = 0
|
||||||
#enable_mapgen_debug_info = false
|
#enable_mapgen_debug_info = false
|
||||||
|
|
||||||
# Player and object positions are sent at intervals specified by this
|
# Player and object positions are sent at intervals specified by this
|
||||||
#objectdata_interval = 0.2
|
#objectdata_interval = 0.2
|
||||||
#active_object_range = 2
|
#active_object_range = 2
|
||||||
|
|
Loading…
Reference in New Issue