From 721bc6bdb142eea9e42dcc1931f5b91c60b4e33e Mon Sep 17 00:00:00 2001
From: Pear <20259871+TheRealPear@users.noreply.github.com>
Date: Tue, 27 Aug 2024 15:40:44 -0400
Subject: [PATCH] Add scoreboard-filter to Blitz and Scoring page (#137)
Signed-off-by: Pear <20259871+TheRealPear@users.noreply.github.com>
---
docs/modules/objectives/blitz.mdx | 6 ++++++
docs/modules/objectives/scoring.mdx | 6 ++++++
2 files changed, 12 insertions(+)
diff --git a/docs/modules/objectives/blitz.mdx b/docs/modules/objectives/blitz.mdx
index bd480a51..ecd4cf8a 100644
--- a/docs/modules/objectives/blitz.mdx
+++ b/docs/modules/objectives/blitz.mdx
@@ -25,6 +25,12 @@ Blitz maps should include `` to prevent players from "hidi
| `` | Filters when a player loses a life. | [Filter](/docs/modules/mechanics/filters) | `always` |
| `` | 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.
**Note:** This filter is team-scoped, it can filter whether each team should show or not independently. | [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 4aa70ae6..5e07654c 100644
--- a/docs/modules/objectives/scoring.mdx
+++ b/docs/modules/objectives/scoring.mdx
@@ -18,6 +18,12 @@ It can also be used to create score boxes that give a player or team a certain a
| `` | Points to **deduct** from a team for the **accidental** death of a team member. | Number | 0 |
| `` | 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.
**Note:** This filter is team-scoped, it can filter whether each team should show or not independently. | [Dynamic Filter](/docs/modules/mechanics/filters#dynamic-filters) |
+
### Examples
```xml