cmd_setcolor - LiXizhi/ParaCraft GitHub Wiki

command: /setcolor

quick ref:

/setcolor [x y z] [#rgb]

description:

set block color. Only certain color block can be painted this way.
@param x y z: block position, if not provided, it is the block where the player is standing
@param rgb: #rgb value default to "#ffffff" white color
Example:
/setcolor #ff0000    paint block at player position Red.
/setcolor 10 10 10 #ff0000    paint block at world pos to red color
/setcolor ~ ~1 ~ #ff0000	paint with relative to player position.