> ## Documentation Index
> Fetch the complete documentation index at: https://docs.borntocraftstudio.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Open MMO Profile Menu

> Opens the immersive 3D entity-based profile selection menu.

The `open_mmo_profile_menu` action opens the 3D profile selection experience configured in the `mmo_profile_menu` manifest entry. The player's camera is locked in spectator mode, profiles are displayed as entities, and navigation is handled via scroll wheel, WASD, or clicks.

## Configuration

<ResponseField name="open_mmo_profile_menu" type="Map" required>
  Opens the 3D profile selection menu for the player.

  <Expandable title="Properties">
    <ResponseField name="id" type="String">
      The unique identifier for this entry.
    </ResponseField>

    <ResponseField name="name" type="String">
      The display name of this entry.
    </ResponseField>

    <ResponseField name="triggers" type="List<Ref<TriggerableEntry>>">
      Entries triggered after this action completes.
    </ResponseField>

    <ResponseField name="criteria" type="List<Criteria>">
      Conditions that must be met before this entry triggers.
    </ResponseField>

    <ResponseField name="modifiers" type="List<Modifier>">
      Fact modifications applied when triggered.
    </ResponseField>
  </Expandable>
</ResponseField>

## Behavior

* Locks the player's camera in spectator mode at the configured base position
* Displays profile slots as per the `mmo_profile_menu` configuration
* HUD shows profile name, navigation indicator, and control hints
* On profile selection: executes slot-specific actions, global select actions, switches the profile, and closes the menu
* On right-click: opens a Paper 1.20.5+ confirmation dialog for profile deletion
* On shift-click on empty slot: opens a Paper 1.20.5+ input dialog for profile creation
