

Color any building piece made with the hammer using RGB/HTML colors!
A new interface for selecting a color!

/toggle-color-pickertoggleColorPickerShortcut config-option.Escape when the ColorPicker is open to close it.LeftShift and click on a palette color to select that color.LeftControl and click on a palette color to delete that specific color from the palette.F1 to bring up the ConfigurationManager and navigate to the ColorfulPieces section.LeftShift + R to change the building piece color to the target color and emission factor.LeftAlt + R to clear any existing colors from the building piece.LeftCtrl + R to copy the existing color from a piece.showChangeRemoveColorPrompt setting.colorPromptFontSize setting.Configuration options can be accessed in-game using ConfigurationManager.

These two commands still call the same action as the hotkey and so will obey all ward permissions.
/clearcolor <radius> (in chatbox)clearcolor <radius> (in console)/changecolor <radius> (in chatbox)changecolor <radius> (in console)clear-color --radius=<radius> [--prefab=<name1>] [--position=<x,y,z>]
clear-color --r=<radius> [--p=<name1>] [--pos=<x,y,z>]
<radius> meters from the playerr.--prefab is specified, only pieces with prefab names matching <name1> will be affected.--prefab=<name1>,<name2>--position is specified, target position will be at x,y,z instead of the current player position.change-color --radius=<radius> [--prefab=<name1>] [--position=<x,y,z>]
change-color --r=<radius> [--p=<name1>] [--pos=<x,y,z>]
<radius> meters from the player to the currently set target color.--prefab is specified, only pieces with prefab names matching <name1> will be affected.--prefab=<name1>,<name2>--position is specified, target position will be at x,y,z instead of the current player position.