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 |