Dungeon Player Count

Added in v2.0.1.

Description

Compares the total number of players in the target's dungeon against a threshold. This count includes dead and spectating players. For only the players who still have lives remaining, use dungeonalivecount.

Attributes

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

Examples

FullPartyGate:
  Conditions:
  - dungeonplayercount{count=3;op=>=}

Passes when three or more players (alive or spectating) are in the dungeon.

Aliases

  • dpcount
Updated Aug 19, 2026