Jump to content

/Paste: Difference between revisions

From fCraft Wiki
No edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 5: Line 5:
|uses=/Paste
|uses=/Paste


/Paste Block [Block2 etc]
/Paste Block [Block2...]
|cat=Building
|cat=Building
|perm=Draw CopyAndPaste
|perm={{rperm|Draw}}, {{rperm|CopyAndPaste}}
|console=No
|console=No
|v=0.435
|v=0.435
|}}
|}}
Inserts copied blocks into the current world. The orientation is preserved from copying — e.g. if you clicked the bottom-north-west corner of the area first when using {{cmd|Copy}}, pasting will begin from that same corner.


Inserts copied blocks into the current world. As of 0.600, this command asks for two marks.
In fCraft 0.600 and 0.601, this command was briefly changed to take two marks/clicks. Since 0.602, the two-mark alignment functionality has been moved to {{cmd|PasteX}} command, and {{cmd|Paste}} once again only needs one mark/click.
# First mark determines the origin of pasting - this block will be at a corner of the pasted area.
# Second mark determines the direction of pasting. Insertion will happen in the direction towards this second click. For example, if it's above and to the north-west of the first click, that's where the pasting will go. If you click the same block as first mark, original orientation (as copied) will be used.


==<code>/Paste</code>==
==<code>/Paste</code>==
:Pastes all blocks.
:Pastes all blocks.


==<code>/Paste Block [Block2 etc]</code>==
==<code>/Paste Block [AnotherBlock...]</code>==
:Pastes ONLY blocks of given type(s).
:Pastes ONLY blocks of given type(s). There is no limit on the number of blocks to include.


{{LastUpdated|1109}}
==Related Commands==
*{{cmd|CopySlot}}
*{{cmd|PasteNot}}
*{{cmd|PasteX}}
*{{cmd|PasteNotX}}
 
{{LastUpdated|1650}}

Latest revision as of 03:13, 22 August 2012

Command
Paste

Pastes previously copied blocks.

Usage

/Paste

/Paste Block [Block2...]

CategoryBuilding
Required permissionsDraw, CopyAndPaste
Usable from console?No
Introduced infCraft 0.435

Inserts copied blocks into the current world. The orientation is preserved from copying — e.g. if you clicked the bottom-north-west corner of the area first when using /Copy, pasting will begin from that same corner.

In fCraft 0.600 and 0.601, this command was briefly changed to take two marks/clicks. Since 0.602, the two-mark alignment functionality has been moved to /PasteX command, and /Paste once again only needs one mark/click.

/Paste

Pastes all blocks.

/Paste Block [AnotherBlock...]

Pastes ONLY blocks of given type(s). There is no limit on the number of blocks to include.