mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2025-02-16 20:41:24 +01:00
Updated Configuration (markdown)
parent
ed9da50e73
commit
8c42816b44
@ -50,8 +50,12 @@ history:
|
||||
buffer-size: 531441
|
||||
# Should further compression be enabled? (Slower but can save a lot of memory)
|
||||
compress: false
|
||||
# The time in milliseconds to wait for a chunk to load for command preprocessing (50ms = 1 server tick, 0 = Fastest)
|
||||
# Actions which require loaded chunks (e.g. copy) which do not load in time will use the last chunk as filler.
|
||||
# The maximum time in milliseconds to wait for a chunk to load for an edit.
|
||||
# (50ms = 1 server tick, 0 = Fastest).
|
||||
# The default value of 100 should be safe for most cases.
|
||||
# Actions which require loaded chunks (e.g. copy) which do not load in time
|
||||
# will use the last chunk as filler, which may appear as bands of duplicated blocks.
|
||||
# If that happens, use a larger value to give more time for chunks to load.
|
||||
chunk-wait-ms: 100
|
||||
|
||||
# Configure the block placement queue
|
||||
|
Loading…
Reference in New Issue
Block a user