minigame_lobby_menu
Menu du lobby — misc entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | minigame_lobby_menu |
| Type | Misc |
| Color | Blue |
| Icon | mdi:account-group |
Description
Configuration entry for the lobby menu shown while waiting for players. Users can fully customise the lobby GUI: title, slots, buttons, etc. If not configured, the framework uses a default lobby menu.
Fields
| Field | Type | Description |
|---|---|---|
arena | Ref<MinigameArenaDefinition> | Arena associated with this menu |
title | Var<String> | Titre du menu lobby |
showStartButton | Boolean | Show the start button |
showTeamSelection | Boolean | Show team selection |
showReadyCheck | Boolean | Show the ready/not-ready state |
showPlayerList | Boolean | Afficher la liste des joueurs |
customButtons | List<LobbyButtonConfig> | Custom button (slot, item, trigger) |
Usage Example
- entry: minigame_lobby_menu
name: "Menu du lobby"
arena: ""
title: ""
showStartButton: false
showTeamSelection: false
showReadyCheck: false
showPlayerList: false
customButtons: []