WorldEdit icon indicating copy to clipboard operation
WorldEdit copied to clipboard

Async block placing when the size of the pasted structure is above a certain amount of blocks

Open randomperson247365 opened this issue 11 months ago • 2 comments

The Problem

i am unable to place a structure that is VERY LARGE without the server or game frezeing and crashing

A Solution

make worldedit not place or edit all of the blocks at the same exact time so it reduces the load on the game

Alternatives

No response

Anything Else?

i am on forge and can not use plug-ins and the structure is millions of blocks in size (this should help people who are designing large maps too)

randomperson247365 avatar Apr 04 '24 02:04 randomperson247365

Async (or rather, parallel) placing cannot be done safely with Minecraft's model. Spreading it out over ticks could maybe be done, but is not something we are likely to implement soon.

octylFractal avatar Apr 04 '24 02:04 octylFractal

Yes spreading it over ticks seems to be the safest way because placing in too many blocks at once just crashes the game or server

randomperson247365 avatar May 08 '24 21:05 randomperson247365