]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - server/server.cfg
fix g_nix server.cfg items, thanks ItsMe
[xonotic/xonotic.git] / server / server.cfg
index 21a8387008f5ae4a472584a382fc9a18949bfea8..169b30af2ed97ecbc65fccfc8c55900a481e39fe 100644 (file)
@@ -166,6 +166,8 @@ sv_weaponstats_file http://www.xonotic.org/weaponbalance/
 //g_ban_sync_uri "http://94.23.21.40/~xonotic/bans/" // sync bans using this ban list provider (disabled by default, uncomment this line to enable)
 //g_ban_sync_trusted_servers "" // accept bans that were initially set on the server IPs listed here (if not set, your bans are just sent to the sync URIs, but no bans are retrieved from there)
 
+//g_spawnshieldtime 1  // time for which players are protected after spawn
+
 
 /////////////////////////////////////////////////////////////////////
 // "Obvious" mutators that are allowed on a "pure" server
@@ -189,5 +191,7 @@ sv_weaponstats_file http://www.xonotic.org/weaponbalance/
 //sv_gravity 800       // for low gravity, set this somewhere between 50 and 400
 
 // select AT MOST one of these arena mutators (if you didn't select g_minstagib)
-//g_nixnex 0   // set to 1 for No Items Xonotic
-//g_nixnex_with_laser 0        // set to 1 to always give players the laser in NixNex
+//g_nix is "0" ["0"] No Items Xonotic - instead of pickup items, everyone plays with the same weapon. After some time, a countdown will start, after which everyone will switch to another weapon, and so on
+//g_nix_with_healtharmor is "0" ["0"] when 1, health and armor still show up in NIX
+//g_nix_with_laser is "0" ["0"] always carry the laser as an additional weapon in NIX
+//g_nix_with_powerups is "0" ["0"] when 1, powerups still show up in NIX