Jump to content

/Brush: Difference between revisions

From fCraft Wiki
No edit summary
No edit summary
 
(8 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 19: 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). If
no block names are given, uses whatever block player was holding in their hand. Here are some examples of checkered brush use:
<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>
</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. Here are some examples of checkered brush use:
<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>
 
{{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.