From 720fca942fc505a652cb01e82830d9c983192679 Mon Sep 17 00:00:00 2001 From: Connor W Date: Thu, 25 Apr 2024 02:29:21 +0200 Subject: [PATCH] docs: document regex servers being supported (#187) --- docs/Server-Groups.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/Server-Groups.md b/docs/Server-Groups.md index 023aaa6..1088993 100644 --- a/docs/Server-Groups.md +++ b/docs/Server-Groups.md @@ -80,6 +80,18 @@ Player nametags may only utilize one line. You can define a list of servers to include in each group. +The use of regex patterns is also valid since v1.6.4 + +
+Example regex pattern + +```yaml +servers: + - ^lobby-\d+$ +``` +This will include all servers starting with `lobby-` and ending with any integer + +
## Sorting placeholders @@ -205,4 +217,4 @@ fallback_enabled: true fallback_group: 'lobbies' ``` - \ No newline at end of file +