docs: document regex servers being supported (#187)

This commit is contained in:
Connor W 2024-04-25 02:29:21 +02:00 committed by GitHub
parent 8c02dfa296
commit 720fca942f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
@ -205,4 +217,4 @@ fallback_enabled: true
fallback_group: 'lobbies'
```
</details>
</details>