Config help
Can anyone explain what
builder_type
and builder_resolution
do? Does lowering the resolution number increase or decrease resolution? what do each of the builder types do?20 Replies
Builder type realistically has two options:
* FullBuilder
* FastOverworldBuilder
FullBuilder will create LODs that contain every block in every chunk.
FastOverworldBuilder will only scan the surface of each chunk.
Builder resolution controls how many values on the vertical axis to move between each block sample. A value of 1 is the highest quality, and higher values will produce lower quality LODs.
so keeping builder_type as FastOverworldBuilder for overworld is recommended?
and does changing these settings cause the plugin to slowly update existing chunks generated in the SQL file or do I need to delete it and let it generate again?
Unless you have a lot of big underground caves, yes I'd recommend sticking with the fast builder. If you change it then LODs will be replaced when the chunks are updated (players mining/building, water/lava flowing, redstone/pistons activating)
its default world gen with server view distance set to 12 so I think we are good to keep it set to fast
I don't quite understand this
I have read it a few times but am having trouble sorry for bothering you
also this keeps spamming console
Above time (05:06 EDT) in your local time
Scan to sea level makes the fast builder always include data from the top block down to at least sea level. It's a specific fix for worlds with floating islands. If you don't know that you need it; you don't need it.
The warning is harmless, and should be fixed in the latest nightly if you want to get rid of it
This plugin needs some optimization I think it is causing our server to constantly GC. The amount of ram its using is crazy
During LOD generation it will be requesting a whole lot of chunk loads. The memory is not actually used by the plugin, but by the server.
This is especially bad if you have not pre-generated your world
our world is pre-genned and this has been going on for well over 24 hours staight
10k chunky radius
How are the stats the plugin outputs to the console looking?
they aren't enabled and I can't find any commands for the plugin to reload the config or anything
Yeah it has no commands. But if CPU and RAM usage is high, then it's safe to assume that it's still running LOD generation. You can increase the number of scheduler threads from the default 2 up to 4 in order to speed it up, but this will of course also increase CPU and RAM usage
honestly tempted to set it to 1
The constant GC is causing tps spikes
https://map.squaredmedia.org/ if you want to see the world
BlueMap
BlueMap
BlueMap is a tool that generates 3D maps of your Minecraft worlds and displays them in your browser
Is the plugin loading new chunks nobody has even gone to or something? The map is much bigger than it was yesterday
If the render distance in DHS is set higher than your world size, then yes it will be generating new chunks
I recommend using the border function in DHS to limit it
its set to the default range of 1024 chunks so yeah I guess it would gen up to 16.3k blocks out from spawn.
Remember too that this is 1024 chunks from the player, so if you have a player at the edge of the existing world - it will expand even further
if I set the border it means nothing will be generated past that point even if a player goes out there?
Correct
The clients will stop requesting LODs outside that area, and if someone magically manages to request them anyway - the request will be denied