]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - server/server.cfg
Fix macOS SDL2 framework permissions
[xonotic/xonotic.git] / server / server.cfg
index faf72886274fd9bb898600faf9ac0af188dce6cb..9d266a02e62cb64666d9f7df704f39dc399e78e3 100644 (file)
 //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.