EngineHub / WorldEdit

🗺️ Minecraft map editor and mod
https://enginehub.org/worldedit/
Other
3.05k stars 826 forks source link

//update command does not respect block limit #2550

Open DNAmaster10 opened 3 weeks ago

DNAmaster10 commented 3 weeks ago

WorldEdit Version

7.3.3

Platform Version

Paper-1.20.6-138

Confirmations

Bug Description

The //update command does not respect max block restrictions, meaning it's possible to run the //update command over a larger region than is configured.

Expected Behavior

If the block limit is set to 1000, world edit shouldn't update more than 1000 blocks.

Reproduction Steps

  1. Set a block limit
  2. Select a region larger than the block limit
  3. Run the //update command on that region

Anything Else?

This can cause issues for server performance when the command is executed over a very large area.