PlotSquared/Bukkit/src/main/java/com/plotsquared/bukkit/generator
Jordan 96dfc27411
Fix lag caused when generating augmented worlds with roads (#3614)
- Begin by implementing forceSync to the queue system as we know the chunk will be accessible to edits in some cases (i.e. population).
 - Also implement custom SideEffectSets to override any decided by the default chunk consumer, as we do NOT want to update neighbours in population (this caused infinite generation to be required causing the lag and server death). We also do not want to enqueue the QueueCoordinator in AugmentedUtils as this would write to the world and update neighbours before we might want to (plus it's just used to restrict and offset the blocks being set)
 - Then implement disabling any biomes from being saved/set to the queue to prevent augmented worlds having their biomes overridden in roads
 - Consequently fix ScopedQueueCoordinator, preventing the y value of blocks being set from needlessly being changed, fixing road heights in augmented worlds
 - Finally we do not need a method with chunkObject in the signature in AugmentedUtils as this is no longer used by the method
2022-05-16 13:27:41 +01:00
..
BlockStatePopulator.java Implement extended world heights from Y-64 to Y319 #3473 (#3473) 2022-03-05 19:03:39 +01:00
BukkitAugmentedGenerator.java Fix lag caused when generating augmented worlds with roads (#3614) 2022-05-16 13:27:41 +01:00
BukkitPlotGenerator.java Implement extended world heights from Y-64 to Y319 #3473 (#3473) 2022-03-05 19:03:39 +01:00
DelegatePlotGenerator.java Niceties 2022-05-10 01:43:01 +01:00