btc_cosmetics_menu
Type: misc entry
Exact entry ID: btc_cosmetics_menu
Role
This TypeWriter entry is registered in code with the exact display name BTC Cosmetics Menu.
Verified fields
| Exact field | Type | Field guidance |
|---|---|---|
inventoryTitle | Var<String> | Menu title. Each view can override it with its own title. |
inventoryRows | Int | Number of rows (1-6). |
guiType | GuiType | GUI type. |
layoutPool | List<LayoutData> | Layout pool. |
mainLayoutId | String? | Root layout. Empty = the first 'frame' layout in the pool. |
audio | GuiAudioData | Audio. |
baseMenuId | String | open_gui entry used as a shared shell. |
categoryView | MenuViewData | Cloned template for each category. The label accepts {category_name} and {category_id}. |
categoryViewIdPrefix | String | View ID prefix for categories. |
views | List<MenuViewData> | Additional views declared manually. |
defaultViewId | String? | View opened first. Empty = the first category. |
breadcrumbSeparator | String | MiniMessage separator for the {breadcrumb} token. |
pushHistoryOnViewSwitch | Boolean | Push the previous view into history when switching tabs. |
In practice
Start with the required fields, save the TypeWriter page, and test this entry in the context that triggers it. Select dynamic values and references from the web interface when a selector is available.
Common issue
If btc_cosmetics_menu is not available, check the installed extension version, the selected TypeWriter category, the exact identifier, and the extension dependencies. An entry from a Soon extension must not be used as an available feature.
Technical reference
| Source module | Source file |
|---|---|
TypeWriter-CosmeticsExtension | CosmeticsMenuActionEntry.kt |