Dungeon Participants

Added in v2.0.1.

Description

Compares the dungeon's recorded participant count against a threshold. The count is captured once, at the moment the dungeon starts, and is never updated afterwards, so players who join a running instance are not counted and players who leave are not subtracted. For the live count use dungeonplayercount.

Attributes

Attribute Aliases Description Default
count c, amount, a Threshold to compare the participant count against. 0
op operator Comparison operator. See Comparison operators. >=

Examples

SoloRun:
  Conditions:
  - dungeonparticipants{count=1;op==}

Passes only when the run has exactly one participant.

Aliases

  • dpartcount
Updated Aug 19, 2026