hostname "Freakzilla - Testing - $g_xonoticversion" // this name will appear on the server list (the $g_xonoticversion gets replaced with the current version) port 26010 // the port used by the server log_file "server-ft.log" // server console output will also be copied to this file. This: "${serverconfig}.log" uses variable substitution to make the logfile have the same name as your config file with .log appended which is useful if you run several servers //g_maplist "afterslime dance g-23 glowplant leave_em_behind newtonian-nightmare nexballarena red-planet runningman space-elevator stormkeep techassault xoylent" // if you want to make all maps votable that are avaiable, then just leave g_maplist empty g_maplist "" //bot_number 4 // number of bots to add // instead of bot_number you should use minplayers // bot_number adds a static number of bots (bots do not get removed if players join) minplayers 4 // if a client (human player joins) one bot is removed sv_weaponstats_file http://www.xonotic.org/weaponbalance/ alias dm "gametype dm; endmatch" alias tdm "gametype tdm; endmatch" alias ft "gametype freezetag; endmatch" addvote "dm tdm ft"