Change valeurs serveur + mise à jour news

This commit is contained in:
2021-08-15 09:25:40 +02:00
parent 6d085912f9
commit c68b9a70e3
4 changed files with 42 additions and 7 deletions

View File

@ -42,12 +42,15 @@ max_objects_per_block = 49
################################################
max_block_generate_distance = 6 # 4 for better performances
max_block_send_distance = 8 # 6 for better performances
max_forceloaded_blocks = 13
#max_forceloaded_blocks = 13
max_forceloaded_blocks = 16
max_simultaneous_block_sends_per_client = 5 # 6 for better performances
max_simultaneous_block_sends_server_total = 60 # 125 for better performances
time_send_interval = 10
active_block_range = 1
active_object_send_range_blocks = 3
#active_block_range = 1
#active_object_send_range_blocks = 3
active_block_range = 4
active_object_send_range_blocks = 8
server_map_save_interval = 10.3
sqlite_synchronous = 0
@ -235,6 +238,9 @@ armor_water_protect = true
# Enable fire protection (defaults true if using ethereal mod)
armor_fire_protect = true
# Enable fire damage from torches.
armor_fire_protect_torch = true
# Enable punch damage effects.
armor_punch_damage = true