Skip to content

Commit

Permalink
Add scoreboard-filter to Blitz and Scoring page
Browse files Browse the repository at this point in the history
Signed-off-by: Pear <20259871+TheRealPear@users.noreply.github.com>
  • Loading branch information
TheRealPear committed Aug 18, 2024
1 parent a87a468 commit 85f77e7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/modules/objectives/blitz.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ Blitz maps should include `<respawn auto="true"/>` to prevent players from "hidi
| `<join-filter>` | Filters when a player can join the match after it has started. | [Filter](/docs/modules/mechanics/filters) | `never` |
</div>

##### Blitz Attributes

<div className="table-container">
| Attribute | Description | Value |
|---|---|---|
| `scoreboard-filter` | Determines when the objective should be displayed on the scoreboard.<br />**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) |
</div>

### Examples

```xml
Expand Down
8 changes: 8 additions & 0 deletions docs/modules/objectives/scoring.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ It can also be used to create score boxes that give a player or team a certain a
| `<box>` | A single score box. | [Score Box](#score-boxes) |
</div>

##### Score Attributes

<div className="table-container">
| Attribute | Description | Value |
|---|---|---|
| `scoreboard-filter` | Determines when the objective should be displayed on the scoreboard.<br />**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) |
</div>

### Examples

```xml
Expand Down

0 comments on commit 85f77e7

Please sign in to comment.