Skip to content

Commit

Permalink
docs: document regex servers being supported (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
sluhtie authored Apr 25, 2024
1 parent 8c02dfa commit 720fca9
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/Server-Groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,18 @@ Player nametags may only utilize one line.
</details>

You can define a list of servers to include in each group.
The use of regex patterns is also valid since v1.6.4

<details>
<summary>Example regex pattern</summary>

```yaml
servers:
- ^lobby-\d+$
```
This will include all servers starting with `lobby-` and ending with any integer

</details>

## Sorting placeholders

Expand Down Expand Up @@ -205,4 +217,4 @@ fallback_enabled: true
fallback_group: 'lobbies'
```

</details>
</details>

0 comments on commit 720fca9

Please sign in to comment.