vehicle_garage_menu
Defines a vehicle garage menu layout.
Entry Information
| Property | Value |
|---|---|
| Entry ID | vehicle_garage_menu |
| Type | Manifest |
| Color | Blue |
| Icon | fa6-solid:warehouse |
Description
A manifest entry that defines the layout and configuration of a vehicle garage menu. The garage menu displays owned vehicles and allows players to interact with them (spawn, despawn, etc.).
Fields
| Field | Type | Description |
|---|---|---|
title | String | Menu title |
size | InventorySize | Inventory size |
vehicleSlots | List<Int> | Slots where vehicles displayed |
layoutType | MenuLayoutType | Layout type PAGINATED/SCROLLABLE/FLEX/FRAME/SIMPLE |
Usage Example
- entry: vehicle_garage_menu
name: "Main Garage Menu"
comment: "The main vehicle garage menu"
group: "menus"
title: "&6Vehicle Garage"
size: 54
vehicleSlots:
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 19
- 20
- 21
layoutType: PAGINATED