WorldEdit

WorldEdit

42M Downloads

//update command does not respect block limit

DNAmaster10 opened this issue ยท 0 comments

commented

WorldEdit Version

7.3.3

Platform Version

Paper-1.20.6-138

Confirmations

  • I am using the most recent Minecraft release.
  • I am using a version of WorldEdit compatible with my Minecraft version.
  • I am using the latest or recommended version of my platform software.
  • I am NOT using a hybrid server, e.g. a server that combines Bukkit and Forge. Examples include Arclight, Mohist, and Cardboard.
  • I am NOT using a fork of WorldEdit, such as FastAsyncWorldEdit (FAWE) or AsyncWorldEdit (AWE)

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.