forked from Upstream/Velocitab
docs: document regex servers being supported (#187)
This commit is contained in:
parent
8c02dfa296
commit
720fca942f
@ -80,6 +80,18 @@ Player nametags may only utilize one line.
|
|||||||
</details>
|
</details>
|
||||||
|
|
||||||
You can define a list of servers to include in each group.
|
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
|
## Sorting placeholders
|
||||||
|
|
||||||
@ -205,4 +217,4 @@ fallback_enabled: true
|
|||||||
fallback_group: 'lobbies'
|
fallback_group: 'lobbies'
|
||||||
```
|
```
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
Loading…
Reference in New Issue
Block a user