How can I delete all blocks in a particular selection of chunks?

I want to delete all blocks in a particular selection of chunks.

  1. The selection is pretty large, so loaded chunks mechanism prevents me from selecting the whole region, all I can select is ~ 900 chunks, while my aim is 100000 chunks.

  2. Even if I do so 900 at a time, MCEDIT allows you to select chunks, and delete them, but then the minecraft terrain generator responds to its intrusion by regenerating the aformentioned chunks.

  3. Also, doing it 900 at a time, will make me do so, until my hair turns grey XD.

So, is there a way to edit such a large selection, leave editing, is there even a way to make such a large selection?


Try the /fill command. If you fill with minecraft:air, the selected region will disappear. Usage:

/fill X1 Y1 Z1 X2 Y2 Z2 minecraft:air

Troubleshooting: if it says "cannot place blocks outside of world", go into the middle of the selected region (do not go IN the selected region, just into the part of the chunk that needs to be loaded). If it says: "(whatever your block fill count is) > (maximum blocks)", start half at a time. If this grammar is incorrect, please edit it.