Party Proximity
Added in v2.0.1.
Description
True when every online member of the target's dungeon party is within distance blocks of the party leader. A player with no party passes trivially. Returns false when the target is not a player, when the party leader is offline, or when any online member is in a different world from the leader.
The leader is the anchor, so the check is a star around the leader rather than a pairwise check between members. The boundary is inclusive: a member exactly distance blocks away still passes.
This condition does not resolve a dungeon instance, so it also evaluates outside dungeons.
Attributes
| Attribute | Aliases | Description | Default |
|---|---|---|---|
distance |
d, radius, r, range |
Maximum block distance any online party member may be from the party leader. | 10 |
Examples
GroupGate:
Conditions:
- partyproximity{distance=15} true
Passes only while every online party member is within fifteen blocks of the leader.
Aliases
-
partynearby