From a4eee56551654a2c34debfd450aa44eda2934e0b Mon Sep 17 00:00:00 2001 From: Freddy Date: Mon, 21 Feb 2022 23:34:06 +0000 Subject: [PATCH] Document sv_termsofservice_url for displaying server specific ToS --- server/server.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/server/server.cfg b/server/server.cfg index faf72886..9d266a02 100644 --- a/server/server.cfg +++ b/server/server.cfg @@ -19,6 +19,10 @@ //sv_public 1 // 0 or -1 (see description) if the server should not be on the public servers list //hostname "Xonotic $g_xonoticversion Server" // this name will appear on the server list (the $g_xonoticversion gets replaced with the current version) //sv_motd "" // displayed on connect - good place for contact info (IRC, forum nick, etc.) so players can reach you when something is wrong with your server +//sv_termsofservice_url "https://yourdomain.tld/path/to/tos" // URL for the Terms of Service for playing on your server +// It is RECOMMENDED to supply such a document containing information about if and how you collect and process user data (bridging to IRC, player stats etc), +// contact information, rules and similar information. +// This document will be shown in the server join dialog. // This sets the remote console password on the server, you also need to set the cvar to the same value on your client to use the 'rcon' command. // Empty means rcon is disabled. -- 2.39.2