r4463 - trunk/Docs/server
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Tue Sep 16 09:36:16 EDT 2008
Author: esteel
Date: 2008-09-16 09:36:16 -0400 (Tue, 16 Sep 2008)
New Revision: 4463
Modified:
trunk/Docs/server/server.cfg
Log:
added sv_status_privacy and mention kick/kickban as addition to the vote commands
Modified: trunk/Docs/server/server.cfg
===================================================================
--- trunk/Docs/server/server.cfg 2008-09-15 11:32:35 UTC (rev 4462)
+++ trunk/Docs/server/server.cfg 2008-09-16 13:36:16 UTC (rev 4463)
@@ -10,6 +10,7 @@
// change them to your liking.
//sv_public 1 // 0 if the server should not be on the public servers list
+//sv_status_privacy 1 // 1 hides IP addresses from "status" replies shown to clients, 0 shows them. Enables players to identify wellknown punks on your server OR is a thread to anonymity.. depending on your point of view :)
//hostname "Nexuiz Server" // this name will appear on the server list
//sv_motd "" // this message (unless "") is displayed to players on connect
//maxplayers 8 // number of players allowed on the server
@@ -75,7 +76,7 @@
//g_maplist_votable_abstain 0 // when 1, people get a "don't care" selection in the vote screen
//g_maplist_votable_nodetail 1 // when 1, people can't see how many voted for what (to thwart abusive "influential" first votes)
-//sv_vote_commands "restart timelimit fraglimit chmap gotomap g_grappling_hook sv_defaultplayer_fbskin_green sv_defaultplayer_fbskin_red sv_defaultplayer_fbskin_orange sv_defaultplayer_fbskin_off endmatch reducematchtime extendmatchtime allready" // players can vote for those commands or use them if they are masters
+//sv_vote_commands "restart timelimit fraglimit chmap gotomap g_grappling_hook sv_defaultplayer_fbskin_green sv_defaultplayer_fbskin_red sv_defaultplayer_fbskin_orange sv_defaultplayer_fbskin_off endmatch reducematchtime extendmatchtime allready" // players can vote for those commands or use them if they are masters. You can also add 'kick kickban' to allow players to remove punks with a vote. In that case it also helps to disable sv_status_privacy
//sv_vote_call 1 // 0 will disable the normal voting
//sv_vote_master 1 // 0 will disable voting to become masters
//sv_vote_master_password "" // when set, vdo login master will allow you to run votable commands directly using vdo
More information about the nexuiz-commits
mailing list