MagmaGuy / BetterStructures

Adds structures to Minecraft worlds using WorldEdit!
GNU General Public License v3.0
26 stars 12 forks source link

Allow disabling generation in new chunks #12

Closed masmc05 closed 1 year ago

masmc05 commented 1 year ago

https://spark.lucko.me/27z2oNxXZQ it's laggy, and tps drops a lot because of this

MagmaGuy commented 1 year ago

You can do this by removing the plugin. If it is not generating builds in new chunks, then the plugin quite literally does not do anything at all.

I plan to release a rewrite which does not depend on worldguard / fawe for pasting, which is the heaviest operation the plugin does. However, it will always needs to scan new terrain for fits, since this is not a world generation plugin, and that is always going to put some extra load on new chunks.

You can also pregenerate the world to combat this.

masmc05 commented 1 year ago

You can do this by removing the plugin. If it is not generating builds in new chunks, then the plugin quite literally does not do anything at all.

I plan to release a rewrite which does not depend on worldguard / fawe for pasting, which is the heaviest operation the plugin does. However, it will always needs to scan new terrain for fits, since this is not a world generation plugin, and that is always going to put some extra load on new chunks.

You can also pregenerate the world to combat this.

wait, wasn't it generating in background before? just before this we always pregenerated the map and your plugin was still generating, we now don't do that because other than your plugin, nothing creates lags