> ## 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 Battle Pass Action

> Action that opens the battle pass menu for the player.

The **Open Battle Pass Action** opens the GUI for a specific Battle Pass definition.

## Properties

| Property     | Type                            | Default | Description                                |
| :----------- | :------------------------------ | :------ | :----------------------------------------- |
| `id`         | String                          |         | The unique identifier for this entry.      |
| `name`       | String                          |         | The internal name of the entry.            |
| `battlePass` | Ref\<BattlePassDefinitionEntry> |         | The Battle Pass definition to open.        |
| `criteria`   | List\<Criteria>                 | `[]`    | Criteria required to execute this action.  |
| `modifiers`  | List\<Modifier>                 | `[]`    | Modifiers applied during execution.        |
| `triggers`   | List\<Ref\<TriggerableEntry>>   | `[]`    | Triggers to execute when this action runs. |

## Example

```yaml theme={null}
open_battle_pass_action:
  id: "open_my_pass"
  battlePass: "season_1_pass"
```
