WorldEdit icon indicating copy to clipboard operation
WorldEdit copied to clipboard

Number of blocks created is wrong

Open mathiascode opened this issue 8 years ago • 1 comments
trafficstars

Sometimes, the number of blocks changed in an operation isn't correct in the chat. If you run //sphere stone 50 a few times, you should see this message in chat:

0 block(s) have been created.

mathiascode avatar Aug 22 '17 21:08 mathiascode

Unlike the bukkit/Spigot version of WorldEdit this plugin doesn't check if the new block is actually different than the old one. So I just report the amount of SetBlock's or use a small calculation of the volume.

NiLSPACE avatar Aug 23 '17 06:08 NiLSPACE