\\remove
Remove the blocks in the selected area.
\\remove| Dflt USM Sec Lvl: | WorldEdit |
|---|---|
| Dflt Required Tags: | canUseChatCommands |
| Categories: | system, world, server, worldedit |
| Version: | 1.0.0 |
| Undo Supported: | Yes |
| Functional: | Yes |
| Deprecated: | No |
Syntax ​
\\remove [-cf]
Arguments ​
[-cf]: flags
A flags parameter.
Here are what each of the flags do:
c: Clears the contents of the containers in the selected area before removing them. This prevents the contents of the containers from being dropped as items.
f: Makes the command run in fast mode. Fast mode causes the command to run all in one tick and using BlockVolumeBase.prototype.getBlockLocationIterator() to get all the non-air blocks in the selected area. Note: This flag will cause the command to freeze the world/realm/server until it finishes executing or triggers a script hang error
Result ​
| Command | Trigger | Result |
|---|---|---|
Any | The command is incomplete, or any argument is not specified correctly. | Unparseable |
| The `f` flag was specified, but the command did not finish before a script hang occured (by default a script hang occurs after 10 seconds). | Partial | |
| Otherwise | Successful | |
History ​
| Debug Sticks | |||||||
|---|---|---|---|---|---|---|---|
| ? | ? | Added | |||||
| ? | ? | Added the | |||||
| Server Utilities | |||||||
| v1.35.0 | RC1 | Added the | |||||
