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> | Arène à laquelle ce menu est associé |
title | Var<String> | Titre du menu lobby |
showStartButton | Boolean | Afficher le bouton de démarrage |
showTeamSelection | Boolean | Afficher la sélection d'équipe |
showReadyCheck | Boolean | Afficher l'état prêt/pas prêt |
showPlayerList | Boolean | Afficher la liste des joueurs |
customButtons | List<LobbyButtonConfig> | Bouton personnalisé (emplacement, item, déclencheur) |
Usage Example
- entry: minigame_lobby_menu
name: "Menu du lobby"
arena: ""
title: ""
showStartButton: false
showTeamSelection: false
showReadyCheck: false
showPlayerList: false
customButtons: []