mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-10 18:51:05 +00:00
Improve (re)spawn, add cache_block_before_spawn and max_spawn_height settings
This commit is contained in:
parent
000da6b25d
commit
22dbbf0a6f
5 changed files with 55 additions and 40 deletions
|
@ -266,6 +266,10 @@
|
|||
#disable_anticheat = false
|
||||
# If true, actions are recorded for rollback
|
||||
#enable_rollback_recording = false
|
||||
# If true, blocks are cached (and generated if not before) before a player is spawned.
|
||||
#cache_block_before_spawn = true
|
||||
# Defines the maximum height a player can spawn in a map, above water level
|
||||
#max_spawn_height = 50
|
||||
|
||||
# Profiler data print interval. #0 = disable.
|
||||
#profiler_print_interval = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue