X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=server%2Fserver.cfg;h=9d266a02e62cb64666d9f7df704f39dc399e78e3;hp=faf72886274fd9bb898600faf9ac0af188dce6cb;hb=HEAD;hpb=4cd02b88db75642727c11e281af8aad03cae323b 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.