From df20c9be8dd060cf0fbc1bec50a9988f5f125b7a Mon Sep 17 00:00:00 2001 From: Patrick Date: Fri, 26 Jul 2024 14:10:21 -0600 Subject: [PATCH] Clarify Alive and Dead Filters only affect participating players Signed-off-by: Patrick --- docs/modules/mechanics/filters.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/mechanics/filters.mdx b/docs/modules/mechanics/filters.mdx index aba44efd..0fbc5b1b 100644 --- a/docs/modules/mechanics/filters.mdx +++ b/docs/modules/mechanics/filters.mdx @@ -191,8 +191,8 @@ Player filters match for attributes of a certain player. | `` | Match if the player is sprinting. | Dynamic | | `` | Match if the player is on the ground. | Dynamic | | `` | Match if the player is flying. | Dynamic | - | `` | Match if the player is alive. | Dynamic | - | `` | Match if the player is dead. | Dynamic | + | `` | Match if the player is participating and alive. | Dynamic | + | `` | Match if the player is participating and dead. | Dynamic | | `` | Match if the player can fly. || | `` | Match if the player has a certain status effect. || | `` | Match if the player is carrying an item. | Dynamic |