| Name | worldedit |
| Syntax | worldedit [create_schematic/copy_to_clipboard/paste] (file:<file path>) (cuboid:<cuboid>) (position:<location>) (rotate:<#>) (undoable) (noair) |
| Short Description | Controls schematics and clipboards in WorldEdit. |
| Full Description | Controls schematics and clipboards in WorldEdit. You should almost always use schematic instead of this.
The action can be create_schematic, copy_to_clipboard, or paste. For 'paste': Specify 'noair' to exclude air blocks. Specify 'rotate' to rotate the schematic when pasting it. Specify 'undoable' to attach the paste to the player's WorldEdit history which allows them to undo/redo. For 'copy_to_clipboard': Specify either a cuboid or a file. The file path starts in the folder: /plugins/Denizen/schematics/ For 'create_schematic': Either specify a cuboid, or the player's clipboard will be used. Specify a file to save to. |
| Related Tags | <PlayerTag.we_selection> Returns the player's current block area selection, as a CuboidTag, EllipsoidTag, or PolygonTag.
|
| Usage Example | |
| Usage Example | |
| Usage Example | |
| Usage Example | |
| Usage Example | |
| Group | Depenizen |
| Requires | Depenizen, WorldEdit |
| Source | https://github.com/DenizenScript/Depenizen/blob/master/src/main/java/com/denizenscript/depenizen/bukkit/commands/worldedit/WorldEditCommand.java#L44 |