From: Lyberta Date: Sat, 23 Sep 2017 09:40:55 +0000 (+0000) Subject: Update Basic server configuration X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=b2442ef6bc9f7954d82d91de42692c77c3f92f63;p=xonotic%2Fxonotic.wiki.git Update Basic server configuration --- diff --git a/Basic-server-configuration.md b/Basic-server-configuration.md index af5bc36..cdef691 100644 --- a/Basic-server-configuration.md +++ b/Basic-server-configuration.md @@ -9,10 +9,9 @@ A minimal configuration would be this: ``` sv_public 1 hostname "My Test server" -maxplayers 32 ``` -It creates a server named "My Test server" that can handle 32 players and is visible on the master server. It will run deathmatch with default settings. +It creates a server named "My Test server" that can handle 16 players and is visible on the master server. It will run deathmatch with default settings. # Basic settings ``` @@ -20,6 +19,16 @@ sv_motd "Hi, this is my epic server" ``` Specifies the "message of the day" which will be displayed to players when they connect or press the info button. +``` +maxplayers 32 +``` +Specifies the maximum number of players on the server. + +``` +timelimit_override 20 +``` +Overrides the time limit for each map in minutes. 0 to play without limit, -1 to use the time limit specified by the map. + ``` port 26000 ```