Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
randomperson247365 opened this issue Apr 4, 2024 · 1 comment
Labels
status:accepted Will be fixed / added to WorldEdit, eventually type:feature-request Request for something new

Comments

@randomperson247365
Copy link

randomperson247365 commented Apr 4, 2024

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 randomperson247365 added status:pending Pending acceptance or closure. type:feature-request Request for something new labels Apr 4, 2024
@octylFractal
Copy link
Member

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 octylFractal added status:accepted Will be fixed / added to WorldEdit, eventually and removed status:pending Pending acceptance or closure. labels Apr 4, 2024
@octylFractal octylFractal added this to To do in Block Placement Improvements via automation Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:accepted Will be fixed / added to WorldEdit, eventually type:feature-request Request for something new
Projects
Development

No branches or pull requests

2 participants