Jump to content

/Brush: Difference between revisions

From fCraft Wiki
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 7: Line 7:
/Brush BrushName [Params]
/Brush BrushName [Params]
|cat=Building
|cat=Building
|perm=Draw DrawAdvanced
|perm={{rperm|Draw}}, {{rperm|DrawAdvanced}}
|console=No
|console=No
|v=0.600
|v=0.600
|}}
|}}
See [[list of brushes]].


==<code>/Brush</code>==
==<code>/Brush</code>==
Line 18: Line 20:
:Changes current draw brush to the given one. Optionally initializes brush with given parameters.
:Changes current draw brush to the given one. Optionally initializes brush with given parameters.


 
{{LastUpdated|1650}}
=Checkered Brush=
Checkered brush makes a checkerboard pattern. If two block names are given, alternates between those two.
If one block name is given, this brush only draws every other block (leaving half of blocks untouched).
<gallery widths=200px heights=135px perrow=3>
Image:Checkered_c_red_cyan.png|<code>/c red cyan</code>
Image:Checkered cw obsidian lava.png|<code>/cw obsidian lava</code>
Image:Checkered eh obsidian.png|<code>/eh obsidian</code> (with [http://en.wikipedia.org/wiki/Moiré_pattern moiré])
</gallery>
 
 
=Rainbow Brush=
Rainbow brush is simple: it makes a rainbow pattern. It was originally made just as a test, but testers liked it. It takes no parameters.
<gallery widths=200px heights=135px perrow=3>
Image:Rainbow_e.png|<code>/e</code>
Image:Rainbow_c.png|<code>/c</code> (as a picture frame)
Image:Rainbow_torus.png|<code>/torus</code>
</gallery>
 
 
=Random Brush=
Random brush makes a random pattern from one or more blocktypes.
<gallery widths=200px heights=135px perrow=3>
Image:Random c yellow blue.png|<code>/c yellow blue</code>
Image:Random e red orange yellow.png|<code>/e red orange yellow</code>
Image:Random c air.png|<code>/c air</code>
Image:Random c grass75 dirt25.png|<code>/c grass/75 dirt/25</code>
Image:Random c wood books5.png|<code>/c wood books/5</code>
Image:Random eh obsidian1000 white1 red1 blue1 green1.png|<code>/eh obsidian/1000 white red blue green</code>
</gallery>
 
{{LastUpdated|1107}}

Latest revision as of 03:08, 22 August 2012

Command
Brush

Changes the draw brush

Usage

/Brush

/Brush BrushName [Params]

CategoryBuilding
Required permissionsDraw, DrawAdvanced
Usable from console?No
Introduced infCraft 0.600


See list of brushes.

/Brush

Shows the current draw brush.

/Brush BrushName [Params]

Changes current draw brush to the given one. Optionally initializes brush with given parameters.