Added usage info the the /Download command, explaining that clicking on the displayed URL will start the schematic download.

CleanerOrc 2017-05-10 18:50:14 -04:00
parent 98c80e1eb7
commit 49367f97ba

@ -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.<br />Flags:<br /> -a skips air blocks<br /> -o pastes at the original position<br /> -s selects the region after pasting