From fd374ec99f53a00c884f6216d81510cee12d768f Mon Sep 17 00:00:00 2001 From: Protogen187 <162638343+Protogen187@users.noreply.github.com> Date: Sun, 1 Feb 2026 20:17:17 +0100 Subject: [PATCH] Update server-maintenance.md Add referal to tag list --- docs/en/server/server-maintenance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/server/server-maintenance.md b/docs/en/server/server-maintenance.md index 4379dcaa..021d45b1 100644 --- a/docs/en/server/server-maintenance.md +++ b/docs/en/server/server-maintenance.md @@ -24,7 +24,7 @@ The config has one section by default, called `[General]`, which holds the follo | Private | true/false | When enabled (true), your server will not be shown in the server list. Anyone with the correct IP and port can still connect. | | InformationPacket | true/false | When enabled (true), the server is going to allow unauthenticated clients to get the same info as on the server listing but directly via the server. | | Name | Any "text" | Shown as the name / title of your server in the server list. You can use special characters to format this with colors and styles. | -| Tags | Any "text" | Tags for search e.g. Police, Racing etc... | +| Tags | See list of allowed tags further below. | Tags for search e.g. Police, Racing etc... | | MaxCars | Any number ≥ 1 | The maximum number of cars per player. Any additional cars a player tries to spawn will be deleted instantly. | | MaxPlayers | Any Number ≥ 1 | The maximum amount of players per server. This does not affect vehicle count. | | Map | A valid map location, such as `/levels/gridmap_v2/info.json` | The map your server will host. Has to be installed either by default (a list can be found below) or as a server mod. |