Last active
April 14, 2020 21:00
-
-
Save Calinou/683cb0748efe867be6e18f86f206a6b7 to your computer and use it in GitHub Desktop.
Configuration file used on my Minetest server
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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