跳到主要内容

minigame_lobby_menu

Menu du lobby — misc entry.

Entry Information

PropertyValue
Entry IDminigame_lobby_menu
TypeMisc
ColorBlue
Iconmdi: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

FieldTypeDescription
arenaRef<MinigameArenaDefinition>Arena associated with this menu
titleVar<String>Titre du menu lobby
showStartButtonBooleanShow the start button
showTeamSelectionBooleanShow team selection
showReadyCheckBooleanShow the ready/not-ready state
showPlayerListBooleanAfficher la liste des joueurs
customButtonsList<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: []