diff options
| author | anhgelus <anhgelus.morhtuuzh@proton.me> | 2024-08-31 16:50:37 +0000 |
|---|---|---|
| committer | anhgelus <anhgelus.morhtuuzh@proton.me> | 2024-08-31 16:51:07 +0000 |
| commit | e97bb7a09c3201682c91f423c2a8a87b20b3816d (patch) | |
| tree | d8cf82d26373a464eb22b3f3cfe44b8e48a39183 /Writerside/topics/config-file.md | |
| parent | d6e463164c17a01ec2d24de880418d59237e39a1 (diff) | |
feat(config): change default values for world borders
Diffstat (limited to 'Writerside/topics/config-file.md')
| -rw-r--r-- | Writerside/topics/config-file.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Writerside/topics/config-file.md b/Writerside/topics/config-file.md index bbfbecd..bdba4f4 100644 --- a/Writerside/topics/config-file.md +++ b/Writerside/topics/config-file.md @@ -133,18 +133,18 @@ show_tab = false # World border settings # Initial world size (in blocks). -# Default: 200 blocks. -initial_world_size = 200 +# Default: 600 blocks. +initial_world_size = 600 # Final world size (in blocks). # Default: 50 blocks. -final_world_size = 50 +final_world_size = 100 # Moving starting time offset (in minutes) # The time before starting to move the world borders. # If this value is greater than the game duration, borders will never move. # Default: 10 minutes. -border_moving_starting_time_offset = 10 +border_moving_starting_time_offset = 30 # Other |
