skins_menu_config
Configure the skins menu — misc entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | skins_menu_config |
| Type | Misc |
| Color | Cyan |
| Icon | mdi:palette-swatch |
Description
Configuration for the Skins menu.
Fields
| Field | Type | Description |
|---|---|---|
title | String | Menu title |
rows | Int | Number of menu rows (1-6) |
layoutType | MenuLayoutType | Layout type for the menu display (PAGINATED, SCROLLABLE, FLEX, FRAME, SIMPLE). |
fillItem | Item | Filler item |
skinSlots | List<Int> | Slots used to display skins |
unlockedTemplate | SkinDisplayTemplate | Template for an unlocked but unapplied skin |
activeTemplate | SkinDisplayTemplate | Template for an applied skin |
lockedTemplate | SkinDisplayTemplate | Template for a locked skin |
emptySlotTemplate | SkinDisplayTemplate | Template for empty slots |
unwrapButton | MenuItemConfig | Configuration for the Unwrap button |
backButton | MenuItemConfig | Back button configuration |
previousPageButton | MenuItemConfig | Previous page button configuration |
nextPageButton | MenuItemConfig | Next page button configuration |
applyAllButton | MenuItemConfig | Apply all button configuration |
noSkinsMessage | Var<String> | Message shown when no skin is available for the held item |
noItemMessage | Var<String> | Message shown when no item is held |
skinRemovedMessage | String | Message shown when a skin is removed from a dropped item |
Usage Example
- entry: skins_menu_config
name: "Configure the skins menu"
title: ""
rows: 0
layoutType: ""
fillItem: ""
skinSlots: 0
unlockedTemplate: ""
activeTemplate: ""
lockedTemplate: ""
emptySlotTemplate: ""
unwrapButton: ""
backButton: ""
previousPageButton: ""
nextPageButton: ""
applyAllButton: ""
noSkinsMessage: ""
noItemMessage: ""
skinRemovedMessage: ""