Let mods choose a forceload limit (#13002)
This commit is contained in:
committed by
GitHub
parent
b3ffc4b327
commit
f80ea73bfb
@@ -1875,8 +1875,9 @@ active_block_range (Active block range) int 4 1 65535
|
||||
# From how far blocks are sent to clients, stated in mapblocks (16 nodes).
|
||||
max_block_send_distance (Max block send distance) int 12 1 65535
|
||||
|
||||
# Maximum number of forceloaded mapblocks.
|
||||
max_forceloaded_blocks (Maximum forceloaded blocks) int 16 0
|
||||
# Default maximum number of forceloaded mapblocks.
|
||||
# Set this to -1 to disable the limit.
|
||||
max_forceloaded_blocks (Maximum forceloaded blocks) int 16 -1
|
||||
|
||||
# Interval of sending time of day to clients, stated in seconds.
|
||||
time_send_interval (Time send interval) float 5.0 0.001
|
||||
|
||||
Reference in New Issue
Block a user