Stop DH from generating?
Running a server with 5 max players. Lets say i have already pregenerated 256 chunks around our base. Is it possible to prevent dh from generating any more after that. For example, if someone decides they want to go flying around, I dont need dh generating more chunks causing stress in the system
4 Replies
I basically just want to have those chunks and that’s it
You can set up a DH generation border behind which no LODs should be generated (at least with a plugin)
You can also disable distant generation, that will mean that the server will reject any special generation requests from the players, but it will still generate LODs for chunks loaded within serve's vanilla RD
So by disabling distant generation. The servers will still generate lod’s from existing chunks(which are already loaded to my knowledge on our server). But not for any newly generated chunks after that?
Disabling distant generation will stop the generation of LODs outside of a players vanilla render distance
So if its disabled and I have 12 chunks of vanilla render distance, it will only generate LODs inside those 12 chunks