set_vehicle_skin
Changes the skin/appearance of the player's current vehicle.
Entry Information
| Property | Value |
|---|---|
| Entry ID | set_vehicle_skin |
| Type | Action |
| Color | Pink |
| Icon | fa6-solid:palette |
Description
Changes the visual skin of the current vehicle. The skin ID can be either a Model ID or a CustomModelData value, depending on the resource pack configuration.
Fields
| Field | Type | Description |
|---|---|---|
skinId | String | Skin ID (Model ID or CustomModelData) |
Usage Example
- entry: set_vehicle_skin
name: "Set Vehicle Skin"
comment: "Changes the vehicle skin to the sports car model"
group: "cosmetics"
skinId: "sports_car_skin"