Configuration file used on my Minetest server
# These settings are used on Calinou [Europe/Paris]. | |
## General | |
name = Calinou | |
motd = Welcome to a Calinou's server, hosted in Paris, France. | |
remote_media = http://games.hugo.pro/minetest/calinou/ | |
default_password = 123 | |
server_announce = true | |
server_name = Calinou [Europe/Paris] - default password: 123 | |
server_description = A survival, building-oriented server. Default password: 123 | |
server_address = hugo.pro | |
disallow_empty_password = true | |
ask_reconnect_on_crash = true | |
map-dir = /home/hugo/.minetest/worlds/calinou | |
max_users = 32 | |
debug_log_level = error | |
fixed_map_seed = idspispopd | |
disable_anticheat = true | |
enable_rollback_recording = true | |
## Gameplay | |
player_transfer_distance = 16 | |
## Physics | |
movement_acceleration_default = 2.5 | |
movement_acceleration_air = 1.25 | |
movement_speed_walk = 4.5 | |
movement_speed_crouch = 1.8 | |
movement_speed_fast = 22.5 | |
## Map generation | |
mg_name = v6 | |
projecting_dungeons = false | |
num_emerge_threads = 2 | |
## Performance | |
active_object_send_range_blocks = 4 | |
active_block_range = 4 | |
max_block_send_distance = 14 | |
max_block_generate_distance = 14 | |
block_send_optimize_distance = 15 | |
max_simultaneous_block_sends_per_client = 50 | |
max_simultaneous_block_sends_total = 10000 | |
dedicated_server_step = 0.03333 | |
full_block_send_enable_min_time_from_building = 0.0 | |
server_unload_unused_data_timeout = 3600 | |
max_clearobjects_extra_loaded_blocks = 65536 | |
max_packets_per_iteration = 4096 | |
server_map_save_interval = 25 | |
## Mod: areas | |
areas.self_protection = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment