From 49367f97ba78465f870b18c6da1984589964607a Mon Sep 17 00:00:00 2001 From: CleanerOrc Date: Wed, 10 May 2017 18:50:14 -0400 Subject: [PATCH] Added usage info the the /Download command, explaining that clicking on the displayed URL will start the schematic download. --- Commands.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Commands.md b/Commands.md index a25df41..fb35f11 100644 --- a/Commands.md +++ b/Commands.md @@ -377,9 +377,11 @@ Click on a category to go to the list of commands, or `More Info` for detailed d #### `/asset [category]` **Perm**: `worldedit.clipboard.asset` **Desc**: Saves your clipboard to the asset web interface -#### `/download ` +#### `/download [type: MCEDIT,...]` **Perm**: `worldedit.clipboard.download` -**Desc**: Downloads your clipboard through the configured web interface +**Desc**: Downloads your clipboard through the configured web interface +**Usage**: Make a selection and //copy it, then type the /download command. FAWE will show that it is uploading your copy, then it will display a URL (like http://empcraft.com/fawe/?key=xxxxxxxxx&type=schematic). +Enter command mode again and click on the URL text. An interface will open asking if you want to open the URL's website giving the options "Yes", "Copy to Clipboard", and "No". If you press "Yes", the FAWE download website will open and your browser should prompt whether to download the file called clipboard.schematic, which is a schematic containing your //copied selection. Save the file to your WorldEdit schematics folder. #### `//paste [-s] [-a] [-o]` **Perm**: `worldedit.clipboard.paste` **Desc**: Pastes the clipboard's contents.
Flags:
-a skips air blocks
-o pastes at the original position
-s selects the region after pasting