sky_islands_game-linus/minetest.conf

35 lines
599 B
Plaintext
Raw Permalink Normal View History

2016-06-26 07:42:14 -07:00
#mapgen
mg_flags = caves, notrees
#physics
2016-07-25 16:23:57 -07:00
#disable fast (since its used to pick up drops)
2016-06-26 07:42:14 -07:00
#movement_acceleration_fast = 2
#movement_speed_fast = 4
#other
selectionbox_color = (12,12,12)
#remove_items = 0
#admin
name = admin
#other
enable_pvp = false
disable_tnt = true
disable_fire = true
enable_damage = true
2016-06-26 07:42:14 -07:00
#skyblock
skyblock.world_bottom_node = default:water_source
#added
disable_anticheat = true
2016-07-25 16:23:57 -07:00
#performance
max_block_send_distance = 6
max_simultaneous_block_sends_per_client = 1
max_simultaneous_block_sends_server_total = 20
active_block_range = 1
server_map_save_interval = 15.3