Lobby Menu
Players who join without a JoinMe cookie are placed into the lobby world and receive a "Game Menu" item. Using the item opens a menu with available games.
Flow
- Player spawns into the lobby instance.
- A "Game Menu" item is placed in slot 4.
- Clicking a game opens a details view.
- Details view lets the player start a match or attempt to join an existing one.
Data Sources
- If templates exist, the menu lists
GameTemplateRegistryentries. - If no templates exist, it falls back to
MinigameRegistry.
JoinMe Cookie
If a JoinMe cookie (tag) is present, the lobby menu is not injected. The server still spawns the player in the lobby instance so a later handoff can occur.