X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=xonotic-server.cfg;h=8593149805835749a9dc9848804a7113836a6f5b;hp=f8a16c104ae10653556cada00da00a3b5afcda68;hb=8413567729eb1cad0c48b8888d6c7bc8490be032;hpb=e7c23fa6ac0a04b00f9f709997ec4b8df861fc36 diff --git a/xonotic-server.cfg b/xonotic-server.cfg index f8a16c104..859314980 100644 --- a/xonotic-server.cfg +++ b/xonotic-server.cfg @@ -14,6 +14,10 @@ set sv_mapchange_delay 5 "delay by this many seconds after the match ends before set minplayers 0 "fill server with bots to reach this number of players in teamless games (if bot_number is not enough)" set minplayers_per_team 0 "fill server with bots to reach this number of players per team (if bot_number is not enough)" +// executed when the first player joins or the last player leaves +alias sv_hook_firstjoin +alias sv_hook_lastleave + // restart server if all players hit "ready"-button set sv_ready_restart_after_countdown 0 "reset players and map items after the countdown ended, instead of at the beginning of the countdown" @@ -344,6 +348,7 @@ sv_curl_defaulturl "http://www.xonotic.org/contentdownload/getmap.php?file=" set sv_curl_serverpackages_auto 1 "automatically add packs with *.serverpackage files to sv_curl_serverpackages" set sv_motd "" "additional information to show on the welcome screen that greets joining players" +set sv_termsofservice_url "" "URL from which Server specific Terms of Service should be downloaded" set g_waypoints_for_items 0 "make waypoints out of items, values: 0 = never, 1 = unless the mapper prevents it by worldspawn.spawnflags & 1, 2 = always" @@ -546,10 +551,10 @@ set g_frozen_damage_trigger 1 "if 1, frozen players falling into the void/lava/s set g_frozen_force 0.6 "How much to multiply the force on a frozen player with" // player statistics -set g_playerstats_gamereport_uri "http://stats.xonotic.org/stats/submit" "Output player statistics information to either: URL (with ://), console (with a dash like this: -), or supply a filename to output to data directory." +set g_playerstats_gamereport_uri "https://stats.xonotic.org/stats/submit" "Output player statistics information to either: URL (with ://), console (with a dash like this: -), or supply a filename to output to data directory." set g_playerstats_gamereport_ladder "" -set g_playerstats_playerbasic_uri "http://stats.xonotic.org" -set g_playerstats_playerdetail_uri "http://stats.xonotic.org/player/me" +set g_playerstats_playerbasic_uri "https://stats.xonotic.org" +set g_playerstats_playerdetail_uri "https://stats.xonotic.org/player/me" set g_playerstats_playerdetail_autoupdatetime 1800 // automatically update every 30 minutes anyway // autoscreenshots @@ -579,7 +584,7 @@ set sv_join_notices_time 15 "how long the alert is shown on the player's screen" set sv_simple_items 1 "allow or forbid client use of simple items" -set sv_showspectators 1 "Show who's spectating who in the player info panel when client has cl_showspectators on. Shouldn't be used on competitive servers, also disable when watching a suspected cheater" +set sv_showspectators 1 "Show who's spectating who in the player info panel when client has cl_showspectators on. 1: shouldn't be used on competitive servers, or when watching a suspected cheater. 2: only spectators can see the spectators list" set sv_damagetext 2 "<= 0: disabled, >= 1: visible to spectators, >= 2: visible to attacker, >= 3: all players see everyone's damage"