Skip to main content

appearance.set_skin_color

Overview

  • Get, list, or set skin color. action=get: show current. action=list: show available color IDs. action=set: apply color_id.

Metadata

FieldValue
DisplaySet Skin Color
Categoryappearance
AccessScriptCheat
ScopeB2Authority
TagsExperimental
Aliases

Parameters

NameTypeRequiredDefaultDescription
entity_identityIdnoTarget entity ID (default: possessed)
actionstringnogetget (default), list, set
color_idnamenoSkin color preset ID (use action=list to see options)

Returns

  • Return shape is not declared for this command.

Usage

await inzoi.cli.execute('appearance.set_skin_color', {
entity_id: 0, // optional
action: 'get', // optional
color_id: '', // optional
});