Minigame Join
| Property | Value |
|---|---|
| Entry ID | minigame_join |
| Type | Action |
| Color | Red |
| Icon | mdi:login |
Description
Makes the player join the specified minigame arena. A specific team can be selected, or left empty for automatic team assignment. If the arena is full, a configurable message is displayed.
Fields
| Field | Type | Description |
|---|---|---|
arena | Ref<MinigameArenaDefinition> | Arena to join |
team | String | Team to join (optional - empty for auto-assign) |
fullMessage | String | Message when arena is full |
Usage Example
minigame_join:
arena: ref:my_spleef_arena
team: "Red"
fullMessage: "This arena is full! Try another one."
The player joins the Red team of the Spleef arena. If the arena is at capacity, they see the full message instead.