From 1fdc81f2e0d6440dc9a1f4e68585c21e9cf994e4 Mon Sep 17 00:00:00 2001 From: Pear <20259871+TheRealPear@users.noreply.github.com> Date: Thu, 15 Aug 2024 22:51:05 -0400 Subject: [PATCH] Add scoreboard-filter to Blitz and Scoring page Signed-off-by: Pear <20259871+TheRealPear@users.noreply.github.com> --- docs/modules/objectives/blitz.mdx | 8 ++++++++ docs/modules/objectives/scoring.mdx | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/docs/modules/objectives/blitz.mdx b/docs/modules/objectives/blitz.mdx index e100abc9..f4ee4b87 100644 --- a/docs/modules/objectives/blitz.mdx +++ b/docs/modules/objectives/blitz.mdx @@ -27,6 +27,14 @@ Blitz maps should include `` to prevent players from "hidi | `` | Filters when a player can join the match after it has started. | [Filter](/docs/modules/mechanics/filters) | `never` | +##### Blitz Attributes + +
+ | Attribute | Description | Value | + |---|---|---| + | `scoreboard-filter` | Determines when the objective should be displayed on the scoreboard. | [Dynamic Filter](/docs/modules/mechanics/filters#dynamic-filters) | +
+ ### Examples ```xml diff --git a/docs/modules/objectives/scoring.mdx b/docs/modules/objectives/scoring.mdx index 6ddebafe..7062102d 100644 --- a/docs/modules/objectives/scoring.mdx +++ b/docs/modules/objectives/scoring.mdx @@ -20,6 +20,14 @@ It can also be used to create score boxes that give a player or team a certain a | `` | A single score box. | [Score Box](#score-boxes) | +##### Score Attributes + +
+ | Attribute | Description | Value | + |---|---|---| + | `scoreboard-filter` | Determines when the objective should be displayed on the scoreboard. | [Dynamic Filter](/docs/modules/mechanics/filters#dynamic-filters) | +
+ ### Examples ```xml