// Just "" means empty string.
// Semicolon separates commands (in console or in aliases).
-// Search for settings and descriptions using the `search` command in console
+// Search for settings and descriptions using the 'search' command in console
// or online: http://www.xonotic.org/tools/cacs/
/////////////////////////////////////////////////////////////////////
// Everything below has some sensible defaults so you don't really need to change anything.
+// It's meant as examples for people who want to customize the server more, 'search' (or 'apropos') in console will also help you.
//maxplayers 8 // number of player slots on the server (including spectators)
//net_address 0.0.0.0 // ONLY change this if you have problems with your server. Specifies the network interface used by the engine. Set it you one of you internal IPs
-//rcon_password "" // you can use rcon if this password is set. you need to set the same password in your client if you want to issue rcon commands
+//rcon_password "" // 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.
//rcon_restricted_password "" // put here the password for a "restricted" rcon user (see below)
//port 26000 // the port used by the server