(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
WdpOP2mo ago
For @Jckf
Jckf
Jckf2mo ago
Read the wiki
Wdp
WdpOP2mo ago
Do i have to include the world name?
Jckf
Jckf2mo ago
Read the wiki lol
Wdp
WdpOP2mo ago
Ok
Solution
Wdp
Wdp2mo ago
Oh i see whats wrong in the server command prompt i have to add the arguments
Wdp
WdpOP2mo 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
Jckf2mo 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
WdpOP2mo ago
O but its all pregenerated How can i calculate the time it will take to finish
Jckf
Jckf2mo 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
WdpOP2mo ago
Thx And how long is a 7500 by 7500 gonna take?
Jckf
Jckf2mo ago
Approximately forever Just do the math I'd guess something like 50 times longer
Wdp
WdpOP2mo ago
Ooookay How can i speed it up ? It does it at 1 ps now
Jckf
Jckf2mo ago
Higher number of scheduler_threads in your plugin config
Wdp
WdpOP2mo ago
Ye and fastoverworldbuilder Its doing 2-2.5 now I just started a second one, a problem?
Jckf
Jckf2mo ago
Ehm It won't generate any faster It'll just make the same requests for generation twice
Wdp
WdpOP2mo 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
Jckf2mo ago
World activity that requires LOD updates Like mob griefing, water/lava flow, stuff growing, and so on
Wdp
WdpOP2mo ago
Oooooooo Ye u see

Did you find this page helpful?