Skip to main content

Minigame Join

PropertyValue
Entry IDminigame_join
TypeAction
ColorRed
Iconmdi: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

FieldTypeDescription
arenaRef<MinigameArenaDefinition>Arena to join
teamStringTeam to join (optional - empty for auto-assign)
fullMessageStringMessage 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.