(Plugin) Pregen command not working on latest nightly build

Just not working only log:
dhs pregen
[16:44:10 INFO]: /dhs >
Solution:
Oh i see whats wrong in the server command prompt i have to add the arguments
Jump to solution
19 Replies
Wdp
WdpOP3w ago
For @Jckf
Jckf
Jckf3w ago
Read the wiki
Wdp
WdpOP3w ago
Do i have to include the world name?
Jckf
Jckf3w ago
Read the wiki lol
Wdp
WdpOP3w ago
Ok
Solution
Wdp
Wdp3w ago
Oh i see whats wrong in the server command prompt i have to add the arguments
Wdp
WdpOP3w ago
[DHS] Generation in progress: 19 processed, 20 in queue, 0.31 per second. The processed number goes down And what did it proces
Jckf
Jckf3w ago
If the number suddenly drops, it probably means you've reached the end of the area you have chunks for - so now the server not only has to generate LODs, but first also the chunks
Wdp
WdpOP3w ago
O but its all pregenerated How can i calculate the time it will take to finish
Jckf
Jckf3w ago
Chunks per second = LODs per second * 16 ETA in seconds = (Render distance * 2)^2 / chunks per second Something like that So for your server that does 0.31 LODs per second, assuming the default 1024 chunks render distance: Chunks per second = LODs per second * 16 = 4.96 chunks per second ETA in seconds = (1024 * 2)^2 / chunks per second = 1048576 chunks total / 4.96 chunks per second = 211406.45 seconds = 58.72 hours
Wdp
WdpOP3w ago
Thx And how long is a 7500 by 7500 gonna take?
Jckf
Jckf3w ago
Approximately forever Just do the math I'd guess something like 50 times longer
Wdp
WdpOP3w ago
Ooookay How can i speed it up ? It does it at 1 ps now
Jckf
Jckf3w ago
Higher number of scheduler_threads in your plugin config
Wdp
WdpOP3w ago
Ye and fastoverworldbuilder Its doing 2-2.5 now I just started a second one, a problem?
Jckf
Jckf3w ago
Ehm It won't generate any faster It'll just make the same requests for generation twice
Wdp
WdpOP3w ago
O ok @Jckf why do i see the DHS generation messages even when I'm not preloading and the client doesn't have dh [DHS] Generation in progress: 21 processed, 0 in queue, 0.35 per second.
Jckf
Jckf3w ago
World activity that requires LOD updates Like mob griefing, water/lava flow, stuff growing, and so on
Wdp
WdpOP3w ago
Oooooooo Ye u see

Did you find this page helpful?